Code::Blocks Forums

User forums => Help => Topic started by: thomasxiao on August 10, 2007, 08:02:59 am

Title: Error when run CB on Ubuntu
Post by: thomasxiao on August 10, 2007, 08:02:59 am
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?
Title: Re: Error when run CB on Ubuntu
Post by: afb on August 10, 2007, 08:51:12 am
Recompile wxWidgets with --enable-unicode (the "u" above),
or rebuild Code::Blocks against your installed ANSI wxWidgets.