gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: [Axiom-developer] Axiom on MACOSX... gettext issue


From: Camm Maguire
Subject: [Gcl-devel] Re: [Axiom-developer] Axiom on MACOSX... gettext issue
Date: 07 Dec 2005 21:18:39 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

root <address@hidden> writes:

> actually either one gets past that error.
> 
> now it fails with
> 
> /usr/include/unistd.h:531: error: conflicting types for 'my_sbrk'
> ../h/config.h:42: previous declaration of 'my_sbrk' was here
> 
> line 531 reads:
> 
> void *sbrk(int);
> 
> it appears that line 42ish reads:
> 
> #define sbrk my_sbrk
> extern char *my_sbrk(int incr);
> 

Yes, GCL currently pertains to the setup under a somwhat older
macosx.  We will #ifdef this on the os version shortly -- for now you
can just replace the char in the last of the above with void.

Please let me know if problems persist.

> t
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]