[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sys/types.h on Android includes stdint.h before defining time_t
From: |
Hans-Christoph Steiner |
Subject: |
Re: sys/types.h on Android includes stdint.h before defining time_t |
Date: |
Mon, 23 Jan 2012 12:18:40 -0500 |
On Jan 23, 2012, at 4:04 AM, Simon Josefsson wrote:
> Bruno Haible <address@hidden> writes:
>
>> 2) Change stdint.h to just include the system's <stdint.h> when
>> __BIONIC__ and _SYS_TYPES_H_ are defined but _SSIZE_T_DEFINED_ is not
>> yet defined.
>>
>> The latter is simpler (does not require to override sys/types.h), so I'm
>> applying that.
>
> Thank you Bruno, I can confirm that it works. I'm now trying to build
> more of gnulib for Android, let's see what breaks...
>
> Hans-Christoph, could try to update GnuPG with latest gnulib, to see if
> you can make it build? Or just apply Bruno's patch, that may be safer.
Ok, I'll try it as soon as I can and report back.
.hc
----------------------------------------------------------------------------
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from scarcity."
-John Gilmore
- sys/types.h on Android includes stdint.h before defining time_t, Simon Josefsson, 2012/01/20
- Re: sys/types.h on Android includes stdint.h before defining time_t, Paul Eggert, 2012/01/20
- Re: sys/types.h on Android includes stdint.h before defining time_t, Simon Josefsson, 2012/01/21
- Re: sys/types.h on Android includes stdint.h before defining time_t, Bruno Haible, 2012/01/21
- Re: sys/types.h on Android includes stdint.h before defining time_t, Simon Josefsson, 2012/01/23
- Re: sys/types.h on Android includes stdint.h before defining time_t, Simon Josefsson, 2012/01/23
- Re: sys/types.h on Android includes stdint.h before defining time_t, Bruno Haible, 2012/01/24
- Re: sys/types.h on Android includes stdint.h before defining time_t, Simon Josefsson, 2012/01/24
- Android porting results, Simon Josefsson, 2012/01/23
- Re: Android porting results, Bruno Haible, 2012/01/24
- Re: sys/types.h on Android includes stdint.h before defining time_t,
Hans-Christoph Steiner <=
- Re: sys/types.h on Android includes stdint.h before defining time_t, Hans-Christoph Steiner, 2012/01/26
- Re: sys/types.h on Android includes stdint.h before defining time_t, Paul Eggert, 2012/01/26
- Re: sys/types.h on Android includes stdint.h before defining time_t, Hans-Christoph Steiner, 2012/01/26
- Re: sys/types.h on Android includes stdint.h before defining time_t, Simon Josefsson, 2012/01/27
- Re: sys/types.h on Android includes stdint.h before defining time_t, Hans-Christoph Steiner, 2012/01/27
- Re: sys/types.h on Android includes stdint.h before defining time_t, Werner Koch, 2012/01/27
Re: sys/types.h on Android includes stdint.h before defining time_t, Bruno Haible, 2012/01/21