Thanks to both. Indeed, you were right. I was following Igor&#39;s slides for Deep Smalltalk and he was using version 1.3<br><br>Now, I have a couple of questions:<br><br>1) Who commits to the blessed Cog repo?<br><br>2) The guy that does 1) also takes care of updating ConfigurationOfCog ?<br>
<br>So, what I want to know is , if I always download the latest from git, and the late version of ConfigurationOfCog, the VM should &quot;compile and works&quot;, shouldn&#39;t it ?<br>REALLY having the platform code in sync with ConfigurationOfCog is something what I would love to have. So far seems to work :)<br>
<br>Cheers<br><br>Mariano<br><br><br><br><div class="gmail_quote">On Wed, Mar 30, 2011 at 3:26 AM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com">siguctua@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;">
<div class="im"><br>
On 29 March 2011 23:28, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I started once again having bad luck compiling VMs....I did<br>
&gt;<br>
&gt; git  clone git://<a href="http://gitorious.org/cogvm/blessed.git" target="_blank">gitorious.org/cogvm/blessed.git</a><br>
&gt;<br>
&gt; then I download a PharoCore1.3 fresh and I evaluated:<br>
&gt;<br>
&gt; Gofer new<br>
&gt; squeaksource: &#39;MetacelloRepository&#39;;<br>
&gt; package: &#39;ConfigurationOfCog&#39;;<br>
&gt; load.<br>
&gt; (ConfigurationOfCog project version: &#39;1.3&#39;) load<br>
&gt;<br>
</div>Use LoadVMMaker.st which is in codegen-scripts directory.<br>
It should load 1.5 version.<br>
<div><div></div><div class="h5"><br>
&gt; Gofer new<br>
&gt; squeaksource: &#39;VMMaker&#39;;<br>
&gt; package: &#39;CMakeVMMaker&#39;;<br>
&gt; load.<br>
&gt;<br>
&gt;<br>
&gt; Then I moved the image to /blessed/image<br>
&gt;<br>
&gt; Then I evaluated:  CogMacOSConfig generateWithSources<br>
&gt;<br>
&gt; And finally, cmake .<br>
&gt;<br>
&gt; And I have this error:<br>
&gt;<br>
&gt; In file included from /Users/mariano/bin/blessed/platforms/unix/vm/sqUnixThreads.c:18:<br>
&gt; /Users/mariano/bin/blessed/platforms/Cross/vm/sq.h:182: warning: ignoring #pragma auto_inline off<br>
&gt; /Users/mariano/bin/blessed/platforms/Cross/vm/sq.h:184: warning: ignoring #pragma auto_inline on<br>
&gt; Linking CXX executable CogVM.app/Contents/MacOS/CogVM<br>
&gt; Undefined symbols:<br>
&gt;   &quot;_ifValidWriteBackStackPointersSaveTo&quot;, referenced from:<br>
&gt;       _reportStackState in sqMacMain.c.o<br>
&gt;       _reportStackState in sqMacMain.c.o<br>
&gt; ld: symbol(s) not found<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; make[2]: *** [CogVM.app/Contents/MacOS/CogVM] Error 1<br>
&gt; make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2<br>
&gt; make: *** [all] Error 2<br>
&gt;<br>
&gt; any hints?<br>
&gt;<br>
&gt; thanks<br>
&gt;<br>
&gt; Mariano<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Best regards,<br>
Igor Stasenko AKA sig.<br>
</font></blockquote></div><br>