Le 02/11/2012 14:50, Wolfgang Lux a écrit : > Wolfgang Lux wrote: [snip]
> I have implemented this. The configure script checks for the variant of > strerror_r and the _systemError: method now contains code for the glibc > variant of strerror_r. Doing that, I had to remove the code from common.h > that was undefining _GNU_SOURCE and conditionally defining _XOPEN_SOURCE, as > that could invalidate the result of the autoconf test. I tested this on both > OS X (using the POSIX variant) and Linux (using the glibc version) and this > seems to work. I think it should also work for systems where strerror_r is > not defined at all and we define our own, POSIX compatible version, but I > have no system to test this. base compiles without problem for me now. Thanks, Philippe _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
