Hi,
I have an odd mingW 'make' error, with a portable version. MingW 4.5.3, GCC 4.6.1. FLTK v1.3.x. --------------------------------------------------- === making src === Compiling Fl_JPEG_Image.cxx... Fl_JPEG_Image.cxx: In constructor 'Fl_JPEG_Image::Fl_JPEG_Image (const char*)': Fl_JPEG_Image.cxx:158:33: error: 'boolean' was not declared in this scope Fl_JPEG_Image.cxx:158:41: error: expected ';' before 'FALSE' Fl_JPEG_Image.cxx: At global scope: Fl_JPEG_Image.cxx:217:1: error: 'boolean' does not name a type Fl_JPEG_Image.cxx: In function 'void skip_input_data(j_decompress_ptr, long int)': Fl_JPEG_Image.cxx:235:30: error: 'fill_input_buffer' was not declared in this scope Fl_JPEG_Image.cxx: In function 'void jpeg_mem_src(j_decompress_ptr, const unsigned char*)': Fl_JPEG_Image.cxx:248:32: error: 'fill_input_buffer' was not declared in this scope Fl_JPEG_Image.cxx: In constructor 'Fl_JPEG_Image::Fl_JPEG_Image (const char*, const unsigned char*)': Fl_JPEG_Image.cxx:334:33: error: 'boolean' was not declared in this scope Fl_JPEG_Image.cxx:334:41: error: expected ';' before 'FALSE' make[1]: *** [Fl_JPEG_Image.o] Error 1 make: *** [all] Error 1 ---------------------------------------------------- It works well "making" but here it stops for some reason. Thanks. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

