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: Stepan Kasal
Subject: Re: Problems building 3.1.[23] on HP-UX 11.11
Date: Wed, 23 Jul 2003 10:22:06 +0200
User-agent: Mutt/1.2.5.1i

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).

Or try something like
        find /usr/include -name '*mbstate*'
perhaps there is another file which could be included, perhaps
sys/mbstate_t.h, without the underscore.  So you could try to include
this one.

If you don't want to waste time, we can just say that HP-UX 11.11 has
this broken.  There is an easy way to fix the ./configure script so that
it checks for mbstate_t.  This way gawk would compile without any
complains (and without multibyte support).
So we could let it be, as this issue is not that important.

In any case, thank you for the help you already gave me.

Stepan Kasal




reply via email to

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