Hi, I finally managed to get some time to fix this properly. Here's a bunch of cleanups (config_hardcoded.h is not needed) and a check added to see if scandir is defined to use 'struct dirent' as the argument #4 (as it should).
With these I can finally compile on my Fedora 11 system. Felipe Contreras (5): preload: trivial cleanups Avoid SCANDIR_TYPE_ARG3 Remove unused 'config_hardcoded.h' configure: add proper dirent check preload: new scandir*_arg_t helper configure.ac | 11 +++++++++++ include/config_hardcoded.h | 22 ---------------------- luaif/sb_log.c | 1 - preload/gen-interface.pl | 8 ++++++++ preload/generate.py | 4 ++-- preload/interface.master | 12 ++++++++---- preload/libsb2.c | 1 - preload/libsb2.h | 1 - utils/sb2-interp-wrapper.c | 1 - utils/sb2-monitor.c | 1 - utils/sb2-show.c | 1 - 11 files changed, 29 insertions(+), 34 deletions(-) delete mode 100644 include/config_hardcoded.h _______________________________________________ Scratchbox-devel mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
