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.
Why don't you use the PPA?
Wich ppa ?, Because pasgui ppa is not updated and have version 10.5.
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 ?
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 :)
Quote from: 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 :)
You can bug the ubuntu developers to switch to 12.11 .
We can not build packages for each and every distribution, sorry !
Would it work if i build it from the source ?
Quote from: izissise on February 16, 2013, 03:30:01 PM
Would it work if i build it from the source ?
If you compile it against wx2.8, it should work.
;D
It's work. I been able to compile it with the plugin, using the svn repo.
I needed those libs :
Quotelibwxbase2.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 !!