[Vm-dev] Re: CMakeVMMaker patch

Sean P. DeNigris sean at clipperadams.com
Wed Jan 11 13:40:19 UTC 2012


Luc Fabresse wrote
> 
> It works for me probably because I still use snow leopard and xcode 4.2...
> 
If you upgraded from an earlier version of Xcode, gcc will remain on your
system; but fresh installs do not include it. I installed it from MacPorts
(see
http://forum.world.st/Xcode-no-longer-includes-gcc-tp4283855p4284100.html).


Luc Fabresse wrote
> 
>> > cmake -D CMAKE_C_COMPILER=gcc-4.2 -D CMAKE_CXX_COMPILER=g++-4.2 .
> 

After installing gcc, this line "worked" as shown in this output:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
where before is said unknown instead of GNU.

However, when I opened the project in Xcode, it was still using the default
compiler, and I had to manually change to gcc anyway.

--
View this message in context: http://forum.world.st/CMakeVMMaker-patch-tp4225050p4285415.html
Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list