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


Thanks, I think that it's clear from your report, but just to be sure:

Could you please post here:

(a) the part your ./configure output regarding scandir
(b) the definitions in config.h regarding *SCANDIR* (grep SCANDIR
config.h).

I conclude that HAVE_SCANDIR is not defined in your config.h (and that's
plausible), but would like to have this confirmed. Thanks.

I'm thinking of defining HAVE_SCANDIR in configure.in: would you also
please test if this change in configure.in solves it (w/o your proposed
change!):

if test "$ac_cv_cxx_scandir_posix" = yes; then
    AC_DEFINE(HAVE_SCANDIR_POSIX)
    AC_DEFINE(HAVE_SCANDIR)
fi

i.e. adding "AC_DEFINE(HAVE_SCANDIR)" after line #352 in configure.in.
TIA


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