<br><br><div class="gmail_quote">On Wed, Dec 1, 2010 at 9:09 AM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi Eliot,<br>
<br>
While you are at building Cog, could you update the VMs available at<br>
&lt;<a href="http://www.mirandabanda.org/files/Cog/VM/" target="_blank">http://www.mirandabanda.org/files/Cog/VM/</a>&gt;?<br>
<br>
In the past weeks I was exclusively using the experimental Cog build<br>
that you gave me during Smalltalks that fixed the issues I had with<br>
objects as methods. Now I would like to build one-click images for all<br>
platforms that use this VM :-)<br></blockquote><div><br></div><div>OK, I promise to do this this weekend.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Lukas<br>
<div><div></div><div class="h5"><br>
On 1 December 2010 14:06, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Dec 1, 2010 at 7:55 AM, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi. I want to build a CogVM but generating the sources from VMMaker. I checked in all Cog documentation and I didn&#39;t find how to do it. So...here are my questions:<br>
&gt;<br>
&gt; OK, I&#39;ve updated the HowToBuild files to say<br>
&gt; To generate a VM check-out <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog/image</a><br>
&gt; which contains<br>
&gt; <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.changes" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.changes</a><br>
&gt; <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.image" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.image</a><br>
&gt; You&#39;ll find a workspace expression therein which generates a VM.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; 1) Which packages and versions (dependencies) do I need to load in addition to VMMaker? the same than in normal SqueakVM ?<br>
&gt;&gt;<br>
&gt;&gt; 2) In which Pharo (if possible) does VMMaker-oscog.xxx should work ??  In 1.1 I have deprecations for the wolrd menu, and then an error in initializePrimitiveErrorCodes<br>
&gt;&gt;<br>
&gt;&gt; I then tried in Pharo 1.0 didn&#39;t work neither...a dnu with Smalltalk endianness...etc<br>
&gt;&gt;<br>
&gt;&gt; So, right now, I am checkeing the image from here: <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image/" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog/image/</a><br>
&gt;&gt;<br>
&gt;&gt; But....even without genereting from VMMaker, I cannot compiled cog.<br>
&gt;&gt; I follow the instructions here: <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/macbuild/HowToBuild" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog/macbuild/HowToBuild</a><br>
&gt;&gt;<br>
&gt;&gt; And when I do:<br>
&gt;&gt;<br>
&gt;&gt;  ./makevm &gt; &#39;cog.log&#39;<br>
&gt;&gt; ** BUILD FAILED **<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; The following build commands failed:<br>
&gt;&gt; Croquet:<br>
&gt;&gt;         CompileC build/CoreVM.build/Deployment/<br>
&gt;&gt; Croquet.build/Objects-normal/i386/sqMacUnixInterfaceSound.o &quot;/Users/mariano/Pharo/VM/svnSqueakTree/cog/macbuild/../platforms/Mac OS/plugins/SoundPlugin/sqMacUnixInterfaceSound.c&quot; normal i386 c com.apple.compilers.gcc.4_2<br>

&gt;&gt;         CompileC build/CoreVM.build/Deployment/Croquet.build/Objects-normal/i386/sqMacWindowUniversal.o &quot;/Users/mariano/Pharo/VM/svnSqueakTree/cog/macbuild/../platforms/Mac OS/vm/sqMacWindowUniversal.c&quot; normal i386 c com.apple.compilers.gcc.4_2<br>

&gt;&gt;         CompileC build/CoreVM.build/Deployment/Croquet.build/Objects-normal/i386/gcc3x-cointerp.o /Users/mariano/Pharo/VM/svnSqueakTree/cog/macbuild/../src/vm/gcc3x-cointerp.c normal i386 c com.apple.compilers.gcc.4_2<br>

&gt;&gt; (3 failures)<br>
&gt;&gt;<br>
&gt;&gt; cp: mpeg3Plugin/build/Release/mpeg3Plugin.bundle: No such file or directory<br>
&gt;&gt; ** BUILD FAILED **<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; The following build commands failed:<br>
&gt;&gt; BochsIA32Plugin:<br>
&gt;&gt;         CompileC build/BochsIA32Plugin.build/Release/BochsIA32Plugin.build/Objects-normal/i386/sqBochsIA32Plugin.o /Users/mariano/Pharo/VM/svnSqueakTree/cog/macbuild/BochsIA32Plugin/../../platforms/Cross/plugins/BochsIA32Plugin/sqBochsIA32Plugin.cpp normal i386 c++ com.apple.compilers.gcc.4_2<br>

&gt;&gt; (1 failure)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I attach also cog.log.<br>
&gt;&gt;<br>
&gt;&gt; Thanks for any help,<br>
&gt;&gt;<br>
&gt;&gt; Mariano<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><br>
</font></blockquote></div><br>