From stdcxx-dev-return-1470-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Mon Jun 05 19:46:15 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 7452 invoked from network); 5 Jun 2006 19:46:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 19:46:15 -0000 Received: (qmail 98463 invoked by uid 500); 5 Jun 2006 19:46:15 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 98378 invoked by uid 500); 5 Jun 2006 19:46:15 -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 98255 invoked by uid 99); 5 Jun 2006 19:46:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 12:46:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 12:46:13 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AF4A671430A for ; Mon, 5 Jun 2006 19:44:54 +0000 (GMT) Message-ID: <12110177.1149536694715.JavaMail.jira@brutus> Date: Mon, 5 Jun 2006 19:44:54 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-113) [gcc 4.0/Mac OS X 10.4.3] _RWSTD_PTRDIFF_T et al not defined In-Reply-To: <1063872210.1136928202120.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-113?page=all ] Martin Sebor updated STDCXX-113: -------------------------------- Fix Version: 4.2 (was: 4.1.4) > [gcc 4.0/Mac OS X 10.4.3] _RWSTD_PTRDIFF_T et al not defined > ------------------------------------------------------------ > > Key: STDCXX-113 > URL: http://issues.apache.org/jira/browse/STDCXX-113 > Project: C++ Standard Library > Type: Bug > Components: Configuration > Versions: 4.1.3 > Environment: gcc 4.0/OS X 10.4.3 > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Blocker > Fix For: 4.2 > > From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200601.mbox/%3c64AD06F1E1307E1C8C564526@st-augustin.ics.uci.edu%3e > -------- Original Message -------- > Subject: Re: Mac OS X and stdcxx was Re: [VOTE] publish stdcxx 4.1.3 > Date: Tue, 10 Jan 2006 12:14:23 -0800 > From: Justin Erenkrantz > Reply-To: stdcxx-dev@incubator.apache.org > To: stdcxx-dev@incubator.apache.org > References: <43C1C0A0.7040401@roguewave.com> <20060110065642.GC939@scotch.ics.uci.edu> <43C3E34B.2060601@roguewave.com> <20060110164231.GF939@scotch.ics.uci.edu> <43C3EAA8.6000107@roguewave.com> <20060110173201.GH939@scotch.ics.uci.edu> <43C3F2D9.9010204@roguewave.com> <43C40EF5.4000301@roguewave.com> > --On January 10, 2006 12:45:57 PM -0700 Martin Sebor > wrote: > > According to Howard, Apple doesn't distribute libsupc++ with gcc 4 > > on OS X. Instead they make it available for download as part of their > > Xcode development environment. See > > http://www.apple.com/macosx/features/xcode/ > > and > > http://developer.apple.com/tools/download/. > I only had XCode 2.1. It seems I needed XCode 2.2 - we should document > that in README. =) /usr/lib/libsupc++.a is installed when you install > XCode 2.2. > It now fails compiling bitset.cpp per attached log. HTH. -- justin > ---------------------------------------------------------------------- > gcc -c -I/Users/jerenkrantz/tmp/stdcxx-4.1.3/include/ansi -D_RWSTD_USE_CONFIG -I/Users/jerenkrantz/tmp/stdcxx-4.1.3/build/include -I/Users/jerenkrantz/tmp/stdcxx-4.1.3/include -pedantic -nostdinc++ -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /Users/jerenkrantz/tmp/stdcxx-4.1.3/src/bitset.cpp > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iosfwd.h:168: error: '_RWSTD_SEEK_SET' was not declared in this scope > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iosfwd.h:169: error: '_RWSTD_SEEK_CUR' was not declared in this scope > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iosfwd.h:170: error: '_RWSTD_SEEK_END' was not declared in this scope > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:73: error: '_RWSTD_PTRDIFF_T' does not name a type > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:84: error: '_RWSTD_PTRDIFF_T' does not name a type > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:95: error: expected type-specifier before '_RWSTD_PTRDIFF_T' > /Users/jerenkrantz/tmp/stdcxx-4.1.3/include/rw/_iterbase.h:95: error: expected `>' before '_RWSTD_PTRDIFF_T' > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira