News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Xubuntu 12.04 and Code::Blocks 12.11

Started by LordJonas, May 10, 2013, 02:59:15 PM

Previous topic - Next topic

LordJonas

Hi.

I'm trying to install Code::Blocks in my old laptop. Since the cpu does not apear to have pae feature enabled i was forced to use a kernel without it. So i decided to install Xubuntu 12.04 and give it a try. So far, so good. The main problem it's the version of code::blocks it was is 10.05.

Following some post here i decide to download the  release marqued as "codeblocks_12.11-2_i386-debian-stable.tar.bz2 (squeeze)".

Everything went fine until codeblocks-contrib complains about unmet dependy: "codeblocks-contribs depends on libhunspell-1.2.0 (>= 1.2.11); however Package libhunspell-1.2.0 is not installed"

I Just check all my packages and i confirmed that i've installed libhunspell-1.3.2-4...

So i ask: "what is going on here? Is there something i've missed?"

TIA

oBFusCATed

Quote from: LordJonas on May 10, 2013, 02:59:15 PM
So i ask: "what is going on here? Is there something i've missed?"
Yes, you made the worst mistake by installing 32bit linux, no one cares for them anymore.
(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!]

LordJonas


oBFusCATed

(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!]

LordJonas


dmoore

Is the issue just that you have hunspell 1.3 when the dependency is 1.2 (>=1.2.11 still means 1.2 ??). Try changing the dependency version in the deb/configure/make files.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

Jenna

Quote from: dmoore on May 10, 2013, 07:01:05 PM
Try changing the dependency version in the deb/configure/make files.
Don't do that.
You will most likely fail misearbly due to incompatible libs.

Just read the wole download-page especially the note for ubuntu users:
Quote from: http://www.codeblocks.org/downloads/26Important note for Ubuntu users: The contrib-plugins package for debian can not be used on Ubuntu 12.04 and 12.10, due to an incomaptible libhunspell-package. Alternatively you can use the Ubuntu repo provided by our user pasgui

Direct link to the 12.04 (precise) codeblocks-files in pasgui's repo:
https://launchpad.net/~pasgui/+archive/ppa/+sourcepub/2829900/+listing-archive-extra

LordJonas

Hi Jen...

Thanks for the solution... it worked like a charm...

;D