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 2005/04/23 16:48:00 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://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=13712


lou.burnard@oucs.ox.ac.uk changed:

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




------- Additional Comments From lou.burnard@oucs.ox.ac.uk  2005-04-23 16:47 -------
I have the exact same experience with xerces-c-src_2_6_0.tar -- I downloaded the tgz file which 
unpacked itself as a tar archive. I then unpacked that with gnutar, as per recommendation.
I did 

runConfigure -pmacosx -n native
make

(as per website). the config seemed ok, but the make fell over complaining it couldnt find
include files



(In reply to comment #1)
> 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
> 
AbstractDOMParser.cpp:45:44: xercesc/dom/impl/DOMAttrImpl.hpp: No such file or directory
AbstractDOMParser.cpp:46:48: xercesc/dom/impl/DOMTypeInfoImpl.hpp: No such file or directory
AbstractDOMParser.cpp:49:44: xercesc/dom/impl/DOMTextImpl.hpp: No such file or directory

What's puzzling me is that the files are in fact there -- so I must be doing something stupid (and yes I 
have set the XERCESCROOT before you ask)

I'm running MaxOSX 10.3.9 on a MacMini

Lou Burnard
lou.burnard@gmail.com

> 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

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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