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 +++-
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:
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
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/
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/