|
From: Andreas R. <and...@gm...> - 2005-03-06 19:57:17
|
As always, if people grab the code hot off the press they should EXPECT it to break. There are plenty of places to grab KNOWN TO WORK tar balls, zip files etc. - I don't see any reason to respond to anyone's individual complaints. You want the latest stuff? You get it. Don't complain that you got what you wanted. If you want stable, known-to-work configuration use the ones that are released or wait for the next release (which will as surely come as the next spring). Cheers, - Andreas ----- Original Message ----- From: "Ned Konz" <ne...@sq...> To: "The general-purpose Squeak developers list" <squ...@li...> Cc: <squ...@li...> Sent: Sunday, March 06, 2005 2:39 PM Subject: [Squeak-VMdev] Re: link errors on building new VM > 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. > > Looks like we need to bring the Unix code up to date with the more recent > changes. > > Specifically, the changes to sq.h that were made for host window support > are > the ones that have caused the problems you describe. And we could add a > getImageName() to the Unix VM as well. > > The reserved fields are now used to pass a windowIndex up to the image. > And, > umm, I haven't done that yet. > > -- > Ned Konz > http://bike-nomad.com/squeak/ > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Squeak-VMdev mailing list > Squ...@li... > https://lists.sourceforge.net/lists/listinfo/squeak-vmdev > |