[Insight-users] failed to connect ITK with VTK
Luis Ibanez
luis.ibanez@kitware.com
Sat, 12 Apr 2003 02:36:32 -0400
Hi Helder,
VTK 4.2 and the CVS version *do* use CMake for configuration.
You may not be following the build instructions correctly.
Note that in the VTK source tree that you obtain from CVS
there is a CMakeLists.txt file on each directory. The the
footprint of CMake :-)
Please configure VTK with CMake (you will need CMake 1.6.5)
Regards,
Luis
-----------------------------------------
Helder Carvalho wrote:
> hi Luis,
>
> I tried to change the CMake flag to put the VTK_USE_ANSI_STDLIB ON, but
> there were no option available to do so. So the next step i took,was to
> download VTK 4.2 by CVS. This new VTK does not need CMake it compiles
> with nmake so there are no files related to Cmake, the good news were
> that there was a option to build VTK with the ANSI_STDLIB.
> After that I tried the InsightApplications CMake but it asks for the
> VTKconfig.cmake file if someone needs to interact with VTK, this file
> does not exists because vtk does not need CMAke,so itīs not possible to
> build the applications interacting with VTK. What can i do now??
>
> regards,
> Helder
>
>
>