If I run cmake 3.2.2 normally, I get errors like this: CMake Error: Remove failed on file: /home/UNIXHOME/mlakata/p4/acq/Sequel/basewriter/build/x86_64/Debug/CMakeFiles/CMakeTmp/.nfs000000000786c4ec0000398c: System Error: No such file or directory
If it was just a warning, I would ignore it, but it is a fatal error that causes cmake to not finish generating the Makefiles. If I run 'cmake --debug-trycompile ...' , the errors go away. Or, if I rerun 'cmake .' the problem does not occur again (I assume due to cached results). It appears that the try_compile stage is trying to delete temporary files but failing at it due to a timing issue. I'm running on CentOS7. I haven't seen this problem before when I was running cmake 2.8.11. I used the 'cmake-3.2.2-Linux-x86_64.tar.gz' download and copied it to /opt as my test installation. -Mark
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
