2011/2/5 Joachim Geidel <joachim.geidel@onlinehome.de>


Luc Fabresse wrote:
>
> 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:
>

Unfortunately, your new version of Alien-LibC is broken. It only works in
Pharo, not in Squeak. Squeak does not include the methods
isMacOS/isUnix/isWindows which are now used in LibCLibrary>>libraryName. You
should use "Smalltalk os platformName = ..." instead, which is portable
between Pharo and Squeak.

Does ConfigurationOfAlien work in Squeak 4.1 and 4.2?


Arg you are probably right!
To make it work fast,�you can modify the ConfigurationOfAlien to introduce squeak versions and fix it to load the previous version of�LibC?
spec�for: #squeak do: [ ... ]

Soon, I will try to provide an updated cross-plateform version of LibC.

#Luc

Regards,
Joachim Geidel

--
View this message in context: http://forum.world.st/ANN-Alien-on-Pharo-1-2-tp3247073p3261616.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.