[Vm-dev] building VM on lion

Esteban Lorenzano estebanlm at gmail.com
Thu Jan 5 16:54:05 UTC 2012


yes... I just downloaded a ConfigurationOfCog v3.7, built and everything is working fine here...
did you redirect gcc link from llvm to gcc?

best,
Esteban

El 05/01/2012, a las 1:39p.m., Igor Stasenko escribió:

> 
> 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