Keith,

I'll have a look.  My interest will probably be limited to Pharo; the
3.9 image is one of line of images I built to keep an eye on Squeak.  I
ended up looking at it today only because I knew I had the SSL sockets
working somewhere.  I'm surprised how easy it was to miss that the newer
attempts were incomplete.  That said, I think I now know what to look
for, and where to go for reference of what needs to be present.

Thanks,

Bill




Wilhelm K. Schwab, Ph.D.
University of Florida
Department of Anesthesiology
PO Box 100254
Gainesville, FL 32610-0254

Email: bsch...@anest.ufl.edu
Tel: (352) 273-6785
FAX: (352) 392-7029


>>> keith_hod...@yahoo.co.uk 12/19/2008 9:00:28 PM >>>
Bill Schwab wrote:
> Damien,
>
> Thanks for making the new image.  Is there a way to tell the image
to
> display walkbacks instead of going straight into the debugger?
>
> The new image seemed a nice excuse to play catch-up, which means
> getting a few things loaded.
>
> Seaside - I recalled discussion of it, and quckly stumbled onto a
> closed bug report about
>
>    ScriptLoader new universalInstaller universe install: 'Seaside'.
>
> That appears to work.  The cryptography team's work will be
important. 
> This gets weird fast.  I have a 3.9 image where it is installed
> correctly and works; I have very little idea how that happened.  My
> subsequent installation attempts appear not to be complete.
>
> SqueakMap appears to be going away in Pharo.  Replacing it appear to
be
> Installer, ScriptLoader, and maybe some of your tools to build the
> developer images.  Is there a clear correct way to install packages
now?
>  Put another way, if I make an attempt to sort out installing the
> cryptography and SSL classes in Pharo, how would recommend attacking
> it?
>
> Pharo is not even in beta yet, so no complaints, but I am missing
> something on how to go from a new core image to something that is
ready
> for use.
>
> Bill
>   
Hi Bill,

I maintain that your best bet for keeping all the balls in the air for
whatever target images that you have in mind will be Sake/Packages.

load:

Installer install: 'Packages'.

And have a look around. The Pharo class is already there if you need a
specialised install proceedure for pharo.

Keith





_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr 
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to