[squeak-dev] loading one mcz depending on another

Damien Cassou damien.cassou at gmail.com
Wed Jul 2 12:35:40 UTC 2008


On Wed, Jul 2, 2008 at 2:21 PM, cdrick <cdrick65 at gmail.com> wrote:
>> On Wed, Jul 2, 2008 at 1:58 PM, cdrick <cdrick65 at gmail.com> wrote:
>>> I need to load 2 mcz. The first need to be initialized before I load the second.
>>> I did a Package-all but it doesn't work (syntax error). The load order
>>> is ok, but I guess the initialization is done at the end... hence my
>>> problem
>>
>> I don't see how a syntax error could be related to MC. Have you tried
>> to load Package-1 alone then Package-2?
>
> Yes that way it works.
>
> It for Prolog. In some packages they are examples in Prolog syntax
> which need to use a different compiler. If I load all the packages,
> I've got a syntax error as it doesn't know how to compile the "prolog"
> methods. If I load first the compiler then packages with prolog
> syntax, then it's ok.

You might want to try with MC15, even without MCM. If you still have
the problem, send a mail to Keith and Matthew.


>> If you want MCM, install MC1.5.
>
> is it on 3.10.1  ?

No, I think you have to use Universe.

-- 
Damien Cassou
Peter von der Ahé: «I'm beginning to see why Gilad wished us good
luck». (http://blogs.sun.com/ahe/entry/override_snafu)



More information about the Squeak-dev mailing list