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=8156>. 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=8156 Bad path name breaks build [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2002-04-16 13:59 ------- There is no way to properly set XERCESCROOT with the disttributed source (1.7.0).Lets see:bash$ grep XERCESCROOT Makefile# export XERCESCROOT=<the directory where you installed XERCES-C> # -${CP} -Rf ${XERCESCROOT}/src/sax/*.hpp ${BINTARGETDIR}/include/sax[...] -${CP} ${XERCESCROOT}/doc/license.html ${BINTARGETDIR}Either XERCESCROOT is <path>/xerces-c-src1_7_0/ and the first is invalid:<path>/xerces-c-src1_7_0/src/ doesnt exist (miss xerces).Either XERCESCROOT is <path>/xerces-c-src1_7_0/xerces and the second path is invalid:<path>/xerces-c-src1_7_0/xerces/doc doesnt exist...So what should we do ? Yannick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
