Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
1.10
-
None
-
None
-
$ aCC -V
aCC: HP ANSI C++ B3910B A.03.65
Description
While building xalan-c 1.10 on HP-UX 11.11 with the latest HP C++ compiler:
gmake[2]: Leaving directory `/opt/build/xml-xalan/c/src/xalanc/Utils'
aCC -AA -z +O2 +Onofltacc +Olit=all +DAportable +Oentrysched +Odataprefetch +Onolimit -DNDEBUG +Z -DHPUX -mt -DXALAN_INMEM_MSG_LOADER -c -I/opt/build/xml-xalan/c/src -I/opt/build/xml-xalan/c/include -I../../nls/include -I/opt/TWWfsw/libxercesc27/include -o ../../obj/XalanDOMString.o /opt/build/xml-xalan/c/src/xalanc/XalanDOM/XalanDOMString.cpp
Error 176: "/opt/build/xml-xalan/c/src/xalanc/XalanDOM/XalanDOMString.cpp",
line 898 # Size of array must be an integral constant expression of value
greater than 0.
TargetType theOneTranslatedWbChar[theOneTranslatedWbCharLen];
^^^^^^^^^^^^^^^^^^^^^^^^^
gmake[1]: *** [../../obj/XalanDOMString.o] Error 2
gmake[1]: Leaving directory `/opt/build/xml-xalan/c/src/xalanc'
Attachments
Issue Links
- duplicates
-
XALANC-603 Source does not compile properly on HP-UX with newer versions of the HP compiler
- Resolved