Hi, I'm trying to compile a simple VTK example from their web (ProjectPointPlane) with MingW. I downloaded the example and the CMakeLists.txt file. When running CMake-gui, I can generate the Makefile without any errors. However, when I run *mingw32-make.exe* from the terminal, I got several errors. Here's the output:
$ mingw32-make.exe "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:\Users\a\Desktop\pruebas\ProjectPointPlane -BC:\Users\a\Desktop\pruebas\ProjectPointPlane\build --check-build-system CMakeFiles\Makefile.cmake 0 "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_start C:\Users\a\Desktop\pruebas\ProjectPointPlane\build\CMakeFiles C:\Users\a\Desktop\pruebas\ProjectPointPlane\build\CMakeFiles\progress.marks C:/QtSDK/mingw/mingw64/bin/mingw32-make -f CMakeFiles\Makefile2 all mingw32-make[1]: Entering directory `C:/Documents and Settings/a/Desktop/pruebas/ProjectPointPlane/build' C:/QtSDK/mingw/mingw64/bin/mingw32-make -f CMakeFiles\ProjectPointPlane.dir\build.make CMakeFiles/ProjectPointPlane.dir/depend mingw32-make[2]: Entering directory `C:/Documents and Settings/a/Desktop/pruebas/ProjectPointPlane/build' "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_depends "MinGW Makefiles" C:\Users\a\Desktop\pruebas\ProjectPointPlane C:\Users\a\Desktop\pruebas\ProjectPointPlane C:\Users\a\Desktop\pruebas\ProjectPointPlane\build C:\Users\a\Desktop\pruebas\ProjectPointPlane\build C:\Users\a\Desktop\pruebas\ProjectPointPlane\build\CMakeFiles\ProjectPointPlane.dir\DependInfo.cmake --color= CMake Error: Target DependInfo.cmake file not found Scanning dependencies of target ProjectPointPlane CMake Error: Directory Information file not found CMake Error: Cannot open file for write: C:/Users/a/Desktop/pruebas/ProjectPointPlane/build/CMakeFiles/ProjectPointPlane.dir/depend.make.tmp CMake Error: : System Error: No such file or directory mingw32-make[2]: *** [CMakeFiles/ProjectPointPlane.dir/depend] Error 2 mingw32-make[2]: Leaving directory `C:/Documents and Settings/a/Desktop/pruebas/ProjectPointPlane/build' mingw32-make[1]: *** [CMakeFiles/ProjectPointPlane.dir/all] Error 2 mingw32-make[1]: Leaving directory `C:/Documents and Settings/a/Desktop/pruebas/ProjectPointPlane/build' mingw32-make: *** [all] Error 2 Do you know what might the problem be? Thanks!
_______________________________________________ Cmake-commits mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits
