Hello, Trying to compile gettext 0.18.1 and 0.18.2 on Mac OS X 10.6.8 fails with the following error: === libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../intl -I./libcroco -O2 -c stpncpy.c -fno-common -DPIC -o .libs/stpncpy.o stpncpy.c:34: error: expected declaration specifiers or '...' before numeric constant stpncpy.c:34: error: expected ')' before '!=' token stpncpy.c:34: error: expected ')' before '?' token make[4]: *** [stpncpy.lo] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 ===
This is a 'gnulib' related issue, has been discussed and resolved (in the context of GNU coreutils) here: http://bugs.gnu.org/13495 Perhaps it would be possible to release a new minor gettext version with this fix? Thanks, -gordon
