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

Waltraud Henrich henrich@ira.uka.de
Mon, 17 Feb 2003 18:26:15 +0100


Hello,


I tried build it in
D:\Programme\Development\Insight\Applications\FastMarchingLevelSet
but I get the same error with FLTK_WRAP_UI.
I work with CMakeSetupDialog .I can't=20
Set USE_FLTK_VERSION_1.0.11 =3D OFF
Set USE_FLTK_VERSION_1.1      =3D ON
Provide  FLTK_INCLUDE_PATH
Provide  FLTK_FLUID_EXE
Provide  ITK_BINARY_PATH.
Where I must turn the parameters to ON ? In which file ?
and who provide the path to VTK and FLTK?

Thanks
Waltraut


-----Urspr=FCngliche Nachricht-----
Von: Mathieu Malaterre [mailto:malat@free.fr]
Gesendet: Montag, 17. Februar 2003 17:48
An: Waltraud Henrich
Cc: ITK Users
Betreff: Re: AW: AW: AW: [Insight-users] FLTK???????


Waltraud,

  I tried buildind FastMarchingLevelSet outside of ITK build tree but =
it=20
is too much a trouble.
  So I recommend you to build it in the 'Build tree' (remove the line=20
you added in Application/FastMarchingLevelSet/CMakeLists.txt)

And then go back to main build dir ccmake the main tree and turn to ON:

HAS_FLTK
HAS_FLTKIMAGEVIEWER
HAS_VTK

You'll be done then (you'll have to provide path to VTK and FLTK but=20
that's all).

cheers,
mathieu


Waltraud Henrich wrote:

