On Sun, May 31, 2009 at 5:01 PM, Tyler Roscoe <ty...@cryptio.net> wrote: > On Sun, May 31, 2009 at 11:56:18PM +0300, e...@cs.bgu.ac.il wrote: >> I've got a strange problem, when I try to compile a clean version of >> my program it fails without any explanation but if I try to compile >> again without running clean I compiles fine... > > We need way more information to help you. What platform? What compiler? > How exactly does it fail? What do you do to "compile a clean version"? >
I am not the OP but I have this with Qt applications under Visual Studio however its very clear why. It appears when VS builds stuff in parallel moc may not be run before VS wants to compile the .cxx file that moc generates. For me this is not a problem because I can easily click compile again or re run nmake a second time. John _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake