[Insight-users] build Insight applications error yet again!!!

Luis Ibanez luis.ibanez at kitware.com
Wed, 11 Feb 2004 16:27:45 -0500


Hi Jas,

Thanks for posting the CMakeCache.txt file.

Your definitions of FLTK seem to be ok now.


The surprising fact is that your build is working
ok for applications such as:

           - FastMarching
           - ShapeDetection
           - RegionGrowinSegmentation

but not for

           - GeodesicActiveContours

despite the fact that all of them have identical
structures (using ITK and FLTK).

That looks like a problem with your compiler rather
than a CMake configuration problem.

Can you please try this:

 From visual studio, instead for building ALL_BUILD
go to the GeodesicActiveContour project and select
it as the default project. Then try to build it
directly.


Please let us know what you find.


    Thanks


        Luis



---------------------------------------

#YEO SI YONG# wrote:

> hi Luis,
>  
> i've tried to build the applications again, but the error came out, yet again
>  
> i've copied down the CMakeCache.txt file and  part of the VC++ generated txt below, would you kindly take a look and provide some help
> Thanks you very much
>  
> best regards 
> jas
>  
=========================================================
> //Where can one of the fltk or fltkd libraries be found
> FLTK_BASE_LIBRARY:FILEPATH=C:/FLTK/lib/fltkd.lib
> 
> //Path to a program.
> FLTK_FLUID_EXECUTABLE:FILEPATH=C:/FLTK/fluid/fluidd.exe
> 
> //Where can one of the fltkforms, fltkformsd or fltk_forms libraries
> // be found
> FLTK_FORMS_LIBRARY:FILEPATH=C:/FLTK/lib/fltkformsd.lib
> 
> //Where can one of the fltkgl, fltkgld or fltk_gl libraries be
> // found
> FLTK_GL_LIBRARY:FILEPATH=C:/FLTK/lib/fltkgld.lib
> 
> //Where can one of the fltkimages, fltkimagesd or fltk_images libraries
> // be found
> FLTK_IMAGES_LIBRARY:FILEPATH=C:/FLTK/lib/fltkimagesd.lib
> 
> //What is the path where the file FL/Fl.h can be found
> FLTK_INCLUDE_DIR:PATH=C:/FLTK
> 
==========================================================
>  
>  
> VC++ generated txt:
>  
>   Creating library Debug/RegionGrowingSegmentation2D.lib and object Debug/RegionGrowingSegmentation2D.exp
> --------------------Configuration: ThresholdSegmentationLevelSet - Win32 Debug--------------------
> Building Custom Rule C:\ITK\biapp\ThresholdSegmentationLevelSet\ThresholdSegmentationLevelSetGUI.cxx.rule
> Compiling...
> ThresholdSegmentationLevelSetGUI.cxx
> ThresholdSegmentationLevelSetBase.cxx
> ThresholdSegmentationLevelSet.cxx
> Generating Code...
> Linking...
>    Creating library Debug/ThresholdSegmentationLevelSet.lib and object Debug/ThresholdSegmentationLevelSet.exp
> --------------------Configuration: FastMarchingLevelSet - Win32 Debug--------------------
> Building Custom Rule C:\ITK\biapp\FastMarchingLevelSet\FastMarchingLevelSetGUI.cxx.rule
> Compiling...
> FastMarchingLevelSetGUI.cxx
> FastMarchingLevelSetBase.cxx
> FastMarchingLevelSet.cxx
> Generating Code...
> Linking...
>    Creating library Debug/FastMarchingLevelSet.lib and object Debug/FastMarchingLevelSet.exp
> --------------------Configuration: ShapeDetectionLevelSet - Win32 Debug--------------------
> Building Custom Rule C:\ITK\biapp\ShapeDetectionLevelSet\ShapeDetectionLevelSetGUI.cxx.rule
> Compiling...
> ShapeDetectionLevelSetGUI.cxx
> ShapeDetectionLevelSetBase.cxx
> ShapeDetectionLevelSet.cxx
> Generating Code...
> Linking...
>    Creating library Debug/ShapeDetectionLevelSet.lib and object Debug/ShapeDetectionLevelSet.exp
> --------------------Configuration: GeodesicActiveContour - Win32 Debug--------------------
> Building Custom Rule C:\ITK\biapp\GeodesicActiveContour\GeodesicActiveContourGUI.cxx.rule
> Error executing c:\windows\system32\cmd.exe.
> 
> ALL_BUILD - 1 error(s), 8 warning(s)
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>