Author Topic: Can't install codeblocks-contrib ubuntu 12.10  (Read 6237 times)

Offline izissise

  • Single posting newcomer
  • *
  • Posts: 5
Can't install codeblocks-contrib ubuntu 12.10
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #1 on: February 15, 2013, 11:03:57 am »
Why don't you use the PPA?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline izissise

  • Single posting newcomer
  • *
  • Posts: 5
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #2 on: February 15, 2013, 11:48:30 am »
Wich ppa ?, Because pasgui ppa is not updated and have version 10.5.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #3 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 ?

Offline izissise

  • Single posting newcomer
  • *
  • Posts: 5
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #4 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 :)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #5 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 !

Offline izissise

  • Single posting newcomer
  • *
  • Posts: 5
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #6 on: February 16, 2013, 03:30:01 pm »
Would it work if i build it from the source ?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #7 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.

Offline izissise

  • Single posting newcomer
  • *
  • Posts: 5
Re: Can't install codeblocks-contrib ubuntu 12.10
« Reply #8 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 !!