Code::Blocks Forums

User forums => Help => Topic started by: izissise on February 15, 2013, 10:53:16 am

Title: Can't install codeblocks-contrib ubuntu 12.10
Post by: izissise on February 15, 2013, 10:53:16 am
Hello,
I'm under ubuntu 12.10, and i have codeblocks 12.11, installed from the repo of jenslody.
Anyway, I'm not able to install codeblocks-contrib because:  codeblocks-contrib : Depends: libhunspell-1.2-0 (>= 1.2.11) but it is not installable.
I tried to resolve dependency with aptitude, but it only result on breaking my system and a complete reinstall :(

Thanks for those who will help me, i really need those plugins.
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: oBFusCATed on February 15, 2013, 11:03:57 am
Why don't you use the PPA?
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: izissise on February 15, 2013, 11:48:30 am
Wich ppa ?, Because pasgui ppa is not updated and have version 10.5.
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: Jenna on February 15, 2013, 02:10:24 pm
On our download page it's clearly stated, that the packages do not work on 12.04 and 12.11.
And there is no way to make it work as far as I know.
Did you try to use the 12.04 (precise pangolin) packages from pasgui's ppa ?
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: izissise on February 15, 2013, 03:55:20 pm
So if you have codeblocks 12.11, you can't have contrib plugins ?

I did try to use package from pasgui's ppa, but i'm not sure i'm doing it right.

Thanks anyways :)
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: Jenna on February 15, 2013, 06:07:49 pm
So if you have codeblocks 12.11, you can't have contrib plugins ?

I did try to use package from pasgui's ppa, but i'm not sure i'm doing it right.

Thanks anyways :)

You can bug the ubuntu developers to switch to 12.11 .
We can not build packages for each and every distribution, sorry !
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: izissise on February 16, 2013, 03:30:01 pm
Would it work if i build it from the source ?
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: Jenna on February 16, 2013, 03:36:25 pm
Would it work if i build it from the source ?
If you compile it against wx2.8, it should work.
Title: Re: Can't install codeblocks-contrib ubuntu 12.10
Post by: izissise on February 16, 2013, 06:14:24 pm
 ;D

It's work. I been able to compile it with the plugin, using the svn repo.

I needed those libs :
Quote
libwxbase2.8-dev libwxgtk2.8-dev libhunspell-dev libgtk2.0-dev libgamin-dev libboost-dev
I retrieved the repo, follow the build file, and now its' work :)

Thanks a lot !!