Loading FFI kernel

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Loading FFI kernel

Mathieu SUEN
Hi,

I have try to load FFI-md.12 but I have plenty of problems.

I have investigate a bit and find out that it's beceause the classVar (and so on) are not initilize
properly.

It seem that AtomicTypes have his 'long' instances not well initialize due to a lake of FFIConstants...

Any idea?
Thanks

Math

Reply | Threaded
Open this post in threaded view
|

Re: Loading FFI kernel

Andreas.Raab
 > Any idea?

Yes. Load it from SqueakMap. The version you have isn't official - where
did you find it?

Cheers,
   - Andreas

Mathieu wrote:

> Hi,
>
> I have try to load FFI-md.12 but I have plenty of problems.
>
> I have investigate a bit and find out that it's beceause the classVar (and so on) are not initilize
> properly.
>
> It seem that AtomicTypes have his 'long' instances not well initialize due to a lake of FFIConstants...
>
> Any idea?
> Thanks
>
> Math
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Loading FFI kernel

Mathieu SUEN
Andreas Raab a écrit :
>> Any idea?
>
> Yes. Load it from SqueakMap. The version you have isn't official - where
> did you find it?
>
> Cheers,
>   - Andreas
>


Ok thanks!

I found it via http://source.squeakfoundation.org/39a

Math