News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Error when run CB on Ubuntu

Started by thomasxiao, August 10, 2007, 08:02:59 AM

Previous topic - Next topic

thomasxiao

codeblocks: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory

but I have wx2.8.4 installed!
thomas@Thomas:/usr/bin$ wx-config --version
2.8.4

in the /usr/locla/bin
these are wx lib2.8.4
i  have libwx_gtk2_aui-2.8.so.0     not   ibwx_gtk2u_aui-2.8.so.0

so what can I do?

afb

Recompile wxWidgets with --enable-unicode (the "u" above),
or rebuild Code::Blocks against your installed ANSI wxWidgets.