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

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

Can't compile gawk-3.1.3 on HP-UX 11.11


From: Witold Witkowski
Subject: Can't compile gawk-3.1.3 on HP-UX 11.11
Date: Mon, 5 Jan 2004 09:47:11 +0100 (MET)

Hello,

I can't compile gawk-3.1.3 (gawk-3.1.2 also) on HP-UX 11.11 with
gcc (GCC) 3.3.2:

make[2]: Entering directory `/src/gnu/gawk-3.1.3'
if gcc -DDEFPATH="\".:/usr/local/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I. -I. -I./intl  
-I/usr/local/include  -g -O2 -MT array.o -MD -MP -MF ".deps/array.Tpo" \
  -c -o array.o `test -f 'array.c' || echo './'`array.c; \
then mv -f ".deps/array.Tpo" ".deps/array.Po"; \
else rm -f ".deps/array.Tpo"; exit 1; \
fi
In file included from array.c:43:
awk.h:969: error: parse error before "mbstate_t"
make[2]: *** [array.o] Error 1

This line looks like:

#ifdef MBS_SUPPORT
extern int strncasecmpmbs P((const char *, mbstate_t, const char *,
                             mbstate_t, size_t));
#endif
/* eval.c */

How could I overcome this obstacle ?

Best regards,

 Witold Witkowski

 -------------------------------------------------------------------------
| Witold Witkowski                    e-mail:     address@hidden  |
| Academic Computer Center CYFRONET   phone: (+48 12) 632-33-55 ext. 119  |
| ul. Nawojki 11                                                          |
| 30-950 KRAKOW 61, P.O. Box 386                                          |
| POLAND                                                                  |
 -------------------------------------------------------------------------




reply via email to

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