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=4628>. 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=4628 doesn't build against released Xerces (v1.5.1) Summary: doesn't build against released Xerces (v1.5.1) Product: XalanC Version: 1.2.x Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Xalan C doesn't compile if XERCESCROOT is pointed at an installed Xerces, instead of a built Xerces source tree. The only problem seems to be in c/src/Makefile.in. It contains the spurious comment: # We have to use the includes from the source distribution, since we use # headers that others normally wouldn't followed by: XSL_INCL = -I. -I$(XERCESCROOT)/src/ -I$(XERCESCROOT)/include/ If the above line is simply changed to: XSL_INCL = -I. -I$(XERCESCROOT)/include/xercesc it seems to build fine.
