Code::Blocks Forums

User forums => Help => Topic started by: codebronca on October 18, 2013, 05:35:18 pm

Title: CodeBlocks install failed, nothing provides several libs...Ubuntu and OpenSuse
Post by: codebronca on October 18, 2013, 05:35:18 pm
Codeblocks installation fails on ubuntu 12.04 using ubuntu software center.  (Same problem when try to install on OpenSuse 12.1)
even selecting all add-ons under the "more details" button what I get is:
depends:libgcc1(>=1:4.1.1) but 1:4.6.1-1ubuntu5 is to be installed
depends:codeblocks-common(=10.05-2 but 12.11-2 is to be installed
depends:codeblocks (10.05-2) but 10.05-2 is to be installed
depends:libwxsmithlib0(10.05-2) but 12.11-2 is to be installed

Regarding when trying to install on Opensuse 12.1, I also get dependencies problems (nothing provides libcodeblocks.so and libc.so).
I did try to install wxGTK but also get nothing provides wxBase.
Title: Re: CodeBlocks install failed, nothing provides several libs...Ubuntu and OpenSuse
Post by: BlueHazzard on October 18, 2013, 05:52:23 pm
try the pasgui ppa:
https://launchpad.net/~pasgui/+archive/ppa/
Title: Re: CodeBlocks install failed, nothing provides several libs...Ubuntu and OpenSuse
Post by: codebronca on October 20, 2013, 05:28:50 am
OK, I got it adding "pasgui" to my sources.. Thanks..!!