I started once again having bad luck compiling VMs....I did<br><br>git  clone git://<a href="http://gitorious.org/cogvm/blessed.git">gitorious.org/cogvm/blessed.git</a><br><br>then I download a PharoCore1.3 fresh and I evaluated:<br>
<br>Gofer new<br>squeaksource: &#39;MetacelloRepository&#39;;<br>package: &#39;ConfigurationOfCog&#39;;<br>load.<br>(ConfigurationOfCog project version: &#39;1.3&#39;) load<br><br>Gofer new<br>squeaksource: &#39;VMMaker&#39;;<br>
package: &#39;CMakeVMMaker&#39;;<br>load.<br><br><br>
Then I moved the image to /blessed/image<br><br>Then I evaluated:  CogMacOSConfig generateWithSources<br><br>And finally, cmake .<br><br>And I have this error:<br><br>In file included from /Users/mariano/bin/blessed/platforms/unix/vm/sqUnixThreads.c:18:<br>
/Users/mariano/bin/blessed/platforms/Cross/vm/sq.h:182: warning: ignoring #pragma auto_inline off<br>/Users/mariano/bin/blessed/platforms/Cross/vm/sq.h:184: warning: ignoring #pragma auto_inline on<br>Linking CXX executable CogVM.app/Contents/MacOS/CogVM<br>
Undefined symbols:<br>  &quot;_ifValidWriteBackStackPointersSaveTo&quot;, referenced from:<br>      _reportStackState in sqMacMain.c.o<br>      _reportStackState in sqMacMain.c.o<br>ld: symbol(s) not found<br>collect2: ld returned 1 exit status<br>
make[2]: *** [CogVM.app/Contents/MacOS/CogVM] Error 1<br>make[1]: *** [CMakeFiles/CogVM.dir/all] Error 2<br>make: *** [all] Error 2<br><br>any hints?<br><br>thanks<br><br>Mariano<br>