>Hello,
>
>
>You mean the file in Insight?=20
>I missing all the three term. I send the CMakeCache.txt too.
>
>
>Thanks Waltraut
>
>
>-----Urspr=FCngliche Nachricht-----
>Von: Mathieu Malaterre [mailto:malat@free.fr]
>Gesendet: Montag, 17. Februar 2003 17:22
>An: Waltraud Henrich
>Betreff: Re: AW: AW: [Insight-users] FLTK???????
>
>
>Sorry Waltraud
>
>I forgot to ask you for your InsightBin/CMakeCache.txt
>Or If you prefer you can answer me directly
>
>What is the value of
>
>HAS_FLTK
>HAS_FLTKIMAGEVIEWER
>
>HAS_VTK
>
>
>If one of them is missing (i.e. is OFF) then you can't build=20
>FastMarchingLevelSet
>
>mathieu
>
>
>Waltraud Henrich wrote:
>
> =20
>
>>Hello,
>>
>>1)Application/CMakeLists1.txt
>>here I renamed the file in CMakeLists1.txt
>>
>>2)Application/FastMarchingLevelSet/CMakeLists.txt
>>
>>In CMakeLists.txt I add
>>INCLUDE (${CMAKE_ROOT}/Modules/FindFLTK.cmake)=20
>>
>>3)Application/FastMarchingLevelSet/CMakeCache.txt
>>
>>thanks
>>
>>Waltraut
>>
>>
>>-----Urspr=FCngliche Nachricht-----
>>Von: Mathieu Malaterre [mailto:malat@free.fr]
>>Gesendet: Montag, 17. Februar 2003 16:59
>>An: Waltraud Henrich
>>Betreff: Re: AW: [Insight-users] FLTK???????
>>
>>
>>Waltraud,
>>
>>  Could you send me your:
>>
>>Application/CMakeLists.txt
>>
>>and
>>
>>Application/FastMarchingLevelSet/CMakeLists.txt
>>
>>and
>>
>>Application/FastMarchingLevelSet/CMakeCache.txt
>>
>>thanks
>>
>>mathieu
>>
>>Waltraud Henrich wrote:
>>
>>=20
>>
>>   =20
>>
>>>Hello,
>>>
>>>I enable BUILD_APPLICATIONS:BOOL=3DON but I don't get
>>>  =20
>>>
>>>     =20
>>>
>>FastMarchingLevelSet.dsw
>>=20
>>
>>   =20
>>
>>>so I must build FastMarching.
>>>Why?
>>>
>>>Thanks in advance.
>>>
>>>Waltraut
>>>
>>>
>>>-----Urspr=FCngliche Nachricht-----
>>>Von: Mathieu Malaterre [mailto:malat@free.fr]
>>>Gesendet: Montag, 17. Februar 2003 16:18
>>>An: Waltraud Henrich
>>>Cc: ITK Users
>>>Betreff: Re: [Insight-users] FLTK???????
>>>
>>>
>>>Waltraud,
>>>Did you enable :
>>>
>>>BUILD_APPLICATIONS:BOOL=3DON
>>>
>>>in your CMakeCache.txt ? (or by ccmake ../Insight) ?
>>>If so everything should be ok.
>>>
>>>If you prefer to build FastMarching outside of ITK Binary dir you =
can=20
>>>access options by pressing the key 't' (advanced mode)
>>>
>>>HTH
>>>mathieu
>>>
>>>Waltraud Henrich wrote:
>>>
>>>
>>>
>>>  =20
>>>
>>>     =20
>>>
>>>>Hello,
>>>>
>>>>
>>>>I will run the FastMarchingLevelSet demo application. I try to =
compile
>>>>       =20
>>>>
>the
> =20
>
>>>>ITK examples with CMakeSetup.exe.(Visual Studio 6) I read the
>>>>Getting-Started-4.pdf how I can Running CMake.
>>>>When I run CMake then I get the following error:
>>>>CMake Error:FLTK_WRAP_UI: Error:
>>>>FLTK_WRAP_UI called whith FLTK_WRAP_UI undefined  from =
CMakeLists.txt
>>>>       =20
>>>>
>file
> =20
>
>>>>in directory:
>>>>D:/user/henrich/FastMarchingFLTK/FastMarchingLevelSet
>>>>
>>>>I read in the mailingList from Mon, 23 Dec 2002 12:11:49 -0500  =
that I
>>>>    =20
>>>>
>>>>       =20
>>>>
>>have
>>=20
>>
>>   =20
>>
>>>>to add the following line to their CMakeLists.txt file:=20
>>>>
>>>>INCLUDE (${CMAKE_ROOT}/Modules/FindFLTK.cmake)=20
>>>>
>>>>I add the following line and I receive the error message  this time =
but
>>>>       =20
>>>>
>if
>>>I
>  =20
>>>
>>>>click on configure button, I  get ahead .=20
>>>>I can=20
>>>>Set USE_FLTK_VERSION_1.0.11 =3D OFF
>>>>Set USE_FLTK_VERSION_1.1      =3D ON
>>>>Provide  FLTK_INCLUDE_PATH
>>>>Provide  FLTK_FLUID_EXE
>>>>but I can't=20
>>>>Provide  ITK_BINARY_PATH
>>>>When I click on configure button and then on OK button. I open the
>>>>FastMarchingLevelSet.dsw and built the project.
>>>>I get the FastMarchingLevelSetGUI.h and the =
FastMarchingLevelSetGUI.cxx
>>>>
>>>from
>>>
>>>>the FastMarchingLevelSetGUI.fl and I get the following error:
>>>>
>>>>D:\user\henrich\FastMarchingFLTK\FastMarchingLevelSet\FastMarchingLe=
velS
e
>>>>       =20
>>>>
>>>
>>>>se.h(20) : fatal error C1083: Include-Datei kann nicht geoeffnet =
werden:
>>>>'itkImageFileReader.h': No such file or directory
>>>>FastMarchingLevelSetBase.cxx
>>>>D:\user\henrich\FastMarchingFLTK\FastMarchingLevelSet\FastMarchingLe=
velS
e
>>>>       =20
>>>>
>>>
>>>>se.h(20) : fatal error C1083: Include-Datei kann nicht geoeffnet =
werden:
>>>>'itkImageFileReader.h': No such file or directory
>>>>FastMarchingLevelSetGUI.cxx
>>>>D:\user\henrich\FastMarchingFLTK\FastMarchingLevelSet\FastMarchingLe=
velS
e
>>>>       =20
>>>>
>t
> =20
>

>>>
>>>>se.h(20) : fatal error C1083: Include-Datei kann nicht geoeffnet =
werden:
>>>>'itkImageFileReader.h': No such file or directory
>>>>Generieren von Code...
>>>>Fehler beim Ausf=FChren von cl.exe.
>>>>
>>>>ALL_BUILD - 3 Fehler, 0 Warnung(en)
>>>>
>>>>The Include file cannot be opened=20
>>>>I think that the error cams because I can't provide =
ITK_BINARY_PATH.
>>>>
>>>>What can I do?
>>>>
>>>>Thanks in advance.
>>>>
>>>>Waltraut
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>_______________________________________________
>>>>Insight-users mailing list
>>>>Insight-users@public.kitware.com
>>>>http://public.kitware.com/mailman/listinfo/insight-users
>>>>
>>>>
>>>>
>>>>