> Xerces 2.5.0 > Xalan 1.8.0 > > I'm having some trouble compiling xalan-c on hp-ux. Can someone help. > > I have downloaded and compiled xerces 2.5.0 with no problem. Is my aCC version (03.15) compatible? > > > > xalan > CXXFLAGS="$compileroptions $debugflag $transcodingDefines $threadingDefines $bitstobuildDefines " > > prompt> aCC -V > aCC: HP ANSI C++ B3910B A.03.15
That is a very old version of the compiler. We're using: bash-2.03$ aCC -V aCC: HP ANSI C++ B3910B A.03.52 > Error (internal problem) 200: "/coresrvDev/p270m2/xalan/xml-xalan/c//src/xalanc/XSLT/ElemApplyTemplates.cpp", line 169 # Assertion > failed at [File "Declaration.C"; Line 6042]. > ParentType::transformChild( > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ As with most internal compiler errors, there's not much we can recommend except you upgrade your compiler. You could replace the text "ParentType" with "ElemForEach" but I suspect that will only get you so far, and then you'll be facing other problems. Dave
