cableguy67 wrote:
>> All my win32 builds have been with msys/mingw, so it's entirely possible
>> I've missed something on the cygwin front. I don't have that toolchain
>> at all now.
>>
>> Does a "regular" 1.1.8 snapshot build OK for you with cygwin? I thought
>> I had mostly kept my configure script the same but perhaps I messed up.
> 
> How about "non-forked 1.1.x branch current svn". :)
> 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.

The fallback code should be picking up the proper defaults, however.

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

Reply via email to