Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 68115 invoked from network); 5 Jun 2007 19:38:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 19:38:47 -0000 Received: (qmail 24408 invoked by uid 500); 5 Jun 2007 19:38:51 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 24393 invoked by uid 500); 5 Jun 2007 19:38:51 -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 24382 invoked by uid 99); 5 Jun 2007 19:38:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 12:38:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 05 Jun 2007 12:38:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D9E9714191 for ; Tue, 5 Jun 2007 12:38:26 -0700 (PDT) Message-ID: <8806069.1181072306446.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 12:38:26 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-431) [HP aCC 6.13] error on memchr in collate.cpp In-Reply-To: <24971365.1180735996184.JavaMail.jira@brutus> 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-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-431. ------------------------------- Resolution: Fixed Fix Version/s: 4.2 Fix confirmed in a manual build. > [HP aCC 6.13] error on memchr in collate.cpp > -------------------------------------------- > > Key: STDCXX-431 > URL: https://issues.apache.org/jira/browse/STDCXX-431 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.2 > Environment: HP aCC 6.13/HP-UX/IPF > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Blocker > Fix For: 4.2 > > > The library fails to build with HP aCC 6.13 due to the error below: > aCC -c -I/amd/devco/sebor/stdcxx/include/ansi -I/usr/include -D_RWSTDDEBUG -mt -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-acc-6.13-15S/include -Aa +nostl -g +d +DD64 +W392 +W655 +W684 +W818 +W819 +W849 /amd/devco/sebor/stdcxx/src/collate.cpp > "/amd/devco/sebor/stdcxx/src/collate.cpp", line 494: error #2020: identifier > "memchr" is undefined > const char* const last = (const char*)memchr (src, '\0', nchars); > ^ > 1 error detected in the compilation of "/amd/devco/sebor/stdcxx/src/collate.cpp". > gmake: *** [collate.o] Error 2 > gmake: Leaving directory `/build/sebor/stdcxx-acc-6.13-15S/lib' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.