Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Maxx++ on November 02, 2010, 02:17:22 pm

Title: Problems with CodeBlocks on OpenSuse 11.3
Post by: Maxx++ 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.
Title: Re: Problems with CodeBlocks on OpenSuse 11.3
Post by: Biplab on November 02, 2010, 03:12:33 pm
C::B seems crashing. You can run under GDB to see what's happening.
Title: Re: Problems with CodeBlocks on OpenSuse 11.3
Post by: Loaden on November 02, 2010, 03:34:17 pm
Trying run CB in shell, and post the log in here.
Title: Re: Problems with CodeBlocks on OpenSuse 11.3
Post by: Maxx++ 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
Title: Re: Problems with CodeBlocks on OpenSuse 11.3
Post by: oBFusCATed 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...
Title: Re: Problems with CodeBlocks on OpenSuse 11.3
Post by: Maxx++ on November 02, 2010, 07:57:17 pm
Thanks a lot!
I'll try