help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Fixing some build issue on OSX


From: Mehul Sanghvi
Subject: Re: [Help-smalltalk] Fixing some build issue on OSX
Date: Fri, 10 Feb 2012 19:20:11 +0000

On Fri, Feb 10, 2012 at 18:48, Mathieu SUEN <address@hidden> wrote:
> Hi Paulo
>
> I have commit a fix that cause some bug at build time. You can found the 
> commit to merge here:
> https://github.com/mathk/smalltalk/commit/1fa5efe01f
>
> The issue was that the environ global was remove from libc on osx and replace 
> by the _NSGetEnviron.
> I have only be able to test on 10.7. So I have no idea if that is compatible 
> with 10.6
>
> Also the MessgaeLookup.st file was missing in the kernel package.xml
>
> Thanks in advance
>


I have the following in the /usr/include/crt_externs.h file:


       extern char ***_NSGetEnviron(void);


on my MacOS X 10.6 system


Hope that helps.


cheers,

       mehul

-- 
Mehul N. Sanghvi
email: address@hidden



reply via email to

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