Missing dependencies in Moose

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing dependencies in Moose

Alexandre Bergel
Hi!

I wanted to load the last version of Moose to try Cyrille code, but I  
bumped into:

This package depends on the following classes:
   MAMatrix
   MAVector
   MASymetricMatrix
You must resolve these dependencies before you will be able to load  
these definitions:
   DudeBooleanMatrix
   DudeBooleanSymetricMatrix
   DudeBooleanVector


Select Proceed to continue, or close this window to cancel the  
operation.
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Missing dependencies in Moose

cdelaunay
I just tried from a fresh pharo image (ConfigurationOfMoose loadDefault) and it worked

2010/3/10 Alexandre Bergel <[hidden email]>
Hi!

I wanted to load the last version of Moose to try Cyrille code, but I bumped into:

This package depends on the following classes:
 MAMatrix
 MAVector
 MASymetricMatrix
You must resolve these dependencies before you will be able to load these definitions:
 DudeBooleanMatrix
 DudeBooleanSymetricMatrix
 DudeBooleanVector


Select Proceed to continue, or close this window to cancel the operation.
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Missing dependencies in Moose

Tudor Girba
I guess that Alex tried to update an existing image. This does not  
work because of the superclass renaming (MO prefix into MA).

Cheers,
Doru



On 10 Mar 2010, at 16:39, Cyrille Delaunay wrote:

> I just tried from a fresh pharo image (ConfigurationOfMoose  
> loadDefault) and it worked
>
> 2010/3/10 Alexandre Bergel <[hidden email]>
> Hi!
>
> I wanted to load the last version of Moose to try Cyrille code, but  
> I bumped into:
>
> This package depends on the following classes:
>  MAMatrix
>  MAVector
>  MASymetricMatrix
> You must resolve these dependencies before you will be able to load  
> these definitions:
>  DudeBooleanMatrix
>  DudeBooleanSymetricMatrix
>  DudeBooleanVector
>
>
> Select Proceed to continue, or close this window to cancel the  
> operation.
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"What we can governs what we wish."



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Missing dependencies in Moose

Alexandre Bergel
In reply to this post by cdelaunay
Ok, I try again.
I might have used a wrong version of ConfigurationOfMoose. Sorry about  
this.

Alexandre


On 10 Mar 2010, at 12:39, Cyrille Delaunay wrote:

> I just tried from a fresh pharo image (ConfigurationOfMoose  
> loadDefault) and it worked
>
> 2010/3/10 Alexandre Bergel <[hidden email]>
> Hi!
>
> I wanted to load the last version of Moose to try Cyrille code, but  
> I bumped into:
>
> This package depends on the following classes:
>  MAMatrix
>  MAVector
>  MASymetricMatrix
> You must resolve these dependencies before you will be able to load  
> these definitions:
>  DudeBooleanMatrix
>  DudeBooleanSymetricMatrix
>  DudeBooleanVector
>
>
> Select Proceed to continue, or close this window to cancel the  
> operation.
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Missing dependencies in Moose

Alexandre Bergel
In reply to this post by Tudor Girba
> I guess that Alex tried to update an existing image. This does not  
> work because of the superclass renaming (MO prefix into MA).

Indeed

Alexandre

>
> Cheers,
> Doru
>
>
>
> On 10 Mar 2010, at 16:39, Cyrille Delaunay wrote:
>
>> I just tried from a fresh pharo image (ConfigurationOfMoose  
>> loadDefault) and it worked
>>
>> 2010/3/10 Alexandre Bergel <[hidden email]>
>> Hi!
>>
>> I wanted to load the last version of Moose to try Cyrille code, but  
>> I bumped into:
>>
>> This package depends on the following classes:
>> MAMatrix
>> MAVector
>> MASymetricMatrix
>> You must resolve these dependencies before you will be able to load  
>> these definitions:
>> DudeBooleanMatrix
>> DudeBooleanSymetricMatrix
>> DudeBooleanVector
>>
>>
>> Select Proceed to continue, or close this window to cancel the  
>> operation.
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "What we can governs what we wish."
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev