Re: problem installing in Linux Mint
- Posted by silvercoon Jun 17, 2010
- 2838 views
PATH=$PATH:/usr/share/euphoria/bin export PATH EUDIR=/usr/share/euphoria
Don't you need to EXPORT the EUDIR symbol as well?
PATH=$PATH:/usr/share/euphoria/bin export PATH EUDIR=/usr/share/euphoria export EUDIR
I think I've figured it out. I recalled reading somewhere that you can navigate to a folder where a program is installed, R-click inside the window of the program you want to run, then 'Open in Terminal'. I was running the terminal from the start menu.
So far, the programs in the default install seem to work (that I've tried), except for 'guru'. Also, the few games I've been able to find still won't run. I'm not sure what folder to put them in so Euphoria can detect them.
<quote> mattlewis I think that guru has been broken for some time, and was just recently (early May) fixed in svn, which explains the error you're seeing.
Is guru really fixed? $ eui guru (from BIN) Can't create error message file: ex.err
The patience from all who responded is greatly appreciated. Thank you.