Problem building on HP-UX 11.23
-------------------------------
Key: XERCESC-1670
URL: https://issues.apache.org/jira/browse/XERCESC-1670
Project: Xerces-C++
Issue Type: Bug
Components: Build
Affects Versions: 2.7.0
Environment: HP-UX 11.23 on Itanium
Compiler: aCC rev. C.11.23.09
Reporter: Botho Hohbaum
Priority: Blocker
Fix For: 2.7.0
I configured using the following command:
./runConfigure -p hp-11 -c /opt/aCC/bin/aCC -x /opt/aCC/bin/aCC
Afterwards, to make a successful build, i had to do these changes:
Makefile.incl:
remove +a1 and +DAportable from line 519
remove -ptr${TEMPLATESREPOSITORY} from line 523
These parameters are unknown to the compiler.
RangeTokenMap.cpp:
add #include <xercesc/util/Janitor.hpp> in line 38
XMLAttDef.cpp:
add #include <xercesc/util/Janitor.hpp> in line 29
XMLEntityDecl.cpp:
add #include <xercesc/util/Janitor.hpp> in line 28
XMLNotationDecl.cpp:
add #include <xercesc/util/Janitor.hpp> in line 27
XSAttributeGroupDefinition.cpp:
add #include <xercesc/util/StringPool.hpp> in line 25
XSModelGroupDefinition.cpp:
add #include <xercesc/util/StringPool.hpp> in line 25
XSNamespaceItem.hpp:
add #include <xercesc/util/RefHashTableOf.hpp> in line 27
XSNotationDeclaration.cpp:
add #include <xercesc/util/StringPool.hpp> in line 25
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]