When you see messages complaining about missing dependencies you have to be aware that things are not likely to be functional when the load finishes ...��
Yes, Dale, I understand that. I was only hoping it was stuff I didn't care about :). ��I have to say that every time I decide to play with Squeak I almost invariably have been unlucky and I encounter pre-req issues. Need to play with it more , I'm sure I don't have a properly large sample set to make any conclusions.
Anywho, let me be more detailed :
Indeed, we are dealing with 3.0.6��
First pre-req error:
After proceeding thru error, second pre-req error:
and for those that care, the pre-req loading issues have for one affected the browser so:
re: Seaside
I was able to setup an adaptor ��thru the Seaside control panel , and confirmed I could get to it via a browser , Seaside counter app worked fine. I'm also able to pop a class browser thru Seaside.
Let me know what I should do ��, thanks
-Charles
��
On Fri, Oct 7, 2011 at 12:04 AM, Dale Henrichs [via Smalltalk]
<[hidden email]> wrote:
Charles,
I seem to remember that there was an issue revolving around latestVersion, so out of curiosity what is the result of printing:
�� ((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion)
If it is not 3.0.6 then try an explicit load of version 3.0.6...
�� ((Smalltalk at: #ConfigurationOfSeaside30) project version: '3.0.6') load
If it is 3.0.6 then that is curious because when 3.0.6 was released it loaded cleanly into Pharo 1.3 (that was current at the time) .... Presumably the configurations have changed since then in such a way to break the Seaside load on Pharo1.3 ... I looked on the Pharo Jenkins server but apparently Pharo1.3 is no longer tested? So it's not possible to tell when the problem might have been introduced...
When you see messages complaining about missing dependencies you have to be aware that things are not likely to be functional when the load finishes ...
I think there have been some recent issues with the RFB configuration so presumably all of the problems haven't been ironed out yet.
Dale
----- Original Message -----
| From: "Charles Monteiro" <[hidden email]>
| To: [hidden email]
| Sent: Thursday, October 6, 2011 8:01:24 PM
| Subject: [Pharo-users] Loading Seaside 3.0 cripples System browser
|
| 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-tp3880813p3880813.html
| Sent from the Pharo Smalltalk Users mailing list archive at
| Nabble.com.
|
|
To unsubscribe from Loading Seaside 3.0 cripples System browser,
click here.
--
Charles A. Monteiro
www.monteirosfusion.com
sent from the road
View this message in context: Re: Loading Seaside 3.0 cripples System browser
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.