A few weeks ago it worked, but updating my gnulib repository and rerunning
gnulib-tool now breaks my builds on powerpc-ibm-aix4.3.3.0 as follows:

xlc -DHAVE_CONFIG_H -I. -I. -I.. -DCAIRO_NO_MUTEX -O2 -qro - qroconst -qmaxmem=-1 -qarch=com -c printf-args.c -DPIC -o .libs/ printf-args.o "./stdio.h", line 31.2: 1506-218 (E) Unknown preprocessing directive #include_next. "/usr/include/wchar.h", line 127.27: 1506-275 (S) Unexpected text '*' encountered. "/usr/include/wchar.h", line 127.15: 1506-282 (S) The type of the parameters must be specified in a prototype.
  "/usr/include/wchar.h", line 128.40: 1506-046 (S) Syntax error.
  "/usr/include/wchar.h", line 128.46: 1506-046 (S) Syntax error.
  "/usr/include/wchar.h", line 129.36: 1506-046 (S) Syntax error.
  "/usr/include/wchar.h", line 129.42: 1506-046 (S) Syntax error.
  [[dozens of similar errors elided]]

If I change stdio_h:30 to read:

  #include "/usr/include/stdio.h"

The compile completes.  I suspect the problem affects all @INCLUDE_NEXT@
using files on this host (stdio_.h is the only one that I've tripped over
so far).

Cheers,
        Gary
--
Gary V. Vaughan  ([EMAIL PROTECTED])


Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to