Re: [fltk.general] make failed

2009-07-18 Thread imacarthur
On 18 Jul 2009, at 2:38, James Hearon wrote: > > f11, gcc 4.4.0, glibc 2.1.0 Yup, the gcc-4.4.0 + glibc-2.10 is the "problem" combination for us. > FLTK 1.1.0 src/filename_list.cxx fltk-1.1.0? Really? That is *very* old. Current from the 1.1.x series is 1.1.9, and the release of 1.1.10 (whi

Re: [fltk.general] make failed

2009-07-18 Thread imacarthur
On 18 Jul 2009, at 2:15, James Hearon wrote: > Hi, > Thank You. The workaround seems to be for FLTK 2.0 code. No, the workaroud info and patches that Albrecht and I posted are for the fltk-1.x series (actually for fltk-1.3 as it happens) not for fltk-2. However, although some of the actual

Re: [fltk.general] make failed

2009-07-17 Thread James Hearon
> On 07/16/2009 03:49 PM, James Hearon wrote: > > > I've tried several versions of FLTK but cannot seem to get thru make. Any > > suggestions? > > As time goes on, GCC get's more and more picky about naughty typecasting. I > think I filed an STR on this problem. If you look at the sources for t

Re: [fltk.general] make failed

2009-07-17 Thread James Hearon
Hi, Thank You. The workaround seems to be for FLTK 2.0 code. I am not able to get make to work at all for FLTK 2.0. It endlessly loops on configure. Actually I think I needed an FLTK 1.X version anyway; so if there's there's any info on earlier versions of FLTK for the glibc problem I'd apprec

Re: [fltk.general] make failed

2009-07-17 Thread MacArthur, Ian (SELEX GALILEO, UK)
> I've tried several versions of FLTK but cannot seem to get > thru make. Any suggestions? > > filename_list.cxx: In function 'int fl_filename_list(const > char*, dirent***, int (*)(dirent**, dirent**))': > filename_list.cxx:93: error: invalid conversion from 'int > (*)(const void*, const voi

Re: [fltk.general] make failed

2009-07-17 Thread Albrecht Schlosser
James Hearon wrote: > Hi, > I've tried several versions of FLTK but cannot seem to get thru make. Any > suggestions? > > filename_list.cxx: In function �int fl_filename_list(const char*, > dirent***, int (*)(dirent**, dirent**))�: > filename_list.cxx:93: error: invalid conversion from �in

Re: [fltk.general] make failed

2009-07-16 Thread Jim Wilson
On 07/16/2009 03:49 PM, James Hearon wrote: > I've tried several versions of FLTK but cannot seem to get thru make. Any > suggestions? As time goes on, GCC get's more and more picky about naughty typecasting. I think I filed an STR on this problem. If you look at the sources for this module,

[fltk.general] make failed

2009-07-16 Thread James Hearon
Hi, I've tried several versions of FLTK but cannot seem to get thru make. Any suggestions? filename_list.cxx: In function ‘int fl_filename_list(const char*, dirent***, int (*)(dirent**, dirent**))’: filename_list.cxx:93: error: invalid conversion from ‘int (*)(const void*, const void*)â