Avram,

I just verified the build of the 1.6 distribution on my OS X system by
getting a clean copy and doing a full build. I used the following commands
on my system, which you should be able to copy verbatim and have success
with:

mkdir testx
cd testx
# Note that the following two lines should be all in one line:
curl -O
  "http://xml.apache.org/dist/xerces-c/stable/xerces-c-src1_6_0.tar.gz";
gunzip xerces-c-src1_6_0.tar.gz
tar -xf xerces-c-src1_6_0.tar
cd xerces-c-src1_6_0
setenv XERCESCROOT `pwd`
cd src
chmod ugo+x config.* configure runConfigure install-sh
./runConfigure -p macosx -n native
make

-jdb

On 2/27/02 6:54 AM, "Avram Aelony" <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> I *have* successfully installed xerces-c using Solaris before, but am
> now actually encountering errors trying to install from command line
> using mac os x.
> 
> I am doing the following:
> setenv XERCESCROOT "/Users/aelony/Documents/xerces/xerces-c-src1_6_0"
> cd src
> ./runConfigure -p macosx -n native -c cc -x c++
> 
> at this point, I should be able to run 'make'
> I have tried make, gmake, and gnumake, all lead to a variety of errors,
> usual complaints are that No such file or directory is found when
> looking for header files (example,
> util/ArrayIndexOutOfBoundsException.hpp") and then associated linking
> errors. I would like to be able to install myself, but binaries would
> also be appreciated as well.
> 
> any help would be appreciated.
> thanks,
> Avram
> 
> 
> 
> 
> 
> 
> 
> James Berry wrote:
>> 
>> On 2/26/02 6:38 AM, "Avram Aelony" <[EMAIL PROTECTED]> wrote:
>> 
>>> 
>>> Has anyone successfully used/built/installed Xerces-c on Mac OsX??
>>> Would love to hear about install experiences, how the samples should be
>>> built, etc..
>>> thanks!
>>> -Avram
>>> 
>> 
>> Avram,
>> 
>> Yes, Xerces-c builds well under Mac OS X.
>> 
>> Please see: http://xml.apache.org/xerces-c/build-other.html#faq-3
>> 
>> If you encounter problems, please file a bug report.
>> 
>> -jdb


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

Reply via email to