make problem

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
Barbara
Posts: 25
Joined: Thu Sep 14, 2006 4:33 pm
Location: LTO, SCSIO

make problem

#1 Unread post by Barbara »

Hi all,

During making, the following problem occurs:

Code: Select all

$ make
makefile:230: INCLUDING FILE Compilers/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS
make: Warning: File `Compilers/make_macros.mk' has modification time 1.2 s in the future
cp -f /usr/local/netcdf-3.6.0p1-x86_64/include/netcdf.mod Build
cp -f /usr/local/netcdf-3.6.0p1-x86_64/include/typesizes.mod Build
.
.
.



IPA: no IPA optimizations for 2 source files
rm -f -r /disk/hq70/zutt/romsm63/Compilers/make_macros.mk
make: warning:  Clock skew detected.  Your build may be incomplete.
The oceanM can be generated, but dose this warning matter? How to solve this problem? Thanks a lot for your comments!

User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

#2 Unread post by m.hadfield »

...does this warning matter?
Not much.

This warning occurs when there is a clock mismatch between different machines on your network. This could lead to an incomplete build, because of discrepancies in file time stamps. But usually it has no consequences at all.

You should make sure all the machines you are using are synchronised.

Post Reply