bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems building 3.1.[23] on HP-UX 11.11


From: Dirk Heinrichs
Subject: Re: Problems building 3.1.[23] on HP-UX 11.11
Date: Wed, 23 Jul 2003 10:47:38 +0200
User-agent: KMail/1.5

Am Mittwoch, 23. Juli 2003 10:22 schrieb ext Stepan Kasal:
> Good morning,
>
> On Wed, Jul 23, 2003 at 07:57:52AM +0200, Dirk Heinrichs wrote:
> > > > #        ifdef _INCLUDE__STDC_A1_SOURCE
> > > > #             include <sys/_mbstate_t.h>
> >
> > va_list should be defined in stdarg.h, but I can't figure out why it
> > isn't with _INCLUDE__STDC_A1_SOURCE defined.
>
> if you are willing to help me to debug this, I'd like to ask you for the
> following test.  Insert
>       #include <sys/_mbstate_t.h>
> just before the line
>       #include <wchar.h>
> in awk.h and try to rebuild gawk (make should be enough, as all object
> files depend on awk.h).
That worked.

Short summary: Don't use 

        #define _INCLUDE__STDC_A1_SOURCE

in custom.h, but instead

        #include <sys/_mbstate_t.h>

before including wchar.h in awk.h and regex_internal.h (on HP-UX).

HTH...

        Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst & Young| Mail: address@hidden
Hambornerstraße 55      | Web:  http://www.cgey.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

Attachment: pgpkzMAL0xyfU.pgp
Description: signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]