[VW] Generating the c-code

Alexandre Bergel bergel at iam.unibe.ch
Fri Aug 8 16:13:48 UTC 2003


Hello!

In the class Interpreter>>interpret, there is a call of #browserPluginInitialiseIfNeeded
but this method is implemented in InterpreterSimulator

When I generate the code as:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|cg|  
Interpreter initialize.  
ObjectMemory initialize. 
	GenerateBrowserPlugin := false. 
cg _ CCodeGenerator new initialize.  
cg addClass: Interpreter.  
cg addClass: ObjectMemory.  
cg storeCodeOnFile: '/home/godfroy/SqueakClassboxNewAlgo/Squeak-3.4-gamma1/src/vm/interp.c' doInlining: true  
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I cannot recompile the VM because there is some undefined symbol such as insufficientMemorySpecifiedError, or browserPluginInitialiseIfNeeded

Anyone could give me any clue?

Cheers,
Alexandre

PS: I am using the lastest release of the VM I could find (http://www-sor.inria.fr/~piumarta/squeak/devel-3.5/dist/Squeak-3.5-1devel.src.tar.gz)

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



More information about the Squeak-dev mailing list