[vtkusers] Error compiling VTK example: ProjectPointPlane

David Doria daviddoria at gmail.com
Mon Mar 4 10:43:41 EST 2013


On Mon, Mar 4, 2013 at 10:12 AM, a.c.sant <acsantome at gmail.com> wrote:
>
> Hi,
> I initially posted this on the CMake mailing list, but following David's
> suggestion, I'll post it here too.
>
> I was trying to compile the ProjectPointPlane example with the MingW
> compiler. I was able to configure the project and generate the Makefile with
> CMake without any warnings or errors.
> However, when typing /mingw32-make.exe/ in the terminal, I got several
> errors.
>
> Here's the output:
>
>
> Any idead about what could be happening?
>
> Thanks in advance

I think there is a problem sometimes where posts from Nabble (is that
how you posted?) are not posted in their entirety. Here is the output
that was meant to be included:

$ 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



More information about the vtkusers mailing list