<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Sep 17, 2008 at 10:59 AM, Jesper Eskilson <span dir="ltr"><<a href="mailto:jesper@eskilson.se">jesper@eskilson.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Timenkov Yuri wrote:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
On Tue, Sep 16, 2008 at 11:08 AM, Jesper Eskilson <<a href="mailto:jesper@eskilson.se" target="_blank">jesper@eskilson.se</a> <mailto:<a href="mailto:jesper@eskilson.se" target="_blank">jesper@eskilson.se</a>>> wrote:<br>
<br>
Hi all,<br>
<br>
I get several weird printouts in our build-server logs which I don't get<br>
when I'm building from an (interactive) terminal:<br>
<br>
Dependee<br>
"/home/jesperes/localmarran/core/ide/cmakebuild/i486-pc-linux-gnu/Debug/Jkc/CMakeFiles/Jkc.dir/DependInfo.cmake"<br>
is newer than depender<br>
"/home/jesperes/localmarran/core/ide/cmakebuild/i486-pc-linux-gnu/Debug/Jkc/CMakeFiles/Jkc.dir/depend.internal".<br>
<br>
<br>
I've tried searching for "Dependee" in both the generated makefiles and<br>
in the CMake source code, but without success.<br>
<br>
This output comes from make utility. These problems may occur if you have problems with time on your server. Check that your VCS server, developers (who commit to VCS) and build server have same time.<br>
</blockquote>
<br></div>
I'm sorry, but this is not correct. </blockquote><div>Yes, I understood it from your previous message.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
CMake prints out the message in cmDepends.cxx. (Maybe you were thinking about the "clock-skew detected" message which is printed when make discovers that newly created files gets timestamps in the future?)</blockquote>
<div>But it prints this also from cmLocalUnixMakefileGenerator3.cxx, which I suppose is your case. And yes, I first thought about clock skew detected.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Anyway, the printout is inside a if(this->Verbose) { ... }, so presumable it is something which can be switched on/off.</blockquote><div>And it seems not a problem, because CMake just tells why it regenerates dependencies. <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
--<br><font color="#888888">
/Jesper<br>
<br>
<br>
</font></blockquote></div><br></div>