User forums > Using Code::Blocks

error starting codeblocks under suse 10.3 x86_64

(1/2) > >>

frithjofh:
Hello everybody,

recently I get the following error message when I try to start codeblocks in a console:

codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference

the OS is SuSE 10.3 x86_64 out of the box and codeblocks 8.02 frome the binary download page of codeblocks home. wxWidgets is installed as 2.8.7 somewhat.

I don't understand the message very well, also I'm almost sure, that it still worked about a month ago and I'm not conscious having changed anything in the OS but maybe an update via YaST. codeblocks doesn't even start or show anything ...

Please help, regards

nausea

ASJ:
You could try installing the svn build of "TuxKeeper" from http://software.opensuse.org/search
If you use the 1-click install option a possible needed upgrades of packages will be performed automatically. This should give you working (newer version of) Codeblocks I think. (but no guarantees... :))

mariocup:
Hi nausea,

I think the problem is caused that your installation of WX is compile without unicode support. So I suggest to download the wxwidgets source code and to configure it with


--- Code: ---./configure --enable-unicode
make
make install (root)

--- End code ---

Be aware to remove the old files before installing the new ones.

Bye,

Mario

frithjofh:
Hi and thanks for the answers,

I tried it out and compiled wxWidgets from source with the unicode enabled option: still the same error message using the 8.02 codeblocks package on suse 10.3 x86_64 ...

will have to try something else

greetings

nausea

mariocup:
Hi nausea,

did you uninstall the original wxWidgets package before installing the new one or did you install both versions (with and without unicode support)? Please search in Yast if wxWidgets package is still installed, if so this could be your problem.

Bye,

Mario

Navigation

[0] Message Index

[#] Next page

Go to full version