Anybody (Albrecht?) using a "recent" mingw with fltk? I am not (I still use some antique mingw...) but one of the guys here has been, and he's encountering some weird errors.
In particular, he has some code that uses fltk with some STL stuff in it (mainly <vector> I think, and some sorting stuff...) and his code will not compile, throwing errors in cpp_type_traits.h, at lines 147 and 154 where there is a collision between two of the (many) different templates for __is_integer<thing> are defined. In this case, it is seeing __is_integer<bool> and __is_integer<char> as being The Same (it looks like it thinks bool == char at this point...) Now, I can't imagine no one else has hit this, if it is truly a "feature" in gcc-4.6.1/mingw, so I assume it has to be some interaction either with our own code or with fltk. Any ideas? -- Ian SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

