Yes, as Miguel said, that error happens when you are trying a Pharo image (closure enable) with a non closure VM. You must use the VM Miguel said.<br><br>best,<br><br>Mariano<br><br><div class="gmail_quote">2009/8/13 Miguel Enrique Cobá Martinez <span dir="ltr">&lt;<a href="mailto:miguel.coba@gmail.com">miguel.coba@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">El jue, 13-08-2009 a las 10:30 -0500, Chris Muller escribió:<br>
<div class="im">&gt; I decided to see what it is like to load Magma into Pharo.  But I<br>
&gt; couldn&#39;t get the image launched:<br>
&gt;<br>
<br>
<br>
</div>Thera are 2 versions of Pharo,<br>
<br>
1. PharoCore (the minimal packages to boot an image, useful for<br>
production deployment of applications):<br>
<br>
<a href="http://gforge.inria.fr/frs/?group_id=1299" target="_blank">http://gforge.inria.fr/frs/?group_id=1299</a><br>
<br>
2. Pharo, (this is PharoCore + packages for development). this has<br>
variants:<br>
<br>
2.1 Pharo dev:<br>
<a href="http://gforge.inria.fr/frs/download.php/22746/pharo1.0beta-10413dev09.08.1.zip" target="_blank">http://gforge.inria.fr/frs/download.php/22746/pharo1.0beta-10413dev09.08.1.zip</a><br>
<br>
That includes packages for development in smalltalk (desktop apps, and<br>
smalltalk learning in general)<br>
<br>
2.2 Pharo web:<br>
<br>
<a href="http://gforge.inria.fr/frs/download.php/22747/pharo1.0beta-10413web09.08.1.zip" target="_blank">http://gforge.inria.fr/frs/download.php/22747/pharo1.0beta-10413web09.08.1.zip</a><br>
<br>
that is a Pharo dev + seaside/pier.<br>
<br>
this can be used for developing webapps with seaside/aida/pier.<br>
<br>
<br>
For these you need as always:<br>
<br>
I. a VM (this *must* be a closure enabled VM)<br>
  (Windows)<br>
<a href="http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.3-bin.zip" target="_blank">http://squeakvm.org/win32/release/SqueakVM-Win32-3.11.3-bin.zip</a><br>
  (MacOS X)<br>
<a href="http://homepage.mac.com/johnmci/.Public/Squeak%204.1.1beta2U.app.zip" target="_blank">http://homepage.mac.com/johnmci/.Public/Squeak%204.1.1beta2U.app.zip</a><br>
(Linux)<br>
<a href="http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip" target="_blank">http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip</a><br>
<br>
II. a sources files:<br>
<a href="http://gforge.inria.fr/frs/download.php/22339/SqueakV39-sources.zip" target="_blank">http://gforge.inria.fr/frs/download.php/22339/SqueakV39-sources.zip</a><br>
<br>
III. and image (this is the shown above, in the first part of this mail)<br>
<br>
Also, thanks to Torsten the windows users have a ready made setup that<br>
includes the three things and an installer for win32.<br>
<br>
<a href="http://gforge.inria.fr/frs/download.php/22748/setup_pharo_0.0.0.9.exe" target="_blank">http://gforge.inria.fr/frs/download.php/22748/setup_pharo_0.0.0.9.exe</a><br>
<br>
Now, it is advisable to test on the PharoCore always as this is the<br>
image that is the base for everything.<br>
So you&#39;ll need to download an apropriate vm (again, with closure<br>
capabilities) the sources file and the PharoCore.<br>
Remember to update your PharoCore image on first download with<br>
<br>
System -&gt; System update<br>
<br>
One thing to have in mind. If you are using a linux vm, there are bugs<br>
with 64 bit architectures (amd64, x86_64): the networking doesn&#39;t work<br>
in 64 bit (linux but I think that windows 64 bits it is also affected).<br>
<br>
Other thing to have in mind. There is a difference in the build of vm<br>
for linux. there are builds for 32 bits and build for 64 bits. Both of<br>
them will run the Pharo/PharoCore image. But if you try to run a 32 bit<br>
vm on a 64 bit linux installation (as mine, a Debian GNU/Linux 5.0 Lenny<br>
amd64) you need to install the 32 bit compatibility libraries for the<br>
squeak vm to run.<br>
<br>
aptitude install ia32-libs<br>
<br>
or something equivalent for the distro involved.<br>
<br>
I think that is all.<br>
<br>
Feel free to ask any question.<br>
<br>
Cheers and welcome to Pharo<br>
<font color="#888888">--<br>
Miguel Cobá<br>
<a href="http://miguel.leugim.com.mx" target="_blank">http://miguel.leugim.com.mx</a><br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Magma mailing list<br>
<a href="mailto:Magma@lists.squeakfoundation.org">Magma@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/magma" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/magma</a><br>
</div></div></blockquote></div><br>