Error when detecting libunistring

2014-06-25 Thread beuc
Hi, I'm currently experimenting with cross-compiling Guile 2 for Android. https://lists.gnu.org/archive/html/guile-user/2014-06/msg00011.html I met a weird issue: when configuring guile I get this test: ../configure --host=arm-linux-androideabi --prefix=/usr/src/ndk-shared/sysroot/usr --without

Re: error.c triggers -Wformat-extra-args

2014-06-25 Thread Eric Blake
On 06/25/2014 01:01 PM, Daniel E. Macks wrote: >> If you can convince glibc to clean up >> their copy first, I don't mind following suit, but for now, I'd rather >> not change this in gnulib. > > I filed it with them...let's see what happens. Are you able to add > yourself to the CC list there, or

Re: error.c triggers -Wformat-extra-args

2014-06-25 Thread Daniel E. Macks
Eric Blake said: > On 06/25/2014 12:08 PM, Daniel E. Macks wrote: >> Building gettext-0.19.1, which embeds copies of gnulib, on OS X 10.8, >> which uses the clang compiler (via XCode-5.1), gives: >>=20 >> clang -DHAVE_CONFIG_H -DEXEEXT=3D\"\" -I. -I.. -I../intl -I../intl -DD= > EPENDS_ON_LIBICONV

Re: error.c triggers -Wformat-extra-args

2014-06-25 Thread Eric Blake
On 06/25/2014 12:08 PM, Daniel E. Macks wrote: > Building gettext-0.19.1, which embeds copies of gnulib, on OS X 10.8, > which uses the clang compiler (via XCode-5.1), gives: > > clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl > -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I

error.c triggers -Wformat-extra-args

2014-06-25 Thread Daniel E. Macks
Building gettext-0.19.1, which embeds copies of gnulib, on OS X 10.8, which uses the clang compiler (via XCode-5.1), gives: clang -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -I/sw/include -Os -c -o error.o error.c error.c:381:12: w