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/11/04 08:21:53 UTC

DO NOT REPLY [Bug 4628] New: - doesn't build against released Xerces (v1.5.1)

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: xalan-dev@xml.apache.org
        ReportedBy: matt_g_@hotmail.com


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.