Re: GNAT building fails on MinGW wiith gcc-4.6.020100904 weekly snapshot

2010-09-12 Thread Florian Weimer
* Florian Weimer: > Can you look at the generated s-soscons.ads file? I suspect that the > default > > #ifndef MSG_WAITALL > # define MSG_WAITALL -1 > #endif > CND(MSG_WAITALL, "Wait for full reception") > > kicks in and sets MSG_WAITALL to -1. > > Debian's mingw hasn't got the MSG_WAITALL #defin

Re: GNAT building fails on MinGW wiith gcc-4.6.020100904 weekly snapshot

2010-09-12 Thread Florian Weimer
* koala: > When trying to build gnat from this snapshot, i had an issue at line > 280 from gcc/ada/g-socthi-mingw.adb due to: > > g-socthi.adb:280:45 value not in range of type "Interfaces.C.unsigned" > g-socthi.adb:280:45 static expression fails Constraint-check > Is it all an known issue ? > > T

GNAT building fails on MinGW wiith gcc-4.6.020100904 weekly snapshot

2010-09-09 Thread koala01
Hello, Please forgive my poor english, but it isn't my mother language. When trying to build gnat from this snapshot, i had an issue at line 280 from gcc/ada/g-socthi-mingw.adb due to: g-socthi.adb:280:45 value not in range of type "Interfaces.C.unsigned" g-socthi.adb:280:45 static expressio