public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Chip Cuntz" <chip.cuntz@earthling.net>
To: <gcc@gcc.gnu.org>
Subject: Problem with <cstdio> and AIX 4.3.3
Date: Wed, 12 Dec 2001 11:59:00 -0000	[thread overview]
Message-ID: <NCBBLABKOJKOAEAJNAPMIEHLEDAA.chip.cuntz@earthling.net> (raw)
In-Reply-To: <200112071738.JAA11161@atrus.synopsys.com>; from jbuck@synopsys.COM on Fri, Dec 07, 2001 at 09:38:22AM -0800

Not sure this is the right place, but here goes.  I am having a problem with
a file fixincludes created.  The following are the lines in question from
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h and the
error excerpt from the complier.

Any ideas would be greatly appreciated...

...

262
263 #ifdef _DUMMY_VA_LIST
264 extern int	vfprintf(FILE *, const char *, __gnuc_va_list);
265 extern int	vprintf(const char *, __gnuc_va_list);
266 extern int	vsprintf(char *, const char *, __gnuc_va_list);
267 #if (_XOPEN_SOURCE == 500)
268 extern int	vsnprintf(char *, size_t, const char *, __gnuc_va_list);
269 #endif /* _XOPEN_SOURCE == 500 */
270 #else
271 #define _HIDDEN_DUMMY_VA_LIST         /* define a type not in the
namespace */
272 #include <va_list.h>
273 extern int	vfprintf(FILE *, const char *, __gnuc_va_list);
274 extern int	vprintf(const char *, __gnuc_va_list);
275 extern int	vsprintf(char *, const char *, __gnuc_va_list);
276 #if (_XOPEN_SOURCE == 500)
277 extern int	vsnprintf(char *, size_t, const char *, __gnuc_va_list);
278 #endif /* _XOPEN_SOURCE == 500 */
279 #endif /* _DUMMY_VA_LIST */

...

The error message...
|| Compiling com_bmf.c
|| g++ -c  -I/usr/include -I../include -D__AIX__ -D__UNIX__ com_bmf.c
|| In file included from /usr/local/include/g++-v3/bits/std_cstdio.h:41,
|| from /usr/local/include/g++-v3/cstdio:31,
|| from ../include/com_os.h:61,
|| from ../include/com_gen.h:29,
|| from ../include/com_ehs.h:38,
|| from ../include/com_bmf.h:32,
|| from com_bmf.c:25:
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h|273| type
|| specifier omitted for parameter
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h|274| type
|| specifier omitted for parameter
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h|275| type
|| specifier omitted for parameter
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h|277| type
|| specifier omitted for parameter
|| In file included from /usr/local/include/g++-v3/bits/std_cstdio.h:41,
|| from /usr/local/include/g++-v3/cstdio:31,
|| from ../include/com_os.h:61,
|| from ../include/com_gen.h:29,
|| from ../include/com_ehs.h:38,
|| from ../include/com_bmf.h:32,
|| from com_bmf.c:25:
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h|465| type
|| specifier omitted for parameter
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h|466| type
|| specifier omitted for parameter
/usr/local/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/3.0.1/include/stdio.h|467| type
|| specifier omitted for parameter
|| make: 1254-004 The error code from the last command is 1.
||
||
|| Stop.

Chip Cuntz
Worldcom
v622.1305/719.535.1305




  parent reply	other threads:[~2001-12-12 19:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-07  7:52 Build status page:Succes and failures Gcc k6 testing account
2001-12-07  9:40 ` Joe Buck
2001-12-12 10:35   ` Janis Johnson
2001-12-13 12:29     ` Gerald Pfeifer
2001-12-13 13:15       ` Janis Johnson
2001-12-13 16:54       ` Joe Buck
2001-12-13 17:38         ` Janis Johnson
2001-12-15 10:43     ` John Marshall
2001-12-17  9:08       ` Janis Johnson
2001-12-12 11:59   ` Chip Cuntz [this message]
2001-12-12 12:20     ` Problem with <cstdio> and AIX 4.3.3 David Edelsohn
2001-12-12 14:48     ` David Edelsohn
2001-12-12 15:51       ` Joe Buck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NCBBLABKOJKOAEAJNAPMIEHLEDAA.chip.cuntz@earthling.net \
    --to=chip.cuntz@earthling.net \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).