Re: bug#13448: Cannot build Emacs 24.2.92

2013-01-15 Thread Paul Eggert
On 01/15/13 11:36, Glenn Morris wrote: > So why does configure.ac contain this: > >gl_WARN_ADD([-Werror], [WERROR_CFLAGS]) That part of the Gnulib manual was out of date. I pushed the following fix to the Gnulib manual. --- ChangeLog | 7 +++ doc/warnings.texi | 15 +++-

Re: [Patch] Fix build with Android's Bionic for X86

2013-01-15 Thread Eric Blake
On 01/15/2013 04:02 AM, Andoni Morales wrote: > Hi, > > The attached patch is a proposed fix to fix building gnulib with > Android's Binonic for X86 (this bugs does not appear for ARM > architectures). > > Subject: [PATCH] stdint: fix build with Android's Bionic fox x86 > > * lib/stdint.in.h:

Re: [Patch] fix include for SIZE_MAX with Bionic libc

2013-01-15 Thread Eric Blake
On 01/15/2013 08:16 AM, Andoni Morales wrote: > Hi, > > Attached patch to fix the build with the Android NDK for x86. This was > triggered building libtasn1 with the following error: > > read-file.c: In function 'fread_file': > read-file.c:62:17: error: 'SIZE_MAX' undeclared (first use in this f

[Patch] fix include for SIZE_MAX with Bionic libc

2013-01-15 Thread Andoni Morales
Hi, Attached patch to fix the build with the Android NDK for x86. This was triggered building libtasn1 with the following error: /bin/bash ../libtool --tag=CC --mode=compile i686-linux-android-gcc -fuse-ld=gold -std=gnu99 -DHAVE_CONFIG_H -I. -I.. --sysroot=/home/andoni/cerbero/android-ndk-r8b/

[Patch] Fix build with Android's Bionic for X86

2013-01-15 Thread Andoni Morales
Hi, The attached patch is a proposed fix to fix building gnulib with Android's Binonic for X86 (this bugs does not appear for ARM architectures). In lib/stdint.in.h there is the following fix for Bionic, which includes the system's stdint.h if time_t is not defined, defined in included-fixed/sys/