[Insight-developers] Examples in SunOS-5.6-c++ & IRIX-64 : missing FLTK

Luis Ibanez ibanez@choroid.cs.unc.edu
Mon, 1 Oct 2001 10:56:51 -0400 (EDT)



  Well, FLTK people have this problem some time ago
  and they came up with the salomonic decision of creating
  a link directory "Fl" to "FL". The standard distribution of
  FLTK has this link. They also created links with *.H to
  all the *.h files (I confess that this is not very elegant,
  but that's the way it is...)


  The examples are building in Windows and Linux,
  so, this still looks like a path problem in IRIX and SUN
  eventually it could also be problem with the installation
  of FLTK on these machines.

  Any ideas ?


  Luis

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


On Mon, 1 Oct 2001, Miller, James V (CRD) wrote:

> Actually, the problem is not that fltk is missing is that the include lines
> in the examples are wrong.  They are
>
> #include "Fl/something"
>
> and they need to be
>
> #include "FL/something"
>
>