[Insight-developers] Insight Applications CVS doesn't build against
Insight CVS
Kent Williams
kent at psychiatry.uiowa.edu
Wed May 17 11:09:29 EDT 2006
I don't know if this is a typo, a CMake change, an ITK change or a typo,
but when I try and build InsightApplications the vtkITK example doesn't
build:
Install the project...
-- Install configuration: "DEBUG"
make[1]: Leaving directory `...//build/MRIBiasPoly'
mkdir -p build/InsightApplications
(cd build/InsightApplications && cmake -DCMAKE_BUILD_TYPE:STRING=DEBUG
-DCMAKE_CXX_COMPILER:STRING=g++ -DCMAKE_INSTALL_PREFIX:PATH=...//install
-DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTING:BOOL=OFF
-DUSE_FLTK:BOOL=OFF -DUSE_VTK:BOOL=ON
-DITK_DIR:PATH=...//install/lib/InsightToolkit
-DVTK_DIR:PATH=...//install/lib/vtk-5.1 ../../src/InsightApplications )
CMake Error: Error in cmake code at
...//src/InsightApplications/SegmentationEditor/Common/CMakeLists.txt:18:
Unknown CMake command "VTK_WRAP_TCL2".
You have called ADD_LIBRARY for library vtkWSTCommonTCL without any
source files. This typically indicates a problem with your
CMakeLists.txt file
CMake Error: Error in cmake code at
...//src/InsightApplications/vtkITK/Common/CMakeLists.txt:64:
Unknown CMake command "VTK_WRAP_TCL2".
You have called ADD_LIBRARY for library vtkVTKITKCommonTCL without any
source files. This typically indicates a problem with your
CMakeLists.txt file
-- Configuring done
make: *** [build/InsightApplications/CMakeCache.txt] Error 255
Compilation exited abnormally with code 2 at Wed May 17 09:57:42
More information about the Insight-developers
mailing list