[Vm-dev] building VM on lion

Igor Stasenko siguctua at gmail.com
Thu Jan 5 16:39:55 UTC 2012


ok, a little more progress..
now it barks with undefined 'useTempMem' symbol.

the problem i see that it is present in ios sources,
but not in mac os..

fgrep -r useTempMem *
Mac OS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.c:			qdErr =
NewGWorld(&renderer->gWorld, (short) renderer->depth, &rect, NULL,
NULL, useTempMem);
Mac OS/plugins/PrintJobPlugin/sqMacPrinting.c:
NewGWorld(&aGWorld, printJob->depth, &srcRect, stColorTable, NULL,
keepLocal+useTempMem);
iOS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.c:#define useTempMem (1L
<< 2) //This declaration is taken from old sdk definition.
iOS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.c:			qdErr =
NewGWorld(&renderer->gWorld, (short) renderer->depth, &rect, NULL,
NULL, useTempMem);

maybe i should stop trying to build carbon verison of vm..
and use cocoa instead.

the problem that cocoa version builds ok, but it crashing immediately
when opening an image :(

-- 
Best regards,
Igor Stasenko.


More information about the Vm-dev mailing list