[ https://issues.apache.org/jira/browse/STDCXX-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-431: ----------------------------------- Assignee: Martin Sebor > [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 > > 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.