trying to build VM for Win32

Andrew Tween amtween at hotmail.com
Sat Sep 16 15:29:54 UTC 2006


Hi Bryce and all,
I am trying to build an Exupery VM for Win32.

Question 1. - has anyone successfully done this?

Question 2. - I get this error when compiling -

gnu-interp.c: In function `exuperySetupMessageSend':
gnu-interp.c:4567: `foo' undeclared (first use in this function)

Looking at the corresponding method in Interpreter, I see...

   [(receiverClass < youngStart and: [picPosition ~= 0]) ifTrue:
    [self cCode: '*(int *) (picPosition + 12) = foo->receiverClass'

What is 'foo' ? Does this give any hints to what I am doing wrong?
I am using
    3.8-6665full.image,
    VMMaker-wbk.35, (I installed this first)
    Exupery-wbk.195 (it also fails with .197),
    I got the vm source from http://squeakvm.org/svn/squeak/tags/unix-3.7-7
    and I installed the files from
http://www.kampjes.demon.co.uk/vms/exuperyVMFiles.tz

Cheers,
Andy






More information about the Exupery mailing list