Re: [fltk.bugs] Old glibc problem

2008-10-22 Thread matthiasm
Hi Dan, thanks for the patch and bug report. Would you please be so kind and file the bug report via our STR system at http://www.fltk.org/str.php You can also include your patch there. We need the STR system to correctly apply patches to the right software and in a ordered way. Thank you.

[fltk.bugs] Old glibc problem

2008-10-21 Thread Dan Fandrich
Old glibc versions (e.g. 2.2.5) don't include scandir64(). The attached patch stops attempting to use large directory support on such old glibc versions. I'm not sure if the version check in the patch (>=2.3) is optimum, but it's better than what's in there now! I haven't exhaustively tested the