[CMake] Is there really any cmake support?

John Drescher drescherjm at gmail.com
Sun Apr 4 09:07:28 EDT 2010


On Sun, Apr 4, 2010 at 5:30 AM, Fred Fred <stan1313 at 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


More information about the CMake mailing list