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
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 btc@openInWorld.com 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 Moose-dev@list.inf.unibe.ch 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."
On Aug 28, 2016, at 3:22 PM, Ben Coman btc@openInWorld.com 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 tudor@tudorgirba.com 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