You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/06/05 21:38:26 UTC

[jira] Closed: (STDCXX-431) [HP aCC 6.13] error on memchr in collate.cpp

     [ 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.