Hello everyone, I am trying to execute the vtk example :
http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP

As the example guide says, I create a folder call test, then inside this
folder I put WriteVTP.cxx and the CmakeLists.txt given in the example.

I am trying to compile it, and give me this error :

**** Build of configuration Debug for project test ****
> make -j4 all
> Building file: ../WriteVTP.cxx
> Invoking: Cross G++ Compiler
> g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"WriteVTP.d"
> -MT"WriteVTP.d" -o "WriteVTP.o" "../WriteVTP.cxx"
> ../WriteVTP.cxx:1:24: fatal error: vtkVersion.h: No such file or directory
> compilation terminated.
> make: *** [WriteVTP.o] Error 1
> **** Build Finished ****


I am using Eclipse, in ubuntu 11.04.

Maybe I have to set up the compiling configuration of eclipse?

-- 
--------
Gonzalo Amadio
--

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

Reply via email to