[Insight-users] problem with FLTK

Luis Ibanez luis.ibanez@kitware.com
Tue, 05 Mar 2002 17:26:29 -0500


Hi,

When you ran CMake, did you click in the check box
that says "Advanced" ?

That should present to you additional options for FLTK
including the path for the includes, the path for the library
and the path to "Fluid".

The current errors reported by VC++ are due to the lack
of a correct path to the FLTK includes.

Hope that helps.

Luis


================================================
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
>