Hi Esteban,

�I just understand your point now.
�I was using the VM 4.2.5 so Alien works pretty well on a 1.2.

�But on the 5.7.4 VM, Alien is totally broken.
�Even if I am not an expert in plugin code, I can give a try and look at it.
�Can you just give me the right way to compile/generate the plugin source?�
�how to get the right WMMaker image? is it a pharo one now?
�which repository for the sources? gitorious?

Thanks for all your work and effort Esteban!

#Luc


2011/2/4 Esteban Lorenzano <estebanlm@gmail.com>
Hi,�
yes... I will commit a fixed version this week or the next one, or the other (ah, time, that awful all-eater monster) :P

Cheers,
Esteban

El 04/02/2011, a las 9:57a.m., Luc Fabresse escribi�:

Hi Esteban,

�No, I do not use Alien-MacOS (and I never played with it) even if I am on Mac.
�This is because I only need to call a standard POSIX library and Alien-Core is enough for me.
�If you have a patch or something better for Alien-MacOS, I can test it if you want.��please commit ;-)

�Cheers,

#Luc


2011/2/4 Esteban Lorenzano <estebanlm@gmail.com>
Hi Luc,
Did you make the package Alien-MacOS work? right now I'm dealing with it (I even needed to bugfix the plugin sources), and I'm fighting (hard) to make the proxy logic work... also I refactored a lot to make it compatible with latest versions of Alien.

Cheers,
Esteban

El 30/01/2011, a las 9:05a.m., Luc Fabresse escribi�:

> Hi all,
>
> I just committed new versions of Alien on squeaksource to make it run on 1.2
> I also modified the ConfigurationOfAlien to easily load it:
>
> (ConfigurationOfAlien project version: 'Pharo 1.1') load
>
> (ConfigurationOfAlien project version: 'Pharo 1.2') load
>
> (ConfigurationOfAlien project version: 'Pharo 1.1') load: {'All'. 'MacOSX'}
>
> (ConfigurationOfAlien project version: 'Pharo 1.2') load: {'All'. 'MacOSX'}
>
> #Luc