codeblocks is really cool. But I failed to install it on my ubuntu 8.04.1
Here is what I have done.
1) After I download&install the binary files("codeblocks_8.02-0ubuntu1.deb.tar.gz"),
when I run it, it reports
"codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _ZN12wxStringBaseC2Ejw, version WXU_2.6 not defined in file libwx_baseu-2.6.so.0 with link time reference"
2) if I compile the source code("codeblocks-8.02-src.tar.bz2"), it fails at the link stage.
error messages are "/codeblocks-8.02/src/src/startherepage.cpp:109: undefined reference to `wxString::Printf(wchar_t const*, ...)'"
"collect2: ld returned 1 exit status"
BTW, I have compiled all 8 configurations of wxgtk 2.8.(unicode/ansi, debug/release, static/dynamic)
Can somebody kindly help me?