OS: MacOSX Mountain Lion.
Revision: 9678

Using CMake and generators Xcode and Unix Makefiles.

Stops in scandir.c:
/* This warning added to help identify any non-WIN32 hosts that actually try to 
use
 * our "private" implementation of the scandir function, which was suspect... */
#    if defined(__GNUC__)
#      warning Attempting to use the deprecated scandir() replacement function
#    endif /*__GNUC__*/
#    error No compatible scandir implementation found (STR 2687 applies!)

Not quite clear if the function should exist or not. Used from fl_filename_list 
in filename_list.cxx.

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to