Hi All,

 @Igor, instead of modifiying your default system compiler you can load the patch attached here:
http://forum.world.st/CMakeVMMaker-patch-tc4225050.html
It provides a CMakeConfig (CogMTCocoaIOSGCC42Config) which forces Gcc 4.2.

#Luc



2012/1/5 Sean P. DeNigris <sean@clipperadams.com>


Igor Stasenko wrote
>
> ok, a little more progress..
> now it barks with undefined 'useTempMem' symbol.
>

I got it to work with (from
http://forum.world.st/compiling-B3DAcceleratorPlugin-on-Lion-td3704915.html):
#ifdef MAC_OS_X_VERSION_10_7
#define useTempMem (1L << 2) //This declaration is taken from old sdk
definition.
#endif

--
View this message in context: http://forum.world.st/building-VM-on-lion-tp4266021p4266708.html
Sent from the Squeak VM mailing list archive at Nabble.com.