2012/8/14 Malfettone, Kris <[email protected]>: > So I found the “–d explain” option of ninja and it says that it thinks my > boost libraries / other library includes are “dirty”. The only think I can > think of here is that they are on a network drive and not on my local > machine. Any thoughts on that?
If those two machines have time discrepancy (no time synchronization) then the file on the network share may appear to be "in the future" of your local file, your build tree is local right? Just try to check the date on the network file server w.r.t. to the time on your local machine. or copy the file locally and retry. -- Erk Le gouvernement représentatif n'est pas la démocratie -- http://www.le-message.org -- 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
