[Insight-users] AW: FLTK ??? FastMarchingLevelSet

Waltraud Henrich henrich@ira.uka.de
Fri, 21 Feb 2003 10:15:44 +0100


Hello,


My CMake version was 1.4.6 and my ITK version was the last version with =
CVS,
and my FLTK is fltk-1.1.0rc4.
I download now the CMake version 1.6.4 and the ITK version with the CVS =
tag:

    SPIE-Medical-Imaging-2003

After I set everything in CMakeDialog I receive  the following message: =


CMake error: VTK was build using "", but ITK is using
"D:/PROGRA~1/MICROS~1/Common/MsDev98/Bin/msdev.com" The build will =
fail. Try
selecting a different Make Generator.

Then when I press OK I receive the Following Message:
" Warning. Your VTK was not build whit  the VTK_USE_ANSI_STDLIB option =
ON.
Link errors may occur. Consider re-building VTK with this Option ON . =
For
MSVC 6, you must turn ON the VTK option. ITK will not link otherwise."

My VTK version is 4.0

I set=20
USE_VTK =3D ON
VTK_DIR =3D D:/Programme/Development/VTK/lib/vtk

these were already set=20

ITK_USE_SYSTEM_STDLIB=3D ON
CMAKE_MAKE_PROGRAM=3D D:/PROGRA~1/MICROS~1/Common/MsDev98/Bin/msdev.com

Thanks in advance

Waltraut




-----Urspr=FCngliche Nachricht-----
Von: Luis Ibanez [mailto:luis.ibanez@kitware.com]
Gesendet: Mittwoch, 19. Februar 2003 18:01
An: henrich@ira.uka.de; insight-users@public.kitware.com
Betreff: FLTK ??? FastMarchingLevelSet



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=3DD:/Programme/Development/fltk-1.1.0rc4/lib/=
fltkd.
lib

//Where can the fluid file be found
FLTK_FLUID_EXE:FILEPATH=3DD:/Programme/Development/fltk-1.1.0rc4/fluid/f=
luidd.
exe

//Where can one of the fltkforms, fltkformsd or fltk_forms libraries
// be found
FLTK_FORMS_LIBRARY:FILEPATH=3DD:/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=3DD:/Programme/Development/fltk-1.1.0rc4/lib/fl=
tkgld.
lib

//Where can one of the fltkimages, fltkimagesd or fltk_images libraries
// be found
FLTK_IMAGES_LIBRARY:FILEPATH=3DD:/Programme/Development/fltk-1.1.0rc4/li=
b/fltk
imagesd.lib

//What is the path where the file FL/Fl.h can be found
FLTK_INCLUDE_PATH:PATH=3DD:/Programme/Development/fltk-1.1.0rc4

//Value Computed by CMake
FastMarchingLevelSet_BINARY_DIR:STATIC=3DD:/Programme/Development/Insigh=
t/Appl
ications/FastMarchingLevelSet

//Value Computed by CMake
FastMarchingLevelSet_SOURCE_DIR:STATIC=3DD:/Programme/Development/Insigh=
t/Appl
ications/FastMarchingLevelSet

I don't now where the problem is.

Thanks in advance.

Waltraut