I'm trying to resurrect an FLTK app, cross compiled with MINGW, the compiler is
based on a newer version of GCC:  (4.4.2).  The newer compiler barfs on
Fl_JPEG_Image.cxx, line 158:

         dinfo.quantize_colors = (boolean)FALSE;

Which I believe should be:

         dinfo.quantize_colors = (bool) FALSE;

(or words to that effect).  Am I nuts?  Is my development environment hosed?  Or
should I file an STR?

Jim
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to