Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 42759 invoked from network); 28 Aug 2009 20:14:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Aug 2009 20:14:01 -0000 Received: (qmail 84914 invoked by uid 500); 28 Aug 2009 20:14:01 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 84890 invoked by uid 500); 28 Aug 2009 20:14:01 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 84878 invoked by uid 99); 28 Aug 2009 20:14:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 20:14:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 20:13:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D6544234C046 for ; Fri, 28 Aug 2009 13:13:32 -0700 (PDT) Message-ID: <975336890.1251490412871.JavaMail.jira@brutus> Date: Fri, 28 Aug 2009 13:13:32 -0700 (PDT) From: "Jaroslaw Zola (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-1039) [Como como 4.3.10.1] identifier "_RWSTD_VA_LIST" is undefined when compiling src/assert.cpp In-Reply-To: <598812542.1250271314847.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748970#action_12748970 ] Jaroslaw Zola commented on STDCXX-1039: --------------------------------------- After changing como.config to include remarks by Martin (como.config) attached the library compiles and can be installed. It fails, however, the same way as EDG reported here [STDCXX-592|http://issues.apache.org/jira/browse/STDCXX-592]. > [Como como 4.3.10.1] identifier "_RWSTD_VA_LIST" is undefined when compiling src/assert.cpp > ------------------------------------------------------------------------------------------- > > Key: STDCXX-1039 > URL: https://issues.apache.org/jira/browse/STDCXX-1039 > Project: C++ Standard Library > Issue Type: Bug > Components: Configuration > Affects Versions: 4.2.1 > Environment: Linux Gentoo x86_64 with 32bit Como 4.3.10.1 compiler (gcc -m32 C compiler). > Reporter: Jaroslaw Zola > Attachments: build.log, como.config, como.config, config.h, config.h, config.log, config.log, makefile.in > > > The library fails to compile with the error given below. This problem seems to be similar to [STDCXX-822|http://issues.apache.org/jira/browse/STDCXX-822]. > como -c -I/opt/src/stdcxx-4.2.1/include/ansi -D_REENTRANT -I/opt/src/stdcxx-4.2.1/include -I/opt/src/stdcxx-4.2.1/build/include -A -x --no_stdarg_builtin --template_directory=/lib -O --display_error_number --diag_suppress 11,450,518 /opt/src/stdcxx-4.2.1/src/assert.cpp > Comeau C/C++ 4.3.10.1 (May 7 2008 12:23:21) for LINUX_INTEL_ELF_Beta > Copyright 1988-2008 Comeau Computing. All rights reserved. > MODE:strict errors C++ noC++0x_extensions > "/opt/src/stdcxx-4.2.1/include/ansi/_cstdio.h", line 117: warning #867-D: > declaration of "size_t" does not match the expected type > "unsigned int" > typedef unsigned long size_t; > ^ > "/opt/src/stdcxx-4.2.1/include/ansi/_cstdio.h", line 151: error #20: > identifier "_RWSTD_VA_LIST" is undefined > int vfprintf (FILE*, const char*, _RWSTD_VA_LIST); > ^ > "/opt/src/stdcxx-4.2.1/include/ansi/_cstdio.h", line 152: error #20: > identifier "_RWSTD_VA_LIST" is undefined > int vprintf (const char*, _RWSTD_VA_LIST); > ^ > "/opt/src/stdcxx-4.2.1/include/ansi/_cstdio.h", line 153: error #20: > identifier "_RWSTD_VA_LIST" is undefined > int vsprintf (char*, const char*, _RWSTD_VA_LIST); > ^ > 3 errors detected in the compilation of "/opt/src/stdcxx-4.2.1/src/assert.cpp". > gmake[2]: *** [assert.o] Error 2 > gmake[2]: Leaving directory `/opt/src/stdcxx-4.2.1/build/lib' > gmake[1]: *** [lib] Error 2 > gmake[1]: Leaving directory `/opt/src/stdcxx-4.2.1/build' > gmake: *** [libstd] Error 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.