This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB AIX build broken


On 10/25/2016 02:08 AM, David Edelsohn wrote:
> On Mon, Oct 24, 2016 at 8:50 PM, Pedro Alves <palves@redhat.com> wrote:
>> On 10/25/2016 01:31 AM, Pedro Alves wrote:
>>> On 10/25/2016 01:13 AM, David Edelsohn wrote:
>>>> On Mon, Oct 24, 2016 at 7:00 PM, Pedro Alves <palves@redhat.com> wrote:
>>>>
>>>>> That's a hint, but it can't be the fix.  common-defs.h must be the
>>>>> first file included.  I suspect that gnulib's inttypes.h
>>>>> replacement logic is broken on AIX.
>>>>
>>>> The gnulib import definitely is the commit that caused the breakage.
>>
>> Could it be it's the commit after the import?  The one
>> that removes __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS from
>> common-defs.h?
> 
> common-defs.h needs __STDC_FORMAT_MACROS defined before stdio.h is
> included, as one possible solution.

I'll do this tomorrow.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]