[Insight-users] FLTK ??? FastMarchingLevelSet
Luis Ibanez
luis.ibanez@kitware.com
Wed, 19 Feb 2003 12:01:22 -0500
Hi Waltraut,
Your FLTK variables look ok.
What is your CMake version ?
What is your ITK version ?
The current version of CMake uses:
"FLTK_FLUID_EXECUTABLE"
instead of
"FLTK_FLUID_EXE"
If the FLTK_WRAP_UI flag is not enabled
that means that some of the FLTK components
have not been found.
-----
I'll strongly suggest you to upgrade to
CMake 1.6.4
and use the most recent stable release of
ITK which is identified with the CVS tag:
SPIE-Medical-Imaging-2003
This is the version that is being distributed
at the SPIE Medical Imaging conference this
week.
You can use this version with FLTK 1.1.2.
So, to summarize:
1) FLTK 1.1.2
2) CMake 1.6.4
3) Insight cvs checkout with option
-r SPIE-Medical-Imaging-2003
e.g when you cvs update you do:
cvs update -r SPIE-Medical-Imaging-2003
and your checkout will be synchronized
with this release.
Please let us know if you continue experiencing
any problem.
Thanks
Luis
--------------------------------------
Hello,
I have the following variables. This is a part of my CMakeCache.txt:
//Where can one of the fltk or fltkd libraries be found
FLTK_BASE_LIBRARY:FILEPATH=D:/Programme/Development/fltk-1.1.0rc4/lib/fltkd.
lib
//Where can the fluid file be found
FLTK_FLUID_EXE:FILEPATH=D:/Programme/Development/fltk-1.1.0rc4/fluid/fluidd.
exe
//Where can one of the fltkforms, fltkformsd or fltk_forms libraries
// be found
FLTK_FORMS_LIBRARY:FILEPATH=D:/Programme/Development/fltk-1.1.0rc4/lib/fltkf
ormsd.lib
//Where can one of the fltkgl, fltkgld or fltk_gl libraries be
// found
FLTK_GL_LIBRARY:FILEPATH=D:/Programme/Development/fltk-1.1.0rc4/lib/fltkgld.
lib
//Where can one of the fltkimages, fltkimagesd or fltk_images libraries
// be found
FLTK_IMAGES_LIBRARY:FILEPATH=D:/Programme/Development/fltk-1.1.0rc4/lib/fltk
imagesd.lib
//What is the path where the file FL/Fl.h can be found
FLTK_INCLUDE_PATH:PATH=D:/Programme/Development/fltk-1.1.0rc4
//Value Computed by CMake
FastMarchingLevelSet_BINARY_DIR:STATIC=D:/Programme/Development/Insight/Appl
ications/FastMarchingLevelSet
//Value Computed by CMake
FastMarchingLevelSet_SOURCE_DIR:STATIC=D:/Programme/Development/Insight/Appl
ications/FastMarchingLevelSet
I don't now where the problem is.
Thanks in advance.
Waltraut