Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 40586 invoked from network); 8 Feb 2006 15:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 15:49:30 -0000 Received: (qmail 3114 invoked by uid 500); 8 Feb 2006 15:49:30 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 3064 invoked by uid 500); 8 Feb 2006 15:49:29 -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 3051 invoked by uid 99); 8 Feb 2006 15:49:29 -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; Wed, 08 Feb 2006 07:49:29 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 23F76DE for ; Wed, 8 Feb 2006 16:49:08 +0100 (CET) Message-ID: <1237133119.1139413748144.JavaMail.jira@ajax.apache.org> Date: Wed, 8 Feb 2006 16:49:08 +0100 (CET) From: "Andrew Black (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-132) [NetBSD 3.0] aliases.cpp fails to build In-Reply-To: <617021128.1139009403781.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-132?page=comments#action_12365585 ] Andrew Black commented on STDCXX-132: ------------------------------------- It appears that the r375828 commit touches aliases.cpp, and may resolve the issue, though I would have to check. Another course of action I can see taking would be trying to use the version of _traits.h prior to the r366952 commit and see if it would compile correctly, but I worry that reversing some of the changes since that version would cause other compile problems. > [NetBSD 3.0] aliases.cpp fails to build > --------------------------------------- > > Key: STDCXX-132 > URL: http://issues.apache.org/jira/browse/STDCXX-132 > Project: C++ Standard Library > Type: Bug > Components: Utilities > Versions: 4.1.4 > Environment: gcc version 3.3.3 (NetBSD nb3 20040520) > NetBSD 3.0 > Reporter: Andrew Black > Assignee: Martin Sebor > > gcc -c -I/house/ablackrw/stdcxx/include/ansi -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/tmp/ablackrw/stdcxx-11d/include -I/house/ablackrw/stdcxx/include -I/house/ablackrw/stdcxx/include/loc -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /house/ablackrw/stdcxx/util/aliases.cpp > /house/ablackrw/stdcxx/util/aliases.cpp: In function `void > get_same_encoding_C_locale(const std::string&, const std::string&, > StringVector&)': > /house/ablackrw/stdcxx/util/aliases.cpp:442: error: `strlen' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp: In function `std::string > get_C_encoding_locale(const std::string&)': > /house/ablackrw/stdcxx/util/aliases.cpp:487: error: `strlen' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp: In function `char* > get_installed_locales(int)': > /house/ablackrw/stdcxx/util/aliases.cpp:584: error: `strcpy' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:585: error: `strcat' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:601: error: `strlen' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:604: error: `strlen' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:607: error: `memcpy' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:610: error: `strlen' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:628: error: `strcmp' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:629: error: `strcpy' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:630: error: `strlen' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:633: error: `strlen' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:634: error: `strcpy' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:638: error: `strcpy' undeclared in > namespace `std' > /house/ablackrw/stdcxx/util/aliases.cpp:639: error: `strlen' undeclared in > namespace `std' > config.h and config.log available -- 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