Kai-Uwe Behrmann wrote: > 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?
Because when Cygwin changed things we went through a whole bunch of iterations to "fix" the configure.in file to work with the broken Cygwin (which showed this exact error), only to find that it broke things on real UNIX's... -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Document Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

