User forums > Help
CodeBlocks 8.02 and openSUSE 10.3
vianto:
What I see installed in my case is wxGTK 2.8.6.0 and wxWidgets 2.8.7.1, as long as you refer to any of these.
TheTuxKeeper:
The packages are linked against the wxGTK packages in the base repository. In the case of 10.3 it's 2.8.4 and i tested codeblocks with this packages and it starts (haven't done more tests, i don't use 10.3 but factory, the dev version of openSUSE)
thoughtcrime:
i am also trying to get codeblocks running under suse 10.3
when i downloaded it from the official site, i got the same error as vianto:
--- Quote ---codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference
--- End quote ---
then i tried to build it from source. After I compiled and installed it (with su + make install of course)
it gives me that error when i try to run it:
--- Quote ---codeblocks: error while loading shared libraries: libcodeblocks.so.0: cannot open shared object file: No such file or directory
--- End quote ---
where can i get that libcodeblocks.so.0 file? and where do i have to put it?
TheTuxKeeper:
Can you give more details. What wxGTK version do you use?
You can get the full version with this command:
--- Code: ---wx-config --version-full
--- End code ---
To solve the "libcodeblocks.so.0 not found" error try to run this as root:
--- Code: ---ldconfig
--- End code ---
thoughtcrime:
--- Quote from: daniel2000 on April 13, 2008, 10:14:40 am ---Can you give more details. What wxGTK version do you use?
You can get the full version with this command:
--- Code: ---wx-config --version-full
--- End code ---
To solve the "libcodeblocks.so.0 not found" error try to run this as root:
--- Code: ---ldconfig
--- End code ---
--- End quote ---
My wxGTK Version is 2.8.7.1.
Yayy i did ldconfig as you said and now its working :D:D:D thank you very much!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version