On a new Pharo-1.2.2-12353 image I did:
Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamour';
load.
(ConfigurationOfGlamour project version: '2.1') load.
and get the following warning:
You must resolve these dependencies before you will be able to load these
definitions:
SubscriptionRegistry>>hasHandlerFor:
SubscriptionRegistry>>lookFor:
SubscriptionRegistry>>lookFor:ifNone:
SubscriptionRegistry>>unsubscribeForEvent:
The examples do load, so it seems to work.
Should I worry about SubscriptionResgistry?
Thanks!
On Fri, Jul 15, 2011 at 12:45, Tudor Girba <tudor(a)tudorgirba.com> wrote:
You can try loading version '2.1' from the
ConfigurationOfGlamour.
Cheers,
Doru
On 15 Jul 2011, at 08:25, Alex Schenkman wrote:
Thank you Doru!
Which version should I load on Pharo 1.2.2?
Is there a way to look this for myself?
Thanks again.
On Wed, Jul 13, 2011 at 17:07, Tudor Girba <tudor(a)tudorgirba.com> wrote:
You need the latest Pharo 1.3 to load the default version.
Cheers,
Doru
On 13 Jul 2011, at 17:05, Alex Schenkman wrote:
> I sent the mail below before I was subscribed to the list.
> Sorry if you get it twice.
>
> ---------- Forwarded message ----------
> From: Alex Schenkman <alex(a)schenkman.info>
> Date: Wed, Jul 13, 2011 at 17:00
> Subject: Which Pharo version do I need for loading Glamour?
> To: moose-dev <moose-dev(a)iam.unibe.ch>
>
>
> Hi list,
>
> Loading Glamour on Pharo 1.2.2-12353 gives me the following warning:
>
> This package depends on the following classes:
> SubscriptionRegistry
> You must resolve these dependencies before you will be able to load
these
definitions:
>
SubscriptionRegistry>>glmSubscriptions
>
> I did:
>
>
> Gofer new
> squeaksource: 'Glamour';
> package: 'ConfigurationOfGlamour';
> load.
> (Smalltalk at: #ConfigurationOfGlamour) perform: #loadDefault
>
> Proceeding gives more warnings:
> This package depends on the following classes:
> SubscriptionRegistry
> You must resolve these dependencies before you will be able to load
these
definitions:
SubscriptionRegistry>>hasHandlerFor:
SubscriptionRegistry>>lookFor:
SubscriptionRegistry>>lookFor:ifNone:
SubscriptionRegistry>>unsubscribeForEvent:
Proceeding loads but fails executing: GLMBasicExamples open
Thanks!
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Value is always contextual."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Speaking louder won't make the point worthier."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev