[Insight-users] build example using fltk

Luis Ibanez luis . ibanez at kitware . com
Fri, 02 Aug 2002 15:16:53 -0400


Hi Venkat,

The missing header file: fltkImage2DViewerGUI.h is not part of FLTK.

It is a files that must be generated during the build process.

   "fluid" should do this for you.

If the file is not being generated that may indicate a configuration
problem related with the path for FLUID.

Could you please verify that you are providing the right path for
"fluid" ?  This should be in the FLTK_FLUID_EXE variable in CMake.

You can verify this directly in "ccmake" or in the CMakeCache.txt file.

Please let us know if that works,

   Thanks

     Luis


====================================================================

Venkat Anand wrote:
> i have  similar problems on linux platform when i am building
> MutualInformationEuler2DRegistration, i tried to set
> the option FLTK_INCLUDE_PATH but still i am asked for missing header files
>  
> Error transcript:
> 
> Insight/Auxiliary/FltkImageViewer/fltkImage2DViewer.h:22:34: fltkImage2DViewerGUI.h: No 
> such file or directory
> gmake[3]: *** [RegisterWindow.o] Error 1
> gmake[2]: *** [default_target] Error 2
> gmake[1]: *** [default_target_Examples_MutualInformationEuler2DRegistration] 
> Error 2
> gmake: *** [default_target] Error 2
> 
> thanks
> Ven.
>