On Sun, Apr 4, 2010 at 5:30 AM, Fred Fred <stan1...@hotmail.fr> wrote:
> You are right!
> Actually I have been confusing with MinGW and Cygwin and I realized that I
> just need MinGW because I need to compile my plugins on Windows, and MinGW
> would allow me to generate native Windows dlls, whereas Cygwin would require
> to add specific dlls to make the generated dll working.
> So I deleted my Cygwin install and use only MinGW tools.
> I managed to ccmake the application and started make.
> But after 79% of the building has been completed, an error occurred: while
> trying to compile vtkQtView, the included file vtkView.h is not found. I did
> not find out how to specify a good path, so I tried to copy all the .h files
> in the Views directory into the GUISupport/Qt directory but as expected the
> compilation works but there are errors at the link stage.
> So which mistake did I do?
>

Can you post your CMakeLists.txt file?

John
_______________________________________________
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