You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by "Pagano, Michael" <mi...@medco.com> on 2004/09/08 18:13:13 UTC

compiling xalan 1.8.0 on HP-UX errors

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

 

prompt > uname -na

HP-UX mcfl1u1m B.11.00 U 9000/800 126474666 unlimited-user license

 

 

aCC -DXALAN_BUILD_DEPRECATED_DOM_BRIDGE -g   +DAportable   +Z -DHPUX
-D_THREAD_SAFE +p -mt  -Wc,-koenig_lookup,on -Wc,-ansi_for_scope,on
-DXALAN_INMEM_MSG_LOADER -c 

 

 

Error:

aCC -DXALAN_BUILD_DEPRECATED_DOM_BRIDGE -g   +DAportable   +Z -DHPUX
-D_THREAD_SAFE +p -mt  -Wc,-koenig_lookup,on -Wc,-ansi_for_scope,on
-DXALAN_INMEM_MSG_LOADER -c -I/coresrvDev/p270m2/xalan/xml-xalan/c//src
-I/coresrvDev/p270m2/xalan/xml-xalan/c//include -I../../nls/include
-I/coresrvDev/p270m2/xerces/xerces-c-src_2_5_0//src/
-I/coresrvDev/p270m2/xerces/xerces-c-src_2_5_0//include/xercesc
-I/coresrvDev/p270m2/xerces/xerces-c-src_2_5_0//include/  -o
../../obj/ElemApplyTemplates.o
/coresrvDev/p270m2/xalan/xml-xalan/c//src/xalanc/XSLT/ElemApplyTemplates.cpp

aCC: warning 901: unknown option: `-mt': use +help for online documentation.


( 0)  0x0014c910   toolError__12ErrorHandlerF11StringTokenRC8Positione +
0x58  [/opt/aCC/lbin/ctcom]

( 1)  0x00116f64   __assertprint__FPCcT1i + 0x54  [/opt/aCC/lbin/ctcom]

( 2)  0x001456b8   setInfo__18DerivationPathInfoFP5ClassN21bP11Declaration +
0x1c8  [/opt/aCC/lbin/ctcom]

( 3)  0x001458ac
accessRestrictionsOnMember__5ClassFP5ClassP11DeclarationPP16UsingDeclaration
+ 0xe0  [/opt/aCC/lbin/ctcom]

( 4)  0x00233ba0
checkMemberAccess__FP5ClassN21P11DeclarationbRC8PositionN25 + 0x7dc
[/opt/aCC/lbin/ctcom]

( 5)  0x00233f78   checkMemberAccess__FP5ClassT1P11DeclarationRC8Positionb +
0x40  [/opt/aCC/lbin/ctcom]

( 6)  0x002267c4   internalNodeSemantics__4CallFv + 0xc04
[/opt/aCC/lbin/ctcom]

( 7)  0x00210e34   nodeSemantics__10ExpressionFv + 0x1c0
[/opt/aCC/lbin/ctcom]

( 8)  0x0017bbcc   treeSemantics__10ExpressionFb + 0x2e4
[/opt/aCC/lbin/ctcom]

( 9)  0x002a412c   doReduction3__FiR12ScannerValueP12ScannerValue + 0x7450
[/opt/aCC/lbin/ctcom]

(10)  0x001d6c20   yyparse__Fv + 0xba8  [/opt/aCC/lbin/ctcom]

(11)  0x00114634   DoCompile__8CompilerFv + 0x224  [/opt/aCC/lbin/ctcom]

(12)  0x001155e4   DoCompile__8CompilerFP6Buffer + 0x34
[/opt/aCC/lbin/ctcom]

(13)  0x00115918   DoCompileFile__8CompilerFPc + 0x258
[/opt/aCC/lbin/ctcom]

(14)  0x001168c8   main + 0x3a0  [/opt/aCC/lbin/ctcom]

(15)  0xc013e9e4   _start + 0xc8  [/usr/lib/libc.2]

(16)  0x00102be8   $START$ + 0x1a0  [/opt/aCC/lbin/ctcom]

Error (internal problem) 200:
"/coresrvDev/p270m2/xalan/xml-xalan/c//src/xalanc/XSLT/ElemApplyTemplates.cp
p", line 169 # Assertion

    failed at [File "Declaration.C"; Line 6042].

                    ParentType::transformChild(

                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^

make[1]: *** [../../obj/ElemApplyTemplates.o] Error 3

make[1]: Leaving directory `/coresrvDev/p270m2/xalan/xml-xalan/c/src/xalanc'

make: *** [all] Error 2

 




-----------------------------------------
This e-mail message and any attachments contain confidential information
from Medco. If you are not the intended recipient, you are hereby notified
that disclosure, printing, copying, distribution, or the taking of any
action in reliance on the contents of this electronic information is
strictly prohibited. If you have received this e-mail message in error,
please immediately notify the sender by reply message and then delete the
electronic message and any attachments.

Re: compiling xalan 1.8.0 on HP-UX errors

Posted by da...@us.ibm.com.
> 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