[Insight-users] problem with FLTK

Matthias Guenther Matthias.Guenther@advancedmri.com
Mon, 04 Mar 2002 10:30:56 -0800


Hi Fang,

I had the same problem. The FLTK directory seems to be missing in this
particular project.
You can include this directory in VC6 by just adding it under
Tools->Options Subcard Directories, Show Directories for "Include
Files". Then it should work.

Bye,
   Matthias

> fj wrote:
> 
> Dear ITK users:
>   I have compiled demo project from FLTK 1.0.11.and then I use cmake
> to install ITK,but when I compile .VC told me that there is somthing
> changed from some *.dsp,ask me to reload the *.dsp ,I select "no".TO
> the end ,there also some error.
> The detail is :
> Configuration: IView - Win32 Debug--------------------
> Performing Custom Build Step on
> E:/TEMP/itk/itk/ITKSourceWin32/Insight/Unsupported/MetaImage/IView/CMakeLists.txt
> Compiling...
> IView.cxx
> E:\TEMP\itk\itk\ITKSourceWin32\Insight\Unsupported\MetaImage\IView\IView.cxx(11)
> : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file
> or directory
> IViewGUI.cxx
> E:\TEMP\itk\itk\ITKSourceWin32\Insight\Unsupported\MetaImage\IView\IViewGUI.h(5)
> : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file
> or directory
> IViewGUIBase.cxx
> E:\TEMP\itk\itk\ITKSourceWin32\Insight\Unsupported\MetaImage\IView\IViewGUIBase.h(5)
> : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file
> or directory
> Generating Code...
> Error executing cl.exe.
> 
> ALL_BUILD - 3 error(s), 49 warning(s)
> what is matter?
> 
> And if I do not ITK examples, So I do not need FLTK.So what I will not
> select in Cmake??????
> thanks
> 
> yours   Fang Jing