I'm also having this issue. I'm fairly new to Smalltalk and Pharo. I've used the Seaside One-click installer and don't remember there being issues with the System Browser there. I have tried running: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load. (ConfigurationOfOmniBrowser project latestVersion) load. and (ConfigurationOfOmniBrowser project version: #stable) load. And that seems to have a similar set of dependency issues. Also, when you dig into the version specs, it seems like it's grabbing #stable of ConfigurationOfOmniBrowser. I admin that I don't know enough about Metacello to know if that's just the version for the ConfigurationOfOmniBrowser or if it calls out the specific Monticello versions that it is supposed to be grabbing. It does seem like the #stable label would seem to be a moving target, though, and shouldn't necessarily be called out inside these package recipes. I'm new to this framework, but other systems that use auto-build and deployment delivery systems often seem to try and be very specific about the versions that are depended upon. Charles Monteiro wrote:
I downloaded the Pharo 1.3 one click.
I then attempted to load Seaside using the following mechanism:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load.
((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load.
It complained twice about some package dependencies i.e. related to RBxxx packages. I proceeded through both and it seemingly terminated fine. Seaside was loaded including the Seaside control panel. However, doing a right mouse over the leftmost panel (Categories) resulted in an MNU. Also stuff like syntax highlighting became inactive.
Is there a way to load the latest and greatest Seaside into Pharo 1.3 with "all" pre-req dependencies resolved ? i.e. how can I load Seaside clean ?
thanks in advance
-Charles
-- View this message in context: http://forum.world.st/Loading-Seaside-3-0-cripples-System-browser-tp3880813p... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.