[CMake] question about "clock skew detected. Your build may be incomplete"

2007-12-07 Thread WangPing
Dear cmake experts: I am a new user for ITK and cmake. Today I downloaded ITK and cmake and followed the instruction to build ITK, when I finannly run 'make', it always gave many warning message as below: clock skew detected. Your build may be incomplete I do not know if my ITK will have prob

RE: [CMake] question about "clock skew detected. Your build may be incomplete"

2007-12-07 Thread Alan W. Irwin
On 2007-12-08 10:14+0800 WangPing wrote: The date /time on my local workstation is correct, probably due to NFS system, the work directory is a NFS folder on other server, maybe the date/time on this server is incorrect? I can check it later. Inconsistent dates/times between NFS server and loc

Re: [CMake] question about "clock skew detected. Your build may be incomplete"

2007-12-07 Thread Alan W. Irwin
On 2007-12-08 06:16+0800 WangPing wrote: Dear cmake experts: I am a new user for ITK and cmake. Today I downloaded ITK and cmake and followed the instruction to build ITK, when I finannly run 'make', it always gave many warning message as below: clock skew detected. Your build may be incomplet

RE: [CMake] question about "clock skew detected. Your build may be incomplete"

2007-12-07 Thread WangPing
> [CMake] question about "clock skew detected. Your build may be incomplete"> > To: [EMAIL PROTECTED]> CC: cmake@cmake.org> > On 2007-12-08 06:16+0800 > WangPing wrote:> > > Dear cmake experts: I am a new user for ITK and cmake. > Today I downloaded>

Re: [CMake] question about "clock skew detected. Your build may be incomplete"

2007-12-10 Thread Jesper Eskilson
WangPing wrote: > The date /time on my local workstation is correct, probably due to NFS > system, Do you mean NTP? NFS does not keep your local computer time correct. > the work directory is a NFS folder on other server, maybe the > date/time on this server is incorrect? I can check it later.