Hello,
I get this error on OpenSuSe 11 (Using the OpenSuSe 10.3 RPMs - which install quite fine):
Quotecodeblocks: symbol lookup error: codeblocks: undefined symbol: cbEVT_LOCK_LOG_MANAGER
And Code::Blocks won't start.
How can I fix this? I need the stable release of Code::Blocks ported to OpenSuSe 11. If anyone has done it already and got it workin - Please give me the binaries or the rpm.
Thanks and Regards,
Daniel
I have build CB from sources on OpenSUSE 11.0 : works fine. Maybe you can try this ...
Hi, I also installed CB from the RPM for OpenSuse 10.3 - and got a similar error as killerbot.
After that I also tried to build CB from source on my OpenSuse 11.0.
./configure tells me that everything is alright, but when I type "make" it stops with:
app.o: In function `CodeBlocksApp::OnInit()':
/home/erix/download/Software/codeblocks-8.02/src/src/appglobals.h:429: undefined reference to `wxHandleFatalExceptions(bool)'
collect2: ld returned 1 exit status
make[3]: *** [codeblocks] Fehler 1
make[3]: Leaving directory `/home/erix/download/Software/codeblocks-8.02/src/src'
What can I do about that?
why don't you use the rpm's available for OpenSuse 11.0? I use The TuxKeepers rpms from the factory repository at opensuse.org and it works without any problems! :D
Well, first of all I didn't try that because there were no Repositories for openSUSE 11. Now I installed "codeblocks-1.0_0.svn.5093.0.suse1100-2.1.x86_64.rpm" from the Factory-Repo but that doesn't work either. Trying to start it from xterm or konsole it just says:
codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference
Sorry just missed to add 11.0 as new build target. Will do this now, the packages should be there in few hours (or little more if buildservice is at high load ;) )
EDIT: your errors are strange. i tested 10.3 packages on 11.0 and it works. But I can only test i586 no x86_64 packages.
EDIT2: I think it will take a while until the packages are built. rev 5106 is currently building, 8.02 (stable) still only scheduled
Quote from: Erix on July 04, 2008, 03:42:33 PM
Well, first of all I didn't try that because there were no Repositories for openSUSE 11. Now I installed "codeblocks-1.0_0.svn.5093.0.suse1100-2.1.x86_64.rpm" from the Factory-Repo but that doesn't work either. Trying to start it from xterm or konsole it just says:
codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference
I got the same erorr when I first tried the rpms. Check whether wxGTK or wxWidgets is installed and try installing the other library. I do not know the exact differences, but it seems the libraries are built slightly differently. If you take another library (or just install both wxGTK and wxWidgets) the problems will disappear. :D
Thank you very much! :D
Actually I had installed wxGTK and wxWidgets. So I tried uninstalling wxGTK, but that was the wrong decision :?
So then I installed wxGTK only and... now it works! :lol:
Hello,
Well, I have installed it in about 20 ways now and I came to no result. I even tried the wxGTK 2.6 versions and it doesn't work. It still tells me this error:
Quotecodeblocks: symbol lookup error: codeblocks: undefined symbol: cbEVT_LOCK_LOG_MANAGER
I really need codeblocks. Please help me with it.
Thanks,
Daniel
[EDIT]
I have forgotten to uninstall a manually installed previous codeblocks. Now it works, thanks :-) .