link errors on building new VM

Ned Konz ned at squeakland.org
Sun Mar 6 22:13:20 UTC 2005


On Sunday 06 March 2005 9:47 am, Martin Kuball wrote:
> I thought might try to compile myself a new VM. So I downloaded
> revision 954 from
> http://squeak.hpl.hp.com/svn/squeak/trunk/platforms,  installed
> VMMaker 3.8.b2B into a fresh 3.8g image, created the interpreter
> stuff and compiled it. I found the following errors:
>
> interpreter.c uses getImageName, wich is nowhere implemented. Changing
> this back to using the variable imageName seems to work.
>
> in sqUnixEvent.c are references to recordMouseEvent.reserved2,
> recordKeyboardEvent.reserved3 and sqDragDropFilesEvent.reserved1.
> These variables do not exist in the record structures defined in
> sq.h. Removing the offending code in sqlUnixEvent.c seems to work.

Try applying the following changes (which I will commit to the repository as
soon as I can figure out how to get permission to do so).

--
Ned Konz
http://bike-nomad.com/squeak/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unixVM.diff
Type: text/x-diff
Size: 2514 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20050306/1448a78d/unixVM.bin


More information about the Vm-dev mailing list