On 10 May 2011 00:37, Eliot Miranda <eliot.miranda@gmail.com> wrote:
On Mon, May 9, 2011 at 1:01 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 9 May 2011 21:23, Eliot Miranda <eliot.miranda@gmail.com> wrote:
On Mon, May 9, 2011 at 11:27 AM, laurent laffont <laurent.laffont@gmail.com> wrote:
On Mon, May 9, 2011 at 4:02 PM, laurent laffont <laurent.laffont@gmail.com> wrote:
Hi,
is there a compiled VM available with Alien for OSX ? I want to use JNIPort.
Second question, if I need to compile the VM, which one should I use for Alien ? Cog is OK ?
Yes. Â Cog is OK.
And what plugin? NewsqueakIA32ABIPlugin, right?
No, just IA32ABIPlugin.  The difference between the two is only that NewsqueakIA32ABIPlugin implements immutability checks.
Okay. So, Laurent, you can use one of the latest Cog VMs. This plugin are included as internal into VM by default. To check it you can just run: Smalltalk listBuiltinModules select: [:name | name beginsWith: 'IA32'] -- Best regards, Igor Stasenko AKA sig.