Hello, I have fixed the missing typedefs, so now without _GNU_SOURCE and with -std=c99/-ansi -pedantic, the build proceeds up to the end (on a fedora core development). However, the warnings about missing functions found when _GNU_SOURCE isn't defined don't seem worth to me. Indeed the only thing to do in that case is to add a replacement function or avoid calling those functions, but I don't think we should bother before we found that a given function is missing on a platform elektra is tested on. -std=c99 gives interesting warnings, however.
So I propose the following: If CFLAGS are empty and compiler is gcc, call AC_GNU_SOURCE to define _GNU_SOURCE, and set the CFLAGS to "$CFLAGS -Wall -std=c99 -pedantic". Otherwise don't mess with CFLAGS. Does this sound good? -- Pat ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Registry-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/registry-list
