Code::Blocks Forums
User forums => Help => Topic started by: Radek on December 18, 2011, 08:08:20 am
-
A new upgrade of libc has just arrived. Okay, I have installed but it the upgrade uninstalled Code Blocks. Okay, Package Manager, install ...
Trying to install gave me the following messages:
codeblocks:
Depends: libcodeblocks0 (=10.05svn7639-1) but 10.05svn7620-1 is to be installed
Depends: libwxbase2.8-0 (>=2.8.12.1) but 2.8.10.1-3+b1 is to be installed
Depends: libwxgtk2.8-0 (>=2.8.12.1) but 2.8.10.1-3+b1 is to be installed
but the packages libwxbase and libwxgtk were already installed. Reinstalling them passed without problems. Then libcodeblocks0 told me, that I have to install libwxbase and libwxgtk. The end.
I am using svn builds all the time. http://apt.jenslody.de any main is in the package sources, public key is installed. I have experienced no problems until now.
-
Which debian version do you use ?
Since wx2.8.12 is in testing for a while now, I updated my build-system to use wx2.8.12 from http://apt.wxwidgets.org/ (http://apt.wxwidgets.org/), to avoid conflicts with testing/unstable.
You might need to add http://apt.wxwidgets.org/ (http://apt.wxwidgets.org/) to your sources list as described on my server (http://apt.jenslody.de/)./
-
Debian 6.0.3, kernel 2.6.32-5-686. Adding apt.wxwidgets org and the public key has solved the base problem. The package manager has solved the rest. Now, I have Code Blocks back :) Thanks, Jens.