<br><div class="gmail_quote">2012/1/11 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>
Luc Fabresse wrote<br>
<div class="im">&gt;<br>
&gt; It works for me probably because I still use snow leopard and xcode 4.2...<br>
&gt;<br>
</div>If you upgraded from an earlier version of Xcode, gcc will remain on your<br>
system; but fresh installs do not include it. I installed it from MacPorts<br>
(see<br>
<a href="http://forum.world.st/Xcode-no-longer-includes-gcc-tp4283855p4284100.html" target="_blank">http://forum.world.st/Xcode-no-longer-includes-gcc-tp4283855p4284100.html</a>).<br></blockquote><div><br></div><div>ok.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
<br>
Luc Fabresse wrote<br>
&gt;<br>
&gt;&gt; &gt; cmake -D CMAKE_C_COMPILER=gcc-4.2 -D CMAKE_CXX_COMPILER=g++-4.2 .<br>
&gt;<br>
<br>
</div>After installing gcc, this line &quot;worked&quot; as shown in this output:<br>
-- The C compiler identification is GNU<br>
-- The CXX compiler identification is GNU<br>
where before is said unknown instead of GNU.<br>
<br>
However, when I opened the project in Xcode, it was still using the default<br>
compiler, and I had to manually change to gcc anyway.<br></blockquote><div><br></div><div>yes that is normal.</div><div><br></div><div>I think that now you can use my CMakeVMMakerConfig which forces gcc42.</div><div><span class="Apple-style-span">And if you generate the xcode project file from it</span><span class="Apple-style-span">, it should use gcc42 directly.</span></div>
<div><br></div><div>Luc </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://forum.world.st/CMakeVMMaker-patch-tp4225050p4285415.html" target="_blank">http://forum.world.st/CMakeVMMaker-patch-tp4225050p4285415.html</a><br>
</font></span><div class="HOEnZb"><div class="h5">Sent from the Squeak VM mailing list archive at Nabble.com.<br>
</div></div></blockquote></div><br>