Could not open wxEuphoria library. Press enter to abort.
- Posted by Jerry Story <story.jerry at gm?i?.com> Jul 18, 2007
- 576 views
What are the possible explanations for this error? Could not open wxEuphoria library. Press enter to abort. 1. Does libwxeu.so exist? Yup. 2. Is the name spelled right? Yup. if platform() = LINUX then wxWidgets = open_dll( "libwxeu.so" ) 3. Is libwxeu.so where open_dll() can find it? It is in /usr/local/lib Would open_dll() find it in a different place? 4. Was ld_config done on /usr/local/lib? Yup. sudo ld_config /usr/local/lib 5. Is there a permissions problem? Doesn't seem to be when I check properties of libwxeu.so All users can read and write. 6. Does something need to be done so that open_dll() can find files? Beats me. 7. 8. Are there any other possibilities?