Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 40785 invoked from network); 13 Jul 2007 15:02:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2007 15:02:23 -0000 Received: (qmail 19246 invoked by uid 500); 13 Jul 2007 15:02:25 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 19188 invoked by uid 500); 13 Jul 2007 15:02:25 -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 19177 invoked by uid 99); 13 Jul 2007 15:02:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 08:02:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 08:02:22 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l6DF20pV009735 for ; Fri, 13 Jul 2007 15:02:00 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Jul 2007 09:00:44 -0600 Message-ID: <469793F2.3020801@roguewave.com> Date: Fri, 13 Jul 2007 09:02:10 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: FW: Built STDCXX On Mac Lately? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Jul 2007 15:00:44.0327 (UTC) FILETIME=[96579B70:01C7C55E] X-Virus-Checked: Checked by ClamAV on apache.org I don't think it's a problem in your environment. STDCXX-404 describes the same issue on FreeBSD. We still need to look into it: http://issues.apache.org/jira/browse/STDCXX-404 If you could add your comments to this issue or file a new one that would be great. Martin Eric Lemings wrote: > For everyone else's viewing pleasure: > > ________________________________ > > From: Eric Lemings > Sent: Thursday, July 12, 2007 6:30 PM > To: Andrew Black > Cc: Martin Sebor > Subject: Built STDCXX On Mac Lately? > > > > Has anyone built STDCXX on Mac lately? I just tried and got some > compile errors in util/localedef.cpp. At first glance, it looks like > the change that conditionally includes is the culprit. There > are still symbols from that header file still being used in the source > file even when the header is not included. > > Here's the error: > > gcc runall.o cmdopt.o output.o util.o exec.o display.o -o exec > -L/Users/elemings/Developer/Build/stdcxx/lib -lstd -lsupc++ -lgcc_eh -lm > > gcc -c -I/Users/elemings/Developer/Work/stdcxx/include/ansi > -D_RWSTDDEBUG -I/Users/elemings/Developer/Work/stdcxx/include > -I/Users/elemings/Developer/Build/stdcxx/include -pedantic -nostdinc++ > -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings > -Wno-long-long -Wcast-align > /Users/elemings/Developer/Work/stdcxx/util/localedef.cpp > In file included from > /Users/elemings/Developer/Work/stdcxx/util/def.h:45, > from > /Users/elemings/Developer/Work/stdcxx/util/localedef.cpp:30: > /Users/elemings/Developer/Work/stdcxx/util/charmap.h:167: error: > 'iconv_t' does not name a type > /Users/elemings/Developer/Work/stdcxx/util/charmap.h:230: error: > 'iconv_t' does not name a type > /Users/elemings/Developer/Work/stdcxx/util/charmap.h:233: error: > 'iconv_t' does not name a type > /Users/elemings/Developer/Work/stdcxx/util/localedef.cpp: In function > 'bool process_command_line(ProgramOptions*, int, char**)': > /Users/elemings/Developer/Work/stdcxx/util/localedef.cpp:475: warning: > unused variable 'errors' > make[2]: *** [localedef.o] Error 1 > make[1]: *** [util] Error 2 > make: *** [libstd] Error 2 > > I was about to file a Jira issue but thought I'd make sure this is > really an error and not my environment. > > Brad. > >