bug-gnulib
[Top][All Lists]
Advanced

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

recent changes to gnulib stdio_.h break build on powerpc-ibm-aix4.3.3.0


From: Gary V. Vaughan
Subject: recent changes to gnulib stdio_.h break build on powerpc-ibm-aix4.3.3.0
Date: Sun, 22 Jul 2007 17:50:40 -0400

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  (address@hidden)


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


reply via email to

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