DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2297 Version: 1.3-current How do you configure/compile FLTK? Do you use CMake? If yes, then this won't work because the CMake file is not yet updated to test for the new scandir() prototype - basically because we don't have CMake experts here. It's on my todo list, but currently I don't know how to run compile tests with CMake. If you use CMake and can help, this would be appreciated. Anyway, whether you use CMake or not, please use the autoconf/make build system to see if this works, and report your success... Please run (in the dist. root dir.): make distclean autoconf ./configure Then please post the output of: grep HAVE_SCANDIR_POSIX config.h This should show something like: * HAVE_SCANDIR, HAVE_SCANDIR_POSIX: #define HAVE_SCANDIR_POSIX 1 What is your result? Link: http://www.fltk.org/str.php?L2297 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
