in response to Ian's and and Greg's query responses to my compilation of 
fltk-1.3.x-r6826 under fc11..

The summary of ./configure is:

Configuration Summary
-------------------------------------------------------------------------
    Directories: prefix=/usr/local
                 bindir=${exec_prefix}/bin
                 datadir=${datarootdir}
                 datarootdir=${prefix}/share
                 exec_prefix=${prefix}
                 includedir=${prefix}/include
                 libdir=${exec_prefix}/lib
                 mandir=${datarootdir}/man
       Graphics: X11+Xft+Xdbe+Xinerama
Image Libraries: JPEG=System
                 PNG=System
                 ZLIB=System
    Large Files: YES
         OpenGL: YES
        Threads: YES
configure: creating ./config.status
config.status: creating makeinclude
config.status: creating fltk.list
config.status: creating fltk-config
config.status: creating fltk.spec
config.status: creating FL/Makefile
config.status: creating config.h
#

my gcc version is:

[pa...@pawelsbox ~]$ gcc --version
gcc (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4)

man scandir gives, among other things, this:

SYNOPSIS
       #include <dirent.h>

       int scandir(const char *dirp, struct dirent ***namelist,
              int (*filter)(const struct dirent *),
              int (*compar)(const struct dirent **, const struct dirent **));

As for the signature of scandir in dirent.h, I don't know where to look, but 
I've put a copy of the file at http://pawel.customer.netspace.net.au/ ,and as 
you'll see if you look, there is not much else.  (I created it for this 
occasion.)

And doing a make as 'su - root' produces the same errors.

I hope this helps.
Pawel.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to