Author Topic: Problems with CodeBlocks on OpenSuse 11.3  (Read 6381 times)

Offline Maxx++

  • Single posting newcomer
  • *
  • Posts: 3
Problems with CodeBlocks on OpenSuse 11.3
« on: November 02, 2010, 02:17:22 pm »
Hallo!
Sorry for my English. Probably I'm not so smart. I've tried to install CodeBlocks on Opensuse 11.3. All ok, but when I launch Codeblocks (last release, for OpenSuse 11.2) only a splash screen appears for just a second, nothing else. Someone knows if it's a problem with the opensuse 11.3 or is it something wrong that I'm doing?
Thanks.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Problems with CodeBlocks on OpenSuse 11.3
« Reply #1 on: November 02, 2010, 03:12:33 pm »
C::B seems crashing. You can run under GDB to see what's happening.
Be a part of the solution, not a part of the problem.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: Problems with CodeBlocks on OpenSuse 11.3
« Reply #2 on: November 02, 2010, 03:34:17 pm »
Trying run CB in shell, and post the log in here.

Offline Maxx++

  • Single posting newcomer
  • *
  • Posts: 3
Re: Problems with CodeBlocks on OpenSuse 11.3
« Reply #3 on: November 02, 2010, 04:23:33 pm »
hope i've done what you've asked me.

This is the message, that I don't understand. Perhaps 'cause I'm italian! :D

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

 Thanks

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Problems with CodeBlocks on OpenSuse 11.3
« Reply #4 on: November 02, 2010, 05:55:17 pm »
The C::B you're trying to install is compiled with different wxGTK, from the one you have on your system.
You've 2 options:
1. Build C::B from source
2. Or search for the correct packages...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Maxx++

  • Single posting newcomer
  • *
  • Posts: 3
Re: Problems with CodeBlocks on OpenSuse 11.3
« Reply #5 on: November 02, 2010, 07:57:17 pm »
Thanks a lot!
I'll try