[squeak-dev] FFI issue in Squeak 4.2 ?

Levente Uzonyi leves at elte.hu
Wed Feb 23 05:44:06 UTC 2011


On Tue, 22 Feb 2011, mkobetic at gmail.com wrote:

> "Levente Uzonyi"<leves at elte.hu> wrote:
>> I just did this, so the following script should work from Squeak 4.2:
>>
>> Installer ss
>>  	project: 'MetacelloRepository';
>>  	install: 'ConfigurationOfXtreams'.
>> (Smalltalk at: #ConfigurationOfXtreams) perform: #load
>
> Thank you! This is very helpful. I didn't have much time to play with this yet (holidays interfered), but it's looking good. Loading into Squeak works fine as you said. I'll have to wrap my head around metacello some more to figure out what needs to be done on Pharo side, but this is certainly much better than starting from scratch.

In case of Pharo 1.2 the following should work:

Gofer new
 	squeaksource: 'MetacelloRepository';
 	package: 'ConfigurationOfXtreams';
 	load.
(Smalltalk at: #ConfigurationOfXtreams) load


Levente

>
> Thanks,
>
> Martin
>



More information about the Squeak-dev mailing list