gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: GCL allocation


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: GCL allocation
Date: 19 Sep 2003 12:47:04 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

OK, Aurelian, this is in.  Thanks!  A separate note will follow
regarding your other patches.  Once these are in, please let me know
if you can build with './configure ... && make' from the stock
distribution.  Then perhaps we can setup a Mac OSX autobuilder script
and refer to it from the website?

Take care,

Aurelien Chanudet <address@hidden> writes:

> Hi Camm,
> 
> I would say for Mac OS X :
> 
> #define GET_FULL_PATH_SELF (a_) \
> do { \
> extern char **NXArgv; \
> static char q [PATH_MAX]; \
> if (!realpath (q,NXArgv[0])) \
>     error ("realpath error"); \
> (a_) = q; \
> } while (0)
> 
> Aurelien

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