[fltk.development] FLTK do not compile with tdmgcc mingw 4.5

2010-06-23 Thread Domingo Alvarez Duarte
Today I've tryied tdmgcc 4.5 mingw and I noticed that FLTK doesn't compile with it, apparently gcc 4.5 removed several compiler options that the configure script test. ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listi

Re: [fltk.development] FLTK do not compile with tdmgcc mingw 4.5

2010-06-23 Thread imacarthur
On 23 Jun 2010, at 17:51, Domingo Alvarez Duarte wrote: > Today I've tryied tdmgcc 4.5 mingw and I noticed that FLTK doesn't > compile > with it, apparently gcc 4.5 removed several compiler options that the > configure script test. Do you know which ones? ___

Re: [fltk.development] FLTK do not compile with tdmgcc mingw 4.5

2010-06-24 Thread Domingo Alvarez Duarte
It seems that -mms-bitfields is one of then, I searched the net and I'm not sure if this is from gcc 4.5 or TDMGCC specific . ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

Re: [fltk.development] FLTK do not compile with tdmgcc mingw 4.5

2010-06-24 Thread imacarthur
On 24 Jun 2010, at 17:18, Domingo Alvarez Duarte wrote: > It seems that -mms-bitfields is one of then, I searched the net and > I'm > not sure if this is from gcc 4.5 or TDMGCC specific . Are you saying that -mms-bitfields is no longer supported by the gcc you are using? I suspect that does