Re: Could not open wxEuphoria library.

new topic     » goto parent     » topic index » view thread      » older message » newer message
Jerry_Story said...

In /usr/local/lib I have
libwxeu.so
libwxeu.so.12
libwxeu.so.13

Correction: I have wxeu.so instead of libwxeu.so

ghaberek said...

Make sure your paths are updated...

$ cd /usr/local/lib 
$ sudo ldconfig 

Done that.

said...


Also, check your dependancies...

$ cd /usr/local/lib 
$ ldd libwxeu.so 

It doesn't do anything with libwxeu.so but it works with libwxeu.so.13 and that seems to be okay.

said...


Then run a test on the library manually...

include dll.e 
 
atom libwxeu 
 
    libwxeu = open_dll( "/usr/local/lib/libwxeu.so" ) 
    if libwxeu = -1 then 
        puts( 2, "open_dll() failed!\n" ) 
    end if 


-Greg

This test passed. I added
else puts(1, "success! \n")

I'm still getting
Could not open wxEuphoria library. Press enter to abort.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu