[squeak-dev] where is FFI now ?

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

[squeak-dev] where is FFI now ?

Mariano Martinez Peck
I cannot find it in http://source.squeakfoundation.org/trunk/  neither in http://source.squeakfoundation.org/

Please, I need FFI!

Thanks in advance,

Mariano



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] where is FFI now ?

Ken Causey-3
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.



FFI-Examples-ar.1.mcz (23K) Download Attachment
FFI-Kernel-ar.9.mcz (37K) Download Attachment
FFI-Tests-ar.2.mcz (6K) Download Attachment
signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] where is FFI now ?

Ken Causey-3
On Sat, 2009-07-04 at 16:35 -0500, Ken Causey wrote:

> 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.
The source.squeak.org project is restored more or less as it was.  The
SqueakMap/Universes/whatever packages should work again.  Let me know if
not.

Ken



signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] where is FFI now ?

Mariano Martinez Peck
Ken: Thanks for your quick answer and fix. Now it is working perfect!!!

Thanks!!

Mariano

On Sat, Jul 4, 2009 at 6:50 PM, Ken Causey <[hidden email]> wrote:
On Sat, 2009-07-04 at 16:35 -0500, Ken Causey wrote:
> 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.

The source.squeak.org project is restored more or less as it was.  The
SqueakMap/Universes/whatever packages should work again.  Let me know if
not.

Ken