From stdcxx-dev-return-5234-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Sep 26 21:51:17 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 31383 invoked from network); 26 Sep 2007 21:51:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 21:51:16 -0000 Received: (qmail 77907 invoked by uid 500); 26 Sep 2007 21:51:02 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 77897 invoked by uid 500); 26 Sep 2007 21:51:02 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 77877 invoked by uid 99); 26 Sep 2007 21:51:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 14:51:02 -0700 X-ASF-Spam-Status: No, hits=-99.0 required=10.0 tests=ALL_TRUSTED,FB_WORD1_END_DOLLAR X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 21:51:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 013097141ED for ; Wed, 26 Sep 2007 14:50:51 -0700 (PDT) Message-ID: <7488195.1190843451002.JavaMail.jira@brutus> Date: Wed, 26 Sep 2007 14:50:51 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-118) [gcc 3.1/Mac OS X 10.2.8] _RWSTD_MBSTATE_T undefined In-Reply-To: <941046999.1137083720288.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-118. ------------------------------- Resolution: Won't Fix I can't reproduce it with the latest gcc 4.0.1 from Apple's Xcode 2.0 (see below), so I'm going to close this as Won't fix. $ uname -srp # grep MBSTATE ../include/config.h Darwin 8.7.1 i386 tests$ uname -srp && gcc -dumpversion && grep MBSTATE ../include/config.h Darwin 8.7.1 i386 4.0.1 // #define _RWSTD_NO_MBSTATE_T #define _RWSTD_MBSTATE_T_SIZE 128 #define _RWSTD_NO_STD_MBSTATE_T > [gcc 3.1/Mac OS X 10.2.8] _RWSTD_MBSTATE_T undefined > ---------------------------------------------------- > > Key: STDCXX-118 > URL: https://issues.apache.org/jira/browse/STDCXX-118 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3, 4.1.4 > Environment: Mac OS X 10.2.8/Darwin 6.8 with GCC 3.1 > Reporter: Andrew Black > Assignee: Martin Sebor > Fix For: 4.2 > > Attachments: mbstate.diff > > > When building on this (decidedly lacking) platform, the macro _RWSTD_MBSTATE_T is not defined (in include/rw/_mbstate.h). With svn commit r367898, this leads to a failure building the library caused by the use of this undefined macro in include/rw/_traits.h (and others). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.