You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/10/17 01:21:26 UTC

DO NOT REPLY [Bug 13712] - Can't build on jaguar (10.2)

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

Can't build on jaguar (10.2)

jberry@criticalpath.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From jberry@criticalpath.com  2002-10-16 23:21 -------
Alex:

I sent the following out last week. I believe your problem is in using tar (which truncates 
long paths) rather than gnutar. The following builds correctly for me...please verify. -jdb

mkdir testx
cd testx
curl -O �http://xml.apache.org/dist/xerces-c/nightly/2002-09-30/xerces-c-src_2002-09-
30.tar.gz�
gnutar -xzf xerces-c-src_2002-09-30.tar.gz
cd xerces-c-src_2002-09-30
setenv XERCESCROOT `pwd`
cd src/xercesc
./runConfigure -p macosx -n native
make

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org