[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2888 Version: 1.3.1 Fix Version: 1.3.1
Closing this because a workaround has been found. I now realize that you initially reported that build was errorless with configure/make. This implies your compilers (CMake uses the same) can find scandir() and friends when asked by configure. Could you have somewhere a CMake configuration file (may be a $HOME/.cmake file) that imposes a strict ANSI compilation that would outlaw the scandir() function? Please, note that CMake, as configured now, produces unbundled executables, which is not perfect for a Mac OS X application. The configure/make procedure produces mostly unbundled execs also except for blocks, checkers and sudoku which are built into true application bundles. Both FLTK Xcode projects produce only application bundles. Link: http://www.fltk.org/str.php?L2888 Version: 1.3.1 Fix Version: 1.3.1 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
