On 26 August 2011 14:45, Sean P. DeNigris <
[hidden email]> wrote:
>
> After these steps:
> 1. Fresh Pharo 1.3 image
> 2. MetacelloRepository ConfigurationOfCog
> 3. ConfigurationOfCog project latestVersion load.
please, do not use #latestVersion for loading a configuration.
Because it may load different versions of packages which may not fit
with each other,
and with source code you using.
This option is good for developers who knowing what they do :)
Choose the last available configuration which is proven to work, like:
(ConfigurationOfCog project version: 'x.y') load
@others:
we discussed these errors with Sean and they are solved.
--
Best regards,
Igor Stasenko AKA sig.