Hi, I've just written a small Installer-based script to install Seaside2.8 into Pharo image. Load the latest ScriptLoader from PharoInbox and do:
ScriptLoader loadSeaside Unfortunately, this crashed my unix VM 2 times with the following message: squeak: /home/piumarta/squeak/platforms/unix/vm/sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta >= 0' failed. Aborted Sometimes it works though. To make it work more reliably, I pass '-memory 512m' to the VM. -- Damien Cassou http://damiencassou.seasidehosting.st _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
