Missing routines for 3.0 Unix VM: what's the status?

Raab, Andreas Andreas.Raab at disney.com
Wed Feb 7 22:29:58 UTC 2001


Ned,

The easiest way to deal with it is as follows:

* take out the SecurityPlugin and the drop plugin from the list of builtin
modules in Interpreter class - this gets rid of all the drop related and
several of the security related undefined symbols
* define DISABLE_SECURITY when compiling - this gets rid of all the
remaining undefined security related symbols
* stub out
	dir_GetMacFileTypeAndCreator (return 1)
	ioDisablePowerManager (return 1)
	ioGetNextEvent (primitiveFail)
	ioScreenDepth (primitiveFail)
	ioSetInputSemaphore (primitiveFail)
	snd_SetVolume (return 1)
	snd_Volume (return 1)
	sqImageFileStartLocation (return 0)
* implement
	sqFileFlush as "fflush(file)"

and compile. Should work.

Cheers,
  - Andreas





More information about the Squeak-dev mailing list