[Cmake-commits] Error compiling VTK example
Adri CS
acsantome at gmail.com
Mon Mar 4 04:45:19 EST 2013
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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-commits/attachments/20130304/75542e84/attachment.htm>
More information about the Cmake-commits
mailing list