[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can't compile on HP-UX 11
From: |
Akim Demaille |
Subject: |
Re: can't compile on HP-UX 11 |
Date: |
22 Dec 2001 16:07:46 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) |
>>>>> "Yuhui" == Yuhui Wang <Wang> writes:
Yuhui> When I tried to compile bison-1.29d on HP-UX 11 machine here,
Yuhui> got this error message "(Bundled) cc:"loadmsgcat.c", line 274:
Yuhui> error 1705: Function prototypes are an ANSI feature. *** error
Yuhui> exit code 1"
Heck, I had not realized Gettext was ANSI :( I hope it is not meant
by its maintainers... Bruno? The guilty line is:
# if HAVE_ICONV
extern const char *locale_charset (void); // <<= 274
outcharset = locale_charset ();
# endif
Bison is using 0.10.40.