Re: Nearly there with wxEuphoria and wxIDE
- Posted by ghaberek (admin) Jun 12, 2011
- 1591 views
carolyn said...
So I finally got through configure, make and make install. Now all I've got to do is get Bash to stop telling me it can't open the file when I try to run a program. Is that because I have to add the Euphoria directories to PATH? I seem to recall having to do that before. If so, please could someone just remind me how to do that. I went into .profile and found the line: PATH="$HOME/bin:$PATH". Where in that string do I insert the extra directories?
Are you just trying to double-click on the .exw files and run them? Try running them from the console instead:
$ eui aui.exw
-Greg