You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/04 23:10:05 UTC

DO NOT REPLY [Bug 3979] New: - Problems building Xalan 1.2 (solaris/g++)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3979>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3979

Problems building Xalan 1.2 (solaris/g++)

           Summary: Problems building Xalan 1.2 (solaris/g++)
           Product: XalanC
           Version: 1.2.x
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: waldo@playstation.sony.com


Problems building Xalan 1_2 

Xalan 1.2 does not build as cleanly as 1.1, using your latest 
tar ball on solaris with: 

      runConfigure -d -psolaris -cgcc -xg++ 

encounters these problems: 

------------------------------------------------------------
1) 

file c/src/TestXSLT/process.cpp will not compile due to missing 
one critical include statment:

#include <typeinfo> 


------------------------------------------------------------
2)

Generated Makefile c/src/Makefile has VER set incorrectly to 
1_1 instead of 1_2 . By default, all sample programs are linked against 
older version 1.1 if found.


------------------------------------------------------------
3) 

testXSLT will not link without c/src/XalanExtensions which is left 
out of the default standard build. 

(I have to remove testXSLT from the 'all' target of c/src/Makefile 
for the build to continue)