You can have a look here for instructions for loading Moose in Linux:
I haven't used it on Linux myself; I am sending this mail to moos-dev list and there are people who are successfully using it on Linux. They may be able to suggest a better solution to the problem.
Usman
On Sat, Jan 7, 2012 at 8:09 AM, Julia Lawall <[hidden email]> wrote: I am having lots of problems loading moose on Linux (Ubuntu). The first three times, it got part of the way through, eg to ConfigurationOfMondrian, and then it would hang. Now I have tried two more times, and each time it crashes. The part of the crash dump that was still in my shell buffer is below. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
My students have also experienced some problems on Ubuntu. We upgraded the virtual machine and it works better. I am not with my laptop right now, anyone can tell where to get the vm? It would be cool to update the one click bundle as well Alexandre
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Usman Bhatti
It seems that one needs to follow the instructions given on moose website to correctly startup moose on Linux/Ubunto.
On Sat, Jan 7, 2012 at 11:07 AM, Julia Lawall <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by abergel
This could be a topic for the pharo mailing list rather than the moose one? (I mean is it related to not be able to run pharo?) Anyway, I am using pharo and moose on ubuntu (since 2009, which was ubuntu 9.10 I believe, I am now on ubuntu 11.10) and I have no big problem, apart from some minor keyboard issue like not being able to enter a quote (") for a long time ... it is corrected now. I am using the vm that comes with the one click image... One possibility that comes to my mind is whether you are using 64bits or 32 bits linux. I am on a 32 bits ... nicolas This is the script I use, it is slightly modified from the one in the one-click image. I have a virtual link from a "Moose-default" directory to whatever the latest version I downloaded. --- #!/bin/sh # path ROOT="/home/anquetin/Documents/RMod/Tools/Moose/Moose-default" LINUX="$ROOT/Contents/Linux" RESOURCES="$ROOT/Contents/Resources" if [ -z "$1" ] then IMAGE="$RESOURCES/Moose.image" else IMAGE="$1" fi # find the VM test -f "$LINUX/squeakvm" && VM="$LINUX/squeakvm" test -f "$LINUX/squeak" && VM="$LINUX/squeak" # icon gvfs-set-attribute \ "$0" \ "metadata::custom-icon" \ "file://$RESOURCES/Squeak.png" \ 2> /dev/null # execute exec "$VM" \ -plugins "$LINUX" \ -encoding latin1 \ -vm-display-X11 \ "$IMAGE" -- Nicolas Anquetil -- RMod team INRIA Lille Nord Europe _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Sun, 8 Jan 2012, Nicolas Anquetil wrote:
> > This could be a topic for the pharo mailing list rather than the moose one? > (I mean is it related to not be able to run pharo?) > > Anyway, I am using pharo and moose on ubuntu (since 2009, which was ubuntu > 9.10 I believe, I am now on ubuntu 11.10) and I have no big problem, apart > from some minor keyboard issue like not being able to enter a quote (") for a > long time ... it is corrected now. > > I am using the vm that comes with the one click image... > > One possibility that comes to my mind is whether you are using 64bits or 32 > bits linux. > I am on a 32 bits ... If I just start up moose using the link Alexandre sent, everything is fine. So it seems like a Pharo problem. julia > > nicolas > > > This is the script I use, it is slightly modified from the one in the one-click > image. I have a virtual link from a "Moose-default" directory to whatever the > latest version I downloaded. > > --- > #!/bin/sh > > # path > ROOT="/home/anquetin/Documents/RMod/Tools/Moose/Moose-default" > LINUX="$ROOT/Contents/Linux" > RESOURCES="$ROOT/Contents/Resources" > if [ -z "$1" ] > then > IMAGE="$RESOURCES/Moose.image" > else > IMAGE="$1" > fi > > > # find the VM > test -f "$LINUX/squeakvm" && VM="$LINUX/squeakvm" > test -f "$LINUX/squeak" && VM="$LINUX/squeak" > > > > # icon > gvfs-set-attribute \ > "$0" \ > "metadata::custom-icon" \ > "file://$RESOURCES/Squeak.png" \ > 2> /dev/null > > # execute > exec "$VM" \ > -plugins "$LINUX" \ > -encoding latin1 \ > -vm-display-X11 \ > "$IMAGE" > > > -- > Nicolas Anquetil -- RMod team > INRIA Lille Nord Europe > Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Usman Bhatti
For me, it should work without modification....The following method that you are using should carry out the desired functionality...
LinearFillColor: #counts within: rules; LinearFillColor: part should take as a parameter the count of a single rule. The within: part should take an array that contains all the counts of all your rules in the system... On Mon, Jan 9, 2012 at 4:50 PM, Julia Lawall <[hidden email]> wrote: I got some help from Damien Cassou, and he wrote the following code: _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Mon, Jan 9, 2012 at 11:24 PM, Julia Lawall <[hidden email]> wrote:
Yes. That is the reason. You can see a gradient of color for nodes with more data.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |