[Insight-users] Re: some probles in compile InsightApplications

Luis Ibanez luis.ibanez at kitware.com
Sat Jul 3 10:47:58 EDT 2004


Hi Fuchun,

Please read the instruction  in the Tutorial sessions,

    http://www.itk.org/HTML/Tutorials.htm

In particular

http://www.itk.org/CourseWare/Training/GettingStarted-IV.pdf

---

You are missing to specify the location of the "fluid" executable.

  FLTK_FLUID_EXECUTABLE   FLTK_FLUID_EXECUTABLE-NOTFOUND

This prevents the applications that depend on FLTK from
being built.

Please rerun CMake and provide the full path to the fluid
executable. You will find it in the subdirectory "/fluid"
in the FLTK tree. In your case it probably will be something
like

       D:/fltk-1.1.4/fluid/fluid.exe




  Regards,


    Luis


-----------------
Fuchun Lin wrote:
> Luis Ibanez,
> 
> Some dirtories in InsightApplications aren't compiled, 
> such as, GeodesicActiveContour and those are needed VTK and FLTK
> However, the others can be compiled sucessfully.
> 
> my CMake(1.8.3) values is:
> BUILID_TESTING                   ON
> CMAKE_BACKGROUNDS_COMPILITY      1.8
> DART_ROOT                        DART_ROOT-NOTFOUND
> EXECUTABLE_OUTPUT_PATH
> FLTK_BASE_LIBRARY                D:/fltk-1.1.4/lib/fltkd.lib
> FLTK_FLUID_EXECUTABLE            FLTK_FLUID_EXECUTABLE-NOTFOUND
> FLTK_FORMS_LIBRARY               D:/fltk-1.1.4/lib/fltkformsd.lib
> FLTK_GL_LIBRARY                  D:/fltk-1.1.4/lib/fltkgld.lib
> FLTK_IMAGES_LIBRARY              D:/fltk-1.1.4/lib/fltkimagesd.lib
> FLTK_INCLUDE_DIR                 D:/fltk-1.1.4
> ITK_DIR                          D:/ITK-binary
> LIBRARY_OUTPUT_PATH
> USE_FLTK                         ON
> USE_VTK                          ON  
> VTK_DIR                          D:/VTK-binary
> 
> 
> 
> 
>    
> 
> 
> 	
> 
> ======= 2004-07-02 13:52:00 您在来信中写道:=======
> 
> 
>>Fuchun Lin wrote:
>>
>>You need to run CMake, and provide as source directory
>>the top directory of InsightApplications.
>>
>>If you want to build the applications that have GUI
>>you must pass CMake to "Advanced mode" and enable
>>USE_FLTK.  If you want to build the applications that
>>have visualization with VTK then you have to enable
>>USE_VTK.
>>
>>You will find instructions in the Tutorials
>>
>>  http://www.itk.org/HTML/Tutorials.htm
>>
>>regarding how to configure the FLTK and VTK
>>variables.
>>
>>
>>  Regards,
>>
>>
>>     Luis
>>
>>
>>------------------
>>
>>
>>>Hi,luis.ibanez
>>>
>>>    How can I compile InsightApplications-1.6.0 ?
>>>In my compiling, I found I can't find some library,
>>>such as ITKVtkFltk and ITKFltkImageViewer.How can I
>>>do ti?
>>>    Thanks for your time.
>>>
>>>
>>>        Fuchun Lin
>>>        fclin at nlpr.ia.ac.cn
>>>          2004-06-28
>>>
>>>
>>>
>>>
>>
>>
>>
>>.
> 
> 
> = = = = = = = = = = = = = = = = = = = =
> 			
> 
> 				 
>         Fuchun Lin
>         fclin at nlpr.ia.ac.cn
>           2004-07-03
> 
> 
> 
> 
> 





More information about the Insight-users mailing list