Hi All,<div><br></div><div> @Igor, instead of modifiying your default system compiler you can load the patch attached here:</div><div><pre style="max-width:80em;padding-left:0.7em"><a href="http://forum.world.st/CMakeVMMaker-patch-tc4225050.html" rel="nofollow" style="font-family:arial,sans-serif;white-space:pre-wrap;font-size:14px;color:rgb(0,0,204)">http://forum.world.st/CMakeVMMaker-patch-tc4225050.html</a></pre>
<pre style="max-width:80em;padding-left:0.7em">It provides a CMakeConfig (CogMTCocoaIOSGCC42Config) which forces Gcc 4.2.</pre></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="font-size:14px;white-space:pre-wrap"><br>
</span></font></div><div>#Luc<br><br>
<br><br><div class="gmail_quote">2012/1/5 Sean P. DeNigris <span dir="ltr">&lt;<a href="mailto:sean@clipperadams.com">sean@clipperadams.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Igor Stasenko wrote<br>
<div class="im">&gt;<br>
&gt; ok, a little more progress..<br>
&gt; now it barks with undefined &#39;useTempMem&#39; symbol.<br>
&gt;<br>
<br>
</div>I got it to work with (from<br>
<a href="http://forum.world.st/compiling-B3DAcceleratorPlugin-on-Lion-td3704915.html" target="_blank">http://forum.world.st/compiling-B3DAcceleratorPlugin-on-Lion-td3704915.html</a>):<br>
#ifdef MAC_OS_X_VERSION_10_7<br>
<div class="im">#define useTempMem (1L &lt;&lt; 2) //This declaration is taken from old sdk<br>
definition.<br>
</div>#endif<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://forum.world.st/building-VM-on-lion-tp4266021p4266708.html" target="_blank">http://forum.world.st/building-VM-on-lion-tp4266021p4266708.html</a><br>
Sent from the Squeak VM mailing list archive at Nabble.com.<br>
</font></span></blockquote></div><br></div>