Code::Blocks Forums

User forums => Help => Topic started by: bmateusz on August 26, 2010, 05:22:21 pm

Title: openSUSE 11.3 install problem
Post by: bmateusz on August 26, 2010, 05:22:21 pm
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:
Code
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:
Code
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?
Title: Re: openSUSE 11.3 install problem
Post by: stahta01 on August 26, 2010, 09:44:45 pm
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.
Title: Re: openSUSE 11.3 install problem
Post by: bmateusz on August 27, 2010, 03:35:47 am
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.