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: Tue, 22 Jul 2003 15:02:04 +0200
User-agent: Mutt/1.2.5.1i

Hello Dirk,

On Tue, Jul 22, 2003 at 02:41:36PM +0200, Dirk Heinrichs wrote:
> No, it doesn't. I can't imagine that GCC has this kind of odd behaviour :-)

I missed that you use gcc, not hpux cc.  Sorry.

> > If you want just a workaround, you can simply edit the line 78 of awk.h:
> >     #undef MBS_SUPPORT
> >
> Yup, that and in regex_internal.h, changing line 85 to:
> # undef RE_ENABLE_I18N
> let the build finish.

> Thanks...

I'd like to ask you for help with debugging the problem.  Is seems that
the problem is that type "mbstate_t" is not declared.

On my GNU/Linux system, "man mbrlen" says this:
       #include <wchar.h>
       size_t mbrlen(const char *s, size_t n, mbstate_t *ps);

Is this the same on HP-UX?  I mean whether the prototype is the same
and whether wchar.h defines the type mbstate_t.

Thank you in advance for your help,
        Stepan Kasal




reply via email to

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