[Insight-users] Re: FLTK_WRAP_UI called with FLTK_WARP_UI undefined

Luis Ibanez luis . ibanez at kitware . com
Wed, 18 Jun 2003 10:07:37 -0400


Hi Zhao,

This error message

     "...FLTK_WARP_UI undefined"

appears when you have missed to specify some
of the FTLK components.

Please run Cmake again, pass to "advanced" mode
and double check that you provided the right
paths for the following components

   - FLTK_BASE_LIBRARY
   - FLTK_FLUID_EXECUTABLE
   - FLTK_FORMS_LIBRARY
   - FLTK_GL_LIBRARY
   - FLTK_INCLUDE_DIR


Here is for example how they look in my windows
installation:

FLTK_BASE_LIBRARY:FILEPATH=E:/cygwin/home/ibanez/src/fltk-1.1.3/lib/fltkd.lib
FLTK_FLUID_EXECUTABLE:FILEPATH=E:/cygwin/home/ibanez/src/fltk-1.1.3/fluid/fluidd.exe
FLTK_FORMS_LIBRARY:FILEPATH=E:/cygwin/home/ibanez/src/fltk-1.1.3/lib/fltkformsd.lib
FLTK_GL_LIBRARY:FILEPATH=E:/cygwin/home/ibanez/src/fltk-1.1.3/lib/fltkgld.lib
FLTK_IMAGES_LIBRARY:FILEPATH=E:/cygwin/home/ibanez/src/fltk-1.1.3/lib/fltkimagesd.lib
FLTK_INCLUDE_DIR:PATH=E:/cygwin/home/ibanez/src/fltk-1.1.3

Regards

   Luis


---------------------------

Zhao Yongming wrote:
> Hi,luis
> i have downloaded the latest version of ITK(1.20) and
> FLTK(1.1.4), and i successfully compiled the ITK. For
> i want to compile the applications of ITK, i use CMake
> to build the source files. But the following error
> appeared:
>   CMake Error: Error in cmake code at
>   ../../CMakeLists.txt:20:
>   FLTK_WRAP_UI called with FLTK_WARP_UI undefined
> 
> i wonder where and how to define it
> thanks!
> 
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc . yahoo . com
>