bug-m4
[Top][All Lists]
Advanced

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

Re: build failure on HP-UX 11.11


From: Greg Wooledge
Subject: Re: build failure on HP-UX 11.11
Date: Fri, 18 Sep 2009 12:52:51 -0400
User-agent: Mutt/1.4.2.3i

On Fri, Sep 18, 2009 at 10:23:09AM -0600, Eric Blake wrote:
> Hmm. That #if 0 line was generated from # if @address@hidden  Can you
> also attach config.log, and the make output, to see why HAVE_SYS_TIME_H
> might have been defined incorrectly?

Here's what looks like the relevant part of config.log:

configure:6233: checking for sys/time.h
configure:6233: gcc -std=gnu99 -c -g -O2  conftest.c >&5
In file included from inttypes.h:506,
                 from conftest.c:80:
wchar.h:87: error: syntax error before "va_list"
wchar.h:88: error: syntax error before "va_list"
wchar.h:89: error: syntax error before "va_list"
conftest.c:83:21: stdint.h: No such file or directory
configure:6233: $? = 1

Lines 87-89 of /usr/include/wchar.h are:

              extern int wprintf __((const wchar_t *, ...));
              extern int wscanf __((const wchar_t *, ...));
              extern size_t wcrtomb __((char *, wchar_t, mbstate_t *));

But it might not be using that one.  Lines 87-89 of
/usr/local/pa11_32/lib/gcc-lib/hppa1.1-hp-hpux11.11/3.4/include/wchar.h
are:

              extern int vfwprintf __((FILE *, const wchar_t *, va_list));
              extern int vwprintf __((const wchar_t *, va_list));
              extern int vswprintf __((wchar_t *, size_t, const wchar_t *, 
va_list));

That looks more probable.

I've attached the whole config.log (after bzip2, since it was huge)
and make.out which is the result of "make >make.out 2>&1".

Attachment: config.log.bz2
Description: Binary data

Attachment: make.out
Description: Text document


reply via email to

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