[Insight-users] FLTK???? FastMarchingLevelSet

Luis Ibanez luis.ibanez@kitware.com
Tue, 18 Feb 2003 11:52:35 -0500


Hi Waltraud,

It seems that you haven't clicked in
the "Advanced" options in CMake.

Your email doesn't mention the FLTK libraries.

It is quite possible that these libraries
are not being found. You will only see their
corresponding CMake variables if you enabled
the "Advanced" option.

You must look for the following variables:

FLTK_BASE_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkd.lib
FLTK_FORMS_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkformsd.lib
FLTK_GL_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkgld.lib
FLTK_IMAGES_LIBRARY:FILEPATH=D:/ibanez/src/fltk/fltk-1.1.0rc6/lib/fltkimagesd.lib

If any of the libraries is not-found, CMake will
not enable FLTK and the applications that require
this library will not be able to build.

Please check the variables mentioned above in
your CMakeCache.txt file, or directly in CMakeSetup
by enabling the "Advanced" option.

Let us know if you continue experiencing any problem.

Thanks


   Luis


-----------------------------------
Waltraud Henrich wrote:
> Hello,
> 
> 
> It still won't work out. I started over and checked out a new ITK and used
> CMakeSetup.exe to configurate. Here a part out of Cmake
> 
> BUILD_APPLICATION = ON
> BUILD_EXEMPLES=ON
> BUILD_TESTING=ON
> USE_FLTK_VERSION_1.0.11 = OFF
> USE_FLTK_VERSION_1.1      = ON
> FLTK_INCLUDE_PATH=D:\Programme\Development\fltk-1.1.0rc4
> FLTK_FLUID_EXE = D:\Programme\Development\fltk-1.1.0rc4\fluid\fluidd.exe
> USE FLTK = ON
> USE GLUT = OFF
> USE VTK=OFF
> USE BUILD_VTK=ON
> USE_INSTALLED_VTK=ON
> VTK_INSTAL_PATH= D:\Programme\Development\VTK
> VTK_BINARY_PATH=D:\Programme\Development\VTK\bin
> ITK_USE_SYSTEM_STDLIB=ON
> 
> Then I open ITK.dsw and built it.
> Curious is that some files of the project files in Insight/Application were
> not produced and the *.h and *.cxx file aren't create.
> For example in AnisotropicDiffusionFltkGui, Curves2DExtractor,
> DistanceMapFilter, I have project files but in FastMarchingLevelSet,
> GeodesicActiveContour, GPDM2DTest,ShapeDetectionLevelSet, I don't. (although
> in both are * fl files ). 
> I change in CMakeCache.txt the parameter HAS_VTK:INTERNAL=0 in
> HAS_VTK:INTERNAL=1. (thus wrote me yesterday Mathieu). I had clean up and I
> built ITK.dsw again.
> Someone an idea what did go wrong? How can I build all of them. Especially
> the FastMarchingLevelSet ...
> 
> Thanks in advance
> 
> Waltraut
> 
> -----Ursprüngliche Nachricht-----
> Von: Luis Ibanez [mailto:luis.ibanez@kitware.com]
> Gesendet: Dienstag, 18. Februar 2003 06:16
> An: Waltraud Henrich
> Cc: 'Mathieu Malaterre'; 'insight-users@public.kitware.com'
> Betreff: Re: WG: AW: AW: AW: [Insight-users] FLTK???????
> 
> 
> 
> Hi Waltraut,
> 
> When and error is reported in "FLTK_WRAP_UI"
> this means that some of the FLTK components
> have not been found.
> 
> You may have to enable the "Advanced" options
> in CMake and verify that the four FLTK libraries
> are specified, the fluid executable and the path
> to the FLTK headers.
> 
> A simple verification may be for you to
> open the CMakeCache.txt file, take all the
> FLTK_ related lines and post them to the list.
> (only those lines...).  One or several of them
> might not be defined correctly in your
> configuration.
> 
> 
>    Luis
> 
> 
> 
>