Am 16.07.07, 20:56 -0700 schrieb Michael Sweet: > cableguy67 wrote:
> > Yes, it builds both as --enable-cygwin and --disable-cygwin. I do however > > get the > > > > : integer expression expected 2 > > : integer expression expected 4 > > : integer expression expected 4 > > : integer expression expected 4 > > : integer expression expected 4 > > > > after the sizeof int etc with the --disable-cygwin stuff (during > > ./configure). Not so with the --enable-cygwin. > > That's a known Cygwin bug. Basically, they changed the default file > mode to binary but didn't fix the rest of their software to only > output \n instead of \r\n. I had problems with fltk-utf8-config due to spreading the \r\n lineend. I fixed CinePaint's configure with the dos2unix filter to properly detect FLTK1-utf8 under Linux. Just wondering how you can judge from the above messages to that (line)end? kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name + www.oyranos.org + www.cinepaint.org _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

