Re: Nearly there with wxEuphoria and wxIDE
- Posted by carolyn Jun 12, 2011
- 1533 views
Thank you for your prompt reply.
I was running them from the console - not IDE ones yet, just simple .ex ones to check everything was in order. I've got that sorted, I found PATH in /etc/environment and added all the relevant directories to that, so I can now run those files from the console. I also seem to have to use the full path name in any include statements.
I've gone on to a different problem now when trying to run wxIDE. I went into the wxIDE's src directory, opened up a terminal and typed "eui wxide.exw" and the IDE window opened up, but just as I was clicking to start a new project it vanished and I got the following error message:
/usr/share/euphoria/wxide-0.6.0/src/wxide.exw:959 in procedure check_file_modified() type_check failure, stat is -1 the_file = 1 stat = -1 reload = <no value>followed by a list of the procedures it was called from.
Do you know what might be causing that?