[BUG] SqueakMap 1.09 loading fails

Blaine Buxton blainebuxton at hotmail.com
Thu Oct 9 00:43:51 UTC 2003


Hello,
I was hoping if someone could help me or if I am doing something wrong. I 
downloaded a basic 3.6 image (build 5424) and using the 3.5.1 VM on Windows 
XP. So, here's my problem.
I start the basic image and the open the package loader. I then select the 
1.09 version of SqueakMap. I got a message not understood after it tells me 
that it's going to install support for Monticello, etc.

It looks like a missing semicolor on line 75 of the SqueakMap1.09.cs file:
SMSqueakMap default loadUpdates installPackageWithId: 
'047a3b12-7e52-4c5d-be8b-d06635fc4f1c';
		installPackageWithId: '73fb0862-5f49-4b90-b899-c0101335b7c5';
		installPackageWithId: 'af9d090d-2896-4a4e-82d0-c61cf2fdf40e'
		installPackageWithId: '66236497-7026-45f5-bcf6-ad00ba7a8a4e'.

Now, I kill my image and start up with a fresh image again. I change the 
SqueakMap1.09.cs file with the added semicolon:
SMSqueakMap default loadUpdates installPackageWithId: 
'047a3b12-7e52-4c5d-be8b-d06635fc4f1c';
		installPackageWithId: '73fb0862-5f49-4b90-b899-c0101335b7c5';
		installPackageWithId: 'af9d090d-2896-4a4e-82d0-c61cf2fdf40e';
		installPackageWithId: '66236497-7026-45f5-bcf6-ad00ba7a8a4e'.

I get further, BUT now it complains that it can not install Monticello 
because it got an object that wasn't a boolean.

Is there anything I'm doing wrong? I want my 3.6 image to work...=)

Thanks!
--
Blaine Buxton, Mad Scientist In Training
My Amps: Smalltalk, Lisp, and Ruby
http://www.blainebuxton.com

_________________________________________________________________
High-speed Internet access as low as $29.95/month (depending on the local 
service providers in your area). Click here.   https://broadband.msn.com



More information about the Squeak-dev mailing list