Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 89484 invoked from network); 9 Jan 2006 16:55:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jan 2006 16:55:45 -0000 Received: (qmail 59317 invoked by uid 500); 9 Jan 2006 16:55:45 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 59302 invoked by uid 500); 9 Jan 2006 16:55:44 -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 59291 invoked by uid 99); 9 Jan 2006 16:55:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2006 08:55:42 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DAAAA1B7 for ; Mon, 9 Jan 2006 17:55:21 +0100 (CET) Message-ID: <1528709041.1136825721893.JavaMail.jira@ajax.apache.org> Date: Mon, 9 Jan 2006 17:55:21 +0100 (CET) From: "Andrew Black (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-95) [Mac OS X 10.2.8] errors on _RWSTD_WEOF macro In-Reply-To: <1070641195.1136565734981.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-95?page=comments#action_12362217 ] Andrew Black commented on STDCXX-95: ------------------------------------ Over the weekend, I made a similar (functionally equivlent) change so that I could try to find out where other problems were lurking in the code. I consider this particular problem to be fixed, though I encountered other problems as I continued my investigation. > [Mac OS X 10.2.8] errors on _RWSTD_WEOF macro > --------------------------------------------- > > Key: STDCXX-95 > URL: http://issues.apache.org/jira/browse/STDCXX-95 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: bash-2.05a$ uname -a > Darwin Metropolis.local. 6.8 Darwin Kernel Version 6.8: Wed Sep 10 15:20:55 PDT 2003; root:xnu/xnu-344.49.obj~2/RELEASE_PPC Power Macintosh powerpc > bash-2.05a$ gcc -v > Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs > Thread model: posix > Apple Computer, Inc. GCC version 1175, based on gcc version 3.1 20020420 (prerelease) > Reporter: Andrew Black > Assignee: Martin Sebor > Fix For: 4.1.3 > > When trying to build on Mac OS X 10.2.8 (GCC 3.1), a compile failure occurs > gcc -c -I/Volumes/Orion/Work/stdcxx/include/ansi -D_RWSTD_USE_CONFIG -I/Users/blackaw/Documents/Work/stdcxx//include -I/Volumes/Orion/Work/stdcxx/include -pedantic -nostdinc++ -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /Volumes/Orion/Work/stdcxx/src/bitset.cpp > In file included from /Volumes/Orion/Work/stdcxx/include/rw/_strref.h:31, > from /Volumes/Orion/Work/stdcxx/include/string:36, > from /Volumes/Orion/Work/stdcxx/include/bitset:27, > from /Volumes/Orion/Work/stdcxx/src/bitset.cpp:24: > /Volumes/Orion/Work/stdcxx/include/rw/_traits.h: In static member function > `static int std::char_traits::eof()': > /Volumes/Orion/Work/stdcxx/include/rw/_traits.h:337: `_RWSTD_WEOF' undeclared > (first use this function) > /Volumes/Orion/Work/stdcxx/include/rw/_traits.h:337: (Each undeclared identifier is reported only once for each function it appears in.) > make[2]: *** [bitset.o] Error 1 > make[1]: *** [lib] Error 2 > make: *** [libstd] Error 2 > A related warning that occurrs during configuration is > In file included from /Volumes/Orion/Work/stdcxx/src/wcodecvt.cpp:42: > /Volumes/Orion/Work/stdcxx/include/ansi/wchar.h:192:33: ../include/wchar.h: No such file or directory > Configure.h and output from make process available upon request. > (Initially reported to stdcxx-dev list in http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200601.mbox/%3c43BC0173.8000009@roguewave.com%3e ) -- 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