Kevin Trieu wrote:
error building gnustep gui

log file attached


Looks like your JPEG library doesn't have a field progressive_mode in the struct jpeg_decompress_struct. This means it must be either very old or very new, although I doubt the later. Could you please check the version and report it back to the list?
For me the jpeglib.h file has:
#define JPEG_LIB_VERSION  62    /* Version 6b */


If you just want to progress the simplest thing to do is switch off JPEG support with the command line switch --disable-jpeg for configure.

Hope this helps,
Fred



PS: Errors should be reported via the GNUstep bug tracker at https://savannah.gnu.org/projects/gnustep/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to