RE: ATTN: jpeglib maintainer

2005-07-22 Thread Jörg Schaible
Hi Chuck, Charles Wilson wrote on Friday, July 22, 2005 12:22 AM: [snip] > > So, what to do? On cygwin, I think you just need to do something > like this: > > #ifdef __CYGWIN__ > # define CHECK_PROGRESSIVE(cinfo) (cinfo->process == > JPROC_PROGRESSIVE) #else # define CHECK_PROGRESSIVE(cinfo) >

Re: ATTN: jpeglib maintainer

2005-07-21 Thread Charles Wilson
Jörg Schaible wrote: > === %< === > $ LANG=C make > gcc -g -O2 -DHAVE_CONFIG_H -c -o jpeginfo.o jpeginfo.c > jpeginfo.c: In function `main': > jpeginfo.c:323: error: structure has no member named `progressive_mode' > jpeginfo.c:333: error: structure has no member named `progressive_mod

ATTN: jpeglib maintainer

2005-07-21 Thread Jörg Schaible
Hi Charles (you seem the jpeglib maintainer), it seems something has gone wrong with the last jpeglib version. Basically I want to compile jpeginfo (http://www.cc.jyu.fi/~tjko/projects.html). Using a managed mount (has an aux directory) it configures fine, but fails to compile: === %<