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 2002/07/20 19:45:58 UTC

DO NOT REPLY [Bug 10742] - XalanC 1.3 build fails on solaris 2.7

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=10742>.
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=10742

XalanC 1.3 build fails on solaris 2.7





------- Additional Comments From David_N_Bertoni@lotus.com  2002-07-20 17:45 -------
We don't officially support that version of the Sun compiler.  Try modifying 
the file Include/SolarisDefinitions.hpp as follows:

cvs -z9 diff SolarisDefinitions.hpp (in directory V:\xml-xalan\c\src\Include\)
Index: SolarisDefinitions.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/Include/SolarisDefinitions.hpp,v
retrieving revision 1.13
diff -r1.13 SolarisDefinitions.hpp
74c74
< #if __SUNPRO_CC_COMPAT >= 5
---
> #if __SUNPRO_CC >= 0x530

Please post the results of this test so the changes can be worked into the 
repository.