Re: [fltk.general] Mingw with gcc-4.6.1, fltk-1.3.x and the STL

2012-01-20 Thread MacArthur, Ian (SELEX GALILEO, UK)
On 01/19/12 02:00, MacArthur, Ian (SELEX GALILEO, UK) wrote: So, Brian and I had a look at what happened here, and the outcome is, I think, interesting. Check the config.log from the failed run. Yup - we would have done, but by the time we got a handle on what had happened, we'd

Re: [fltk.general] Mingw with gcc-4.6.1, fltk-1.3.x and the STL

2012-01-19 Thread MacArthur, Ian (SELEX GALILEO, UK)
(In case anyone was interested...) Ian Wrote, 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

Re: [fltk.general] Mingw with gcc-4.6.1, fltk-1.3.x and the STL

2012-01-19 Thread Greg Ercolano
On 01/19/12 02:00, MacArthur, Ian (SELEX GALILEO, UK) wrote: So, Brian and I had a look at what happened here, and the outcome is, I think, interesting. Check the config.log from the failed run. Based on the contents of 'configure', I believe all the test output goes

[fltk.general] Mingw with gcc-4.6.1, fltk-1.3.x and the STL

2012-01-18 Thread MacArthur, Ian (SELEX GALILEO, UK)
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

Re: [fltk.general] Mingw with gcc-4.6.1, fltk-1.3.x and the STL

2012-01-18 Thread Albrecht Schlosser
On 18.01.2012 10:56, MacArthur, Ian (SELEX GALILEO, UK) wrote: Anybody (Albrecht?) using a recent mingw with fltk? Yep. $ gcc --version gcc.exe (GCC) 4.6.1 $ uname -a MINGW32_NT-6.1 MYPC 1.0.16(0.48/3/2) 2010-09-29 00:07 i686 Msys I am not (I still use some antique mingw...) but one of the

Re: [fltk.general] Mingw with gcc-4.6.1, fltk-1.3.x and the STL

2012-01-18 Thread Brian
Ian Wrote, 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