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

openSUSE 11.3 install problem

Started by bmateusz, August 26, 2010, 05:22:21 PM

Previous topic - Next topic

bmateusz

Hi!
I installed suse 11.3 64bit with KDE. One of the first programs i installed was cb.
When I start it, nothing happens. Konsole says:
bmateusz@linux-jawa:~> codeblocks
codeblocks: relocation error: /usr/lib/libcodeblocks.so.0: symbol _Z18wxSafeConvertWX2MBPKw,
version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference

When starting with -d, it seems to work, but it says:
Scanning for plugins in /usr/lib/codeblocks/plugins
/usr/lib/codeblocks/plugins/libdebugger.so: not loaded (missing symbols?)
/usr/lib/codeblocks/plugins/libcompiler.so: not loaded (missing symbols?)

I installed it from codeblocks.org. Can someone help me out? What library should I install?

stahta01

IIRC, The wxWidgets was too old or not compiled with the right options.

I think wxWidgets 2.8.5 or newer is required for C::B 10.05; the exact minimum version is not known to me.
But, my attempts to use wxWidgets 2.8.4 stopped working several months ago under Windows.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

bmateusz

Thanks! Now it works.
But it's very doubtful, YaST sais no wxWidgets were installed. Then how did it start at all?? (in debug)

But the fix for the future:
install wxWidgets from Packman repository, then it works.