[UNIX][VM][Mac] Can't run Squeak-3.5-1devel VM under Mac OS/X

Ned Konz ned at bike-nomad.com
Sun Mar 30 20:43:45 UTC 2003


A couple of problems with Ian's latest Squeak-3.5-1devel sources and 
the Mac (using MacOS/X 10.2.4, Apple's December 2002 Developer 
tools):

* I get a "bus error" when compiling the ObjectiveC plugin. So I 
commented it out. (hope I don't need it).

* I can't run the resultant Squeak. I get a complaint (after 
installing it; the library path is compiled in):

$ ./squeak ../../Squeak.image
arg: ./squeak
arg: ../../Squeak.image
looking for module vm-display-null
ioFindExternalFunctionIn(display_null, -1):
  symbol not found: _display_null
squeak: loaded plugin 
`/usr/local/lib/squeak/3.5-1devel/vm-display-null.so'
displayModule 0x4e50b0 vm-display-null
vmName: ./squeak -> 
/Users/wordy/Desktop/Squeak-3.5-1devel/build/squeak
viName: ../../Squeak.image
documentName: (null)
fstat(4) => 0
image size 0 + heap size 20971520 (useMmap = 1073741824)
This interpreter (vers. 6502 cannot read image file (vers. 0
Hit CR to quit


Here's the "architecture" part of config.h:

#define	OS_TYPE "unix"

#define	VM_HOST "powerpc-apple-darwin6.4"
#define	VM_HOST_CPU "powerpc"
/* #undef	VM_HOST_VENDOR */
#define	VM_HOST_OS "darwin6.4"

#define	WORDS_BIGENDIAN 1
/* #undef	DOUBLE_WORD_ALIGNMENT */
/* #undef	DOUBLE_WORD_ORDER */

/* damage containment */

#define	DARWIN 1


Anyone have any ideas about this?

Thanks,
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list