[Insight-users] How to make a single Application OutSide the Application Main Directory

Arun Kulshreshtha arunk at mrcoffee.engr.sgi.com
Fri Mar 11 12:55:10 EST 2005


hi

I have build the Applications from its main directory and its working 
totally fine. I want to make some
modifications in a perticular    application then I copied the directory 
containing that application to some
other directory and then run ccmake the it give following errors :

$ cmake .
-- Check for working C compiler: gcc -- works
-- Check for working CXX compiler: c++ -- works
CMake Error: Error in cmake code at
/usr/people/arunk/ITK/ia64/Applications/Src/GeodesicActiveContour/CMakeLists.txt:43:
Unknown CMake command "ADD_GUI_EXECUTABLE".
CMake Error: Error in cmake code at
/usr/people/arunk/ITK/ia64/Applications/Src/GeodesicActiveContour/CMakeLists.txt:46:
Unknown CMake command "ITK_DISABLE_FLTK_GENERATED_WARNINGS".
CMake Error: Attempt to add link libraries to non-existant target: 
GeodesicActiveContour for lib ITKNumerics
CMake Error: Attempt to add link libraries to non-existant target: 
GeodesicActiveContour for lib ITKBasicFilters
CMake Error: Attempt to add link libraries to non-existant target: 
GeodesicActiveContour for lib ITKIO
CMake Error: Attempt to add link libraries to non-existant target: 
GeodesicActiveContour for lib vtkHybrid
CMake Error: Attempt to add link libraries to non-existant target: 
GeodesicActiveContour for lib vtkIO
CMake Error: Attempt to add link libraries to non-existant target: 
GeodesicActiveContour for lib ITKVtkFltk
CMake Error: Attempt to add link libraries to non-existant target: 
GeodesicActiveContour for lib ITKFltkImageViewer
-- Configuring done


Can someone help me how to configure the application outside the 
Application main directory ??

Regards
Arun



More information about the Insight-users mailing list