> 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.


Your paths must be messed up - it's not finding the jpeg headers that
causes that.


SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

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

Reply via email to