On 19 Jan 2010, at 23:20, Edward A. Hildum wrote: > That doesn't seem to work because the FLTK includes don't put > the directory qualification in their includes.
Indeed - that is correct: the fltk includes do not put it in the include path, because it is already given explicitly in the #include line. All the fltk includes must be of the form FL/Fl_Something so that the /FL part of /usr/include/FL is explicit. If you path in /usr/include/FL so that *all* files search it at compile time, then chaos ensues... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

