[Insight-users] Re: Problems building version 1.2 : Wrong FLTK configuration

Luis Ibanez luis.ibanez@kitware.com
Wed, 19 Mar 2003 12:10:27 -0500


Hi Liang,

The problem is that you are providing the include
directory to fltk headers with the "Fl" subdirectory included.

FLTK_INCLUDE_DIR:PATH=C:/InstalledPost/GE/FLTK/fltk-1.1.3/FL

The "FL" directory should not be there. Please change it for

FLTK_INCLUDE_DIR:PATH=C:/InstalledPost/GE/FLTK/fltk-1.1.3


Please let us know if you encounter further problems,

Thanks


Luis



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

liang@cs.toronto.edu wrote:
> Hi, Luis,
> 
> Thank you very much for your advice. I have re-built VTK and Insight
> Toolkit with CMake 1.6.6. When I complied Insight Application with
> both USE_FLTK and USE_VTK "ON", I got the errors included below. I
> also enclosed the two CMakeCache.txt files respectively from
> 
>      ITK1.2bin/InsightToolkit-1.2.0
>      ITK1.2bin/InsightApplications-1.2.0
> 
> Would you mind pointing me what went wrong again?
> 
> Many Thanks, Jianming Liang
> --------------------Configuration: ITKFltkImageViewer - Win32 Debug--------------------
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkTimeProbesCollectorGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkSphereFunctionControlGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkSlice3DDrawerGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkSlice2DDrawerGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkRegularStepGradientDescentGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkRGBImage2DViewerGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkImageViewerGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkImage2DViewerGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkFrustumFunctionControlGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkDisplayGlWindowGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkDisplayGlWindowFlatGUI.fl
> Building Custom Rule C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkClippingPlane3DDrawerGUI.fl
> Compiling...
> fltkBox3D.cxx
> C:\InstalledPost\GE\FLTK\fltk-1.1.3\FL\math.h(51) : error C2065: 'floor' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2039: 'sqrt' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2065: 'sqrt' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'exp' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'log' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkShape3D.h(36) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkClippingPlane3DDrawer.cxx
> C:\InstalledPost\GE\ITK\ITK1.2bin\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkClippingPlane3DDrawerGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkCone3D.cxx
> C:\InstalledPost\GE\FLTK\fltk-1.1.3\FL\math.h(51) : error C2065: 'floor' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2039: 'sqrt' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2065: 'sqrt' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'exp' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'log' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkShape3D.h(36) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkCylinder3D.cxx
> C:\InstalledPost\GE\FLTK\fltk-1.1.3\FL\math.h(51) : error C2065: 'floor' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2039: 'sqrt' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2065: 'sqrt' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'exp' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'log' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkShape3D.h(36) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkFrustum3D.cxx
> C:\InstalledPost\GE\FLTK\fltk-1.1.3\FL\math.h(51) : error C2065: 'floor' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2039: 'sqrt' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2065: 'sqrt' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'exp' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'log' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkShape3D.h(36) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkGlWindow.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkGlWindow.h(21) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkGlWindowInteractive.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkGlWindow.h(21) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkGlWindowInteractiveFlat.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkGlWindow.h(21) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkImage2DViewerWindow.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkGlWindow.h(21) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkLightButton.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkLightButton.h(24) : fatal error C1083: Cannot open include file: 'FL/Fl_Light_Button.H': No such file or directory
> fltkProgressBar.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkProgressBar.h(24) : fatal error C1083: Cannot open include file: 'FL/Fl_Slider.H': No such file or directory
> fltkRGBImage2DViewerWindow.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkGlWindow.h(21) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkShape3D.cxx
> C:\InstalledPost\GE\FLTK\fltk-1.1.3\FL\math.h(51) : error C2065: 'floor' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2039: 'sqrt' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2065: 'sqrt' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'exp' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'log' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkShape3D.h(36) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkSphere3D.cxx
> C:\InstalledPost\GE\FLTK\fltk-1.1.3\FL\math.h(51) : error C2065: 'floor' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2039: 'sqrt' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(146) : error C2065: 'sqrt' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'exp' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2039: 'log' : is not a member of '`global namespace''
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'exp' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightToolkit-1.2.0\Code\Numerics\vxl\vnl/vnl_math.h(150) : error C2065: 'log' : undeclared identifier
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkShape3D.h(36) : fatal error C1083: Cannot open include file: 'FL/gl.h': No such file or directory
> fltkTimeProbeGUI.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkTimeProbeGUI.h(20) : fatal error C1083: Cannot open include file: 'FL/Fl_Tile.H': No such file or directory
> fltkTimeProbesCollector.cxx
> C:\InstalledPost\GE\ITK\ITK1.2bin\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkTimeProbesCollectorGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkUtils.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkUtils.cxx(18) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkWindowInteractive.cxx
> C:\InstalledPost\GE\ITK\ITK1.2\InsightApplications-1.2.0\Auxiliary\FltkImageViewer\fltkWindowInteractive.h(23) : fatal error C1083: Cannot open include file: 'FL/Fl_Window.H': No such file or directory
> fltkClippingPlane3DDrawerGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkDisplayGlWindowFlatGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkDisplayGlWindowFlatGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> Generating Code...
> Compiling...
> fltkDisplayGlWindowGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkDisplayGlWindowGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkFrustumFunctionControlGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkFrustumFunctionControlGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkImage2DViewerGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkImage2DViewerGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkImageViewerGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkImageViewerGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkRGBImage2DViewerGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkRGBImage2DViewerGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkRegularStepGradientDescentGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkRegularStepGradientDescentGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkSlice2DDrawerGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkSlice2DDrawerGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkSlice3DDrawerGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkSlice3DDrawerGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkSphereFunctionControlGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkSphereFunctionControlGUI.h(5) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> fltkTimeProbesCollectorGUI.cxx
> C:/InstalledPost/GE/ITK/ITK1.2bin/InsightApplications-1.2.0/Auxiliary/FltkImageViewer/fltkTimeProbesCollectorGUI.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 - 84 error(s), 0 warning(s)
> ====================================
> The File CMakeCache.txt in c:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0
> -----------
> # This is the CMakeCache file.
> # For build in directory: c:/InstalledPost/GE/ITK/ITK1.2bin/InsightToolkit-1.2.0
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a varible in the cache.
> # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 


.... snip


> 
> //What is the path where the file FL/Fl.h can be found
> FLTK_INCLUDE_DIR:PATH=C:/InstalledPost/GE/FLTK/fltk-1.1.3/FL
> 
> 


../