From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4599 invoked by alias); 12 Dec 2001 19:57:19 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 4574 invoked from network); 12 Dec 2001 19:57:17 -0000 Received: from unknown (HELO clsppop1.clsp.uswest.net) (207.109.160.1) by sources.redhat.com with SMTP; 12 Dec 2001 19:57:17 -0000 Received: (qmail 82611 invoked by alias); 12 Dec 2001 19:52:46 -0000 Received: (qmail 82604 invoked by uid 0); 12 Dec 2001 19:52:46 -0000 Received: from ccuntz.wcomnet.com (HELO ccuntz) (166.34.152.172) by clsppop1.clsp.uswest.net with SMTP; 12 Dec 2001 19:52:46 -0000 From: "Chip Cuntz" To: References: <200112071738.JAA11161@atrus.synopsys.com> Subject: Problem with and AIX 4.3.3 Date: Wed, 12 Dec 2001 11:59:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-UIDL: 1008182319.55836.16773.mpls-mailin-06.inet.qwest.net In-Reply-To: <200112071738.JAA11161@atrus.synopsys.com>; from jbuck@synopsys.COM on Fri, Dec 07, 2001 at 09:38:22AM -0800 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-SW-Source: 2001-12/txt/msg00665.txt.bz2 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 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