Re: [Pharo-users] Using FFI

2013-12-10 Thread Esteban Lorenzano
Hi Annik, long time without a response to this, I'm sorry. I'm just catching up with this stuff (I'm really full of work this days). The problem here is that FFI does not have the type "int". You need to choose between short, ushort, long and ulong (depending of the real size you need). And you

[Pharo-users] Metacello config with local file based repository

2013-12-10 Thread Esteban A. Maringolo
I'm defining my first Metacello config (ConfigurationOf...) but I wonder how should I declare a local file based repository. Ej: spec repository: '/home/emaringolo/development/monticello/'. or its window counterpart: spec repository: 'E:\users\emaringolo\development\monticello\'. Is that possible

Re: [Pharo-users] Metacello config with local file based repository

2013-12-10 Thread Paul DeBruicker
That should work fine Esteban A. Maringolo wrote > I'm defining my first Metacello config (ConfigurationOf...) but I > wonder how should I declare a local file based repository. > > Ej: > spec repository: '/home/emaringolo/development/monticello/'. > or its window counterpart: > spec reposito

[Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread nacho
Hi, I'm trying to unload some of the packages from Pharo 3 to come up with a reduced Pharo Image. I don't know if someone has already succeeded at getting a Pharo kernel image. Just the basic and really needed classes and packages. And then have the possibility to reload Athens, Zinc, Zodiac, ASM,

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Pavel Krivanek
Hi, look at https://ci.inria.fr/pharo-contribution/view/Pharo-Kernel-3.0/ Cheers, -- Pavel 2013/12/10 nacho <0800na...@gmail.com> > Hi, > I'm trying to unload some of the packages from Pharo 3 to come up with a > reduced Pharo Image. > I don't know if someone has already succeeded at getting

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Stéphane Ducasse
I'm trying slowly. Because I want to reload everything with metacello configurations. Tomorrow I will pair program with pavel to make progress on that. I could unload Nautilus RB but there are many more. Stef On Dec 10, 2013, at 8:40 PM, nacho <0800na...@gmail.com> wrote:

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Ignacio Matías Sniechowski
Thanks for your responses. I imagine the daunting task unloading Nautilus should have been. :p Nacho *Lic. Ignacio Sniechowski, MBA* On Tue, Dec 10, 2013 at 7:10 PM, Stéphane Ducasse wrote: > I'm trying slowly. Because I want to reload everything with metacello > configurations. > Tomorr

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Stéphane Ducasse
On Dec 10, 2013, at 11:37 PM, Ignacio Matías Sniechowski <0800na...@gmail.com> wrote: > Thanks for your responses. > I imagine the daunting task unloading Nautilus should have been. :p took time but now it is working. Have a look at the ReUnloader package under my project on smalltalkhub. Ideal