moose_suite_6_0-linux.zip unknown option: -plugins

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

moose_suite_6_0-linux.zip unknown option: -plugins

Ben Coman
I downloaded...
http://moosetechnology.org/res/download/moose_suite_6_0-linux.zip

Extracted and ran 'pharo' and got the error...
unknown option: -plugins

And indeed the Usage notes it should be --plugins

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

Re: moose_suite_6_0-linux.zip unknown option: -plugins

Tudor Girba-2
Thanks for testing it!

I do not have a Linux machine. Could you point me to what should be changed concretely?

Doru


> On Aug 28, 2016, at 3:22 PM, Ben Coman <[hidden email]> wrote:
>
> I downloaded...
> http://moosetechnology.org/res/download/moose_suite_6_0-linux.zip
>
> Extracted and ran 'pharo' and got the error...
> unknown option: -plugins
>
> And indeed the Usage notes it should be --plugins
>
> cheers -ben
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"We cannot reach the flow of things unless we let go."




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

Re: moose_suite_6_0-linux.zip unknown option: -plugins

Ben Coman
>> On Aug 28, 2016, at 3:22 PM, Ben Coman <[hidden email]> wrote:
>>
>> I downloaded...
>> http://moosetechnology.org/res/download/moose_suite_6_0-linux.zip
>>
>> Extracted and ran 'pharo' and got the error...
>> unknown option: -plugins
>>
>> And indeed the Usage notes it should be --plugins

On Sun, Aug 28, 2016 at 9:28 PM, Tudor Girba <[hidden email]> wrote:
> Thanks for testing it!
>
> I do not have a Linux machine. Could you point me to what should be changed concretely?

In   moose_suite_6_0-linux.zip/pharo   script change two lines...

exec "$LINUX/pharo" \
        -plugins "$LINUX" \
        -encoding utf8 \
        -vm-display-X11 \
        "$image"

==>

exec "$LINUX/pharo" \
        --plugins "$LINUX" \
        --encoding utf8 \
        -vm-display-X11 \
        "$image"

cheers -ben
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev