I've been trying to install Magma in Pharo, but have had absolutely no luck. This is the stuff I've tried so far:
- Installing with Monticello from
squeaksource.com/MagmaTester
-- Syntax error in MaObjectSerializer >> setUpClassDefinitionProcessing. - Installing from Universe -- the image hangs, apparently getting stuck in an infinite redirect loop while trying to hit
installer.pbwiki.com/f/mc15.st
. - Installing LPF directly with
HTTPSocket httpFileIn: 'ftp.squeak.org/3.11/bob/LPF.st'
-- I get a syntax error, because apparently one of the Installer files is in Unicode (or at least each character is unexpectedly double-wide).
Has anyone had any luck with this?