DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2313
Version: 2.0-current


on Solaris 10 (UltraSPARC) with gcc 3.4.6
definition conflict for scandir because only HAVE_SCANDIR is checked on
line 38 of src/filename_list.cxx, HAVE_SCANDIR_POSIX is defined

this new line (line 38) fixes the problem, shown with following lines

#if ! ( HAVE_SCANDIR || HAVE_SCANDIR_POSIX )
extern "C" {
int scandir (const char *dir, dirent ***namelist,
         int (*select)(dirent *),
         int (*compar)(const dirent*const*, const dirent*const*));
}
#endif


Link: http://www.fltk.org/str.php?L2313
Version: 2.0-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to