On Sat, 2009-07-04 at 18:14 -0300, Mariano Martinez Peck wrote:
> I cannot find it in
http://source.squeakfoundation.org/trunk/ neither
> in
http://source.squeakfoundation.org/>
> Please, I need FFI!
>
> Thanks in advance,
>
> Mariano
I'm afraid it disappeared due to some cleanup. I'm not exactly sure of
the preferred way to fix it, I'm consulting Andreas. For now find the
latest versions attached.
Based on the installation script I believe you want to load them in the
order
FFI-Kernel-ar.9.mcz
FFI-Tests-ar.2.mcz
FFI-Examples-ar.1.mcz
and then do-it:
"Fix what might be Monticello problem, leaving some types wrong
initialized"
(Smalltalk at: #ExternalType) initialize.
(Smalltalk at: #ExternalStructure) compileAllFields.