Author Topic: openSUSE 11.3 install problem  (Read 4840 times)

Offline bmateusz

  • Single posting newcomer
  • *
  • Posts: 4
openSUSE 11.3 install problem
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: openSUSE 11.3 install problem
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline bmateusz

  • Single posting newcomer
  • *
  • Posts: 4
Re: openSUSE 11.3 install problem
« Reply #2 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.