Avram,

Hmm. That's curious. Make on OS X v10.1.3 for me is gnumake.

% make -v
GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for powerpc-apple-darwin1.4
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <[EMAIL PROTECTED]>.

% which make
/usr/bin/make


Maybe this is a difference in our development tools installation? Are you up
to date with the latest system and developer tools releases? (I just
compared with a couple of machines in the office, and they all run gnumake
as make)...

-jdb



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

> 
> James,
> 
> Thanks for taking the time to help on this.
> Your instructions worked flawlessly.
> One minor exception is that make seems to fail with
> 
> aelony% make
> "Makefile.incl", line 102: Missing dependency operator
> "Makefile.incl", line 104: Need an operator
> "Makefile.incl", line 110: Missing dependency operator
> (these continue until finally....)
> make: fatal errors encountered -- cannot continue
> 
> However, using gnumake (/usr/bin/gnumake) instead of make
> (/usr/local/bin/make) engenders a lot of compiler activity leading to
> success.
> 
> thanks again!
> -Avram
> 
> 
> 
> 
>> 
>> -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