[Insight-users] Patch for faulty FLTK includes found inInsightApplications-1.6.0

Julien Jomier jjomier at cs.unc.edu
Fri Jun 11 11:07:52 EDT 2004


Hi Peter,

This is a known issue with FLTK. 
You should perform a 'make install' of FLTK and specify the FLTK
installation directory when running CMake on InsightApplications. You can
make a local install (--prefix) if you want. The install is fixing the case
of the filenames by creating shortcuts in the fltk/include directory. This
is highly recommended when using FLTK.

We don't want to modify InsightApplications to keep backward compatibility
with older versions of FLTK.

best regards,

Julien

> -----Original Message-----
> From: insight-users-bounces at itk.org 
> [mailto:insight-users-bounces at itk.org] On Behalf Of 
> p.klotz at icoserve.com
> Sent: Friday, June 11, 2004 9:51 AM
> To: insight-users at itk.org
> Subject: [Insight-users] Patch for faulty FLTK includes found 
> inInsightApplications-1.6.0
> 
> 
> 
> 
> 
> 
> Hi
> 
> When InsightApplications-1.6.0 is compiled under an Operating 
> System that
> provides case sensitive filesystems like Linux, the compiler complains
> about several FLTK includes.
> 
> For example:
> 
> The file
>       Auxiliary/FltkImageViewer/fltkGlWindow.cxx
> contains
>       #include <FL/fl_file_chooser.H>
> instead of
>       #include <FL/Fl_File_Chooser.H>
> 
> The attached patch fixes all those cases. The includes now 
> conform to FLTK
> 1.1.4/1.1.5rc1.
> 
> Best regards, Peter.
> (See attached file: InsightApplications-1.6.0.FLTK.patch.gz)
> 



More information about the Insight-users mailing list