H.Merijn Brand wrote:
> cc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I../src 
> -DLOCALEDIR=\"/pro/share/locale\"   -Ae -O2 +Onolimit +Z -z +DD64  
> -I/usr/local/ia64/include -I/usr/include/X11R6 -I/usr/contrib/X11R6/include 
> -c argcv.c
> "../lib/string.h", line 82: error #2018: expected a ")"
>   extern void *mempcpy (void *restrict __dest, void const *restrict __src,
>                                        ^

Adding a #include <config.h> at the top of tests/argcv.c should fix that.

Bruno



Reply via email to