[Vm-dev] Re: building VM on lion

Sean P. DeNigris sean at clipperadams.com
Thu Jan 5 19:29:00 UTC 2012


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.


More information about the Vm-dev mailing list