[ 
http://issues.apache.org/jira/browse/XERCESC-1412?page=comments#action_63638 ]
     
James Berry commented on XERCESC-1412:
--------------------------------------

Lou,

Thanks for refiling the bug under Jira. Unfortunately, I don't have a much 
different answer for you. The following code works fine for me under 10.3.8 (I 
don't believe 10.3.9 is any different:

#!/bin/sh
release=xerces-c-src_2_6_0
mkdir testx
cd testx
curl -O "http://www.apache.org/dist/xml/xerces-c/${release}.tar.gz";
gnutar -xzf ${release}.tar.gz
cd ${release}
export XERCESCROOT=`pwd`
cd src/xercesc
./runConfigure -p macosx -n native
make

Can you try those steps exactly? By the way, tar on Panther and Tiger _is_ now 
gnutar.

-jdb

> Cannot build on MacOSX 10.3.9
> -----------------------------
>
>          Key: XERCESC-1412
>          URL: http://issues.apache.org/jira/browse/XERCESC-1412
>      Project: Xerces-C++
>         Type: Bug
>   Components: Build
>     Versions: 2.6.0
>  Environment: MacOSX 10.3.9 (Panther)
>     Reporter: lou burnard

>
> 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
>  
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to