Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-03-08 Thread MacArthur, Ian (Selex ES, UK)
Michael Baeuerle wrote: I will test on the other systems this evening ... Tested again on NetBSD, AIX and HP-UX. Still works on all of them. Great, thanks... Selex ES Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-03-07 Thread Michael Baeuerle
Ian MacArthur wrote: Michael Baeuerle wrote: Minimally invasive patch: http://micha.freeshell.org/tmp/str_2931_r9827_simple.patch Applied to fltk-1.3 branch at r9833. Michael, can you test on your machines to make sure I have not messed up, please? Thanks for including the patch. I

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-03-07 Thread Michael Baeuerle
Michael Baeuerle wrote: I will test on the other systems this evening ... Tested again on NetBSD, AIX and HP-UX. Still works on all of them. Regards, Micha ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-03-06 Thread Ian MacArthur
On 1 Mar 2013, at 16:27, Michael Baeuerle wrote: Minimally invasive patch: http://micha.freeshell.org/tmp/str_2931_r9827_simple.patch Applied to fltk-1.3 branch at r9833. Michael, can you test on your machines to make sure I have not messed up, please?

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-02-24 Thread Michael Baeuerle
Michael Baeuerle wrote: http://micha.freeshell.org/tmp/str_2931_r9827_v3.patch This correction is required for the v3 patch: - The line '#include ../config.h' at the beginning of 'scandir.c' gets lost by accident. Must be added again. Regards, Micha

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-02-21 Thread Michael Baeuerle
Ian MacArthur wrote: Michael Baeuerle wrote: Albrecht has mentioned the ABI and it looks like this is a problem for 'fl_filename_list()'. The sort functions are exported as C, but 'fl_filename_list()' is exported as C++. I have tried to statically link code that use the new 'filename.H'

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-02-20 Thread Michael Baeuerle
Greg Ercolano wrote: On 02/20/13 05:15, Michael Baeuerle wrote: Looks like all #ifdef cases are verified now except the ones for Digital and SGI Unix. Unfortunately I don't have access to such machines. I'll check SGI (IRIX 6.5) and follow up in the STR. Albrecht has mentioned

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-02-20 Thread Greg Ercolano
On 02/20/13 10:50, Michael Baeuerle wrote: I'm not a C++ expert, is it possible to overload the function declaration without breaking other things? Options I can think of: o Protect the newer declaration with the FLTK_ABI_VERSION macro o Name the