Code::Blocks Forums

User forums => Help => Topic started by: LordJonas on May 10, 2013, 02:59:15 pm

Title: Xubuntu 12.04 and Code::Blocks 12.11
Post by: LordJonas on May 10, 2013, 02:59:15 pm
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
Title: Re: Xubuntu 12.04 and Code::Blocks 12.11
Post by: oBFusCATed on May 10, 2013, 03:35:23 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.
Title: Re: Xubuntu 12.04 and Code::Blocks 12.11
Post by: LordJonas on May 10, 2013, 03:36:49 pm
You're joking, right?
Title: Re: Xubuntu 12.04 and Code::Blocks 12.11
Post by: oBFusCATed on May 10, 2013, 05:01:51 pm
Yes and no ;D
Title: Re: Xubuntu 12.04 and Code::Blocks 12.11
Post by: LordJonas on May 10, 2013, 05:07:53 pm
So... can you be more precise??
Title: Re: Xubuntu 12.04 and Code::Blocks 12.11
Post by: dmoore on May 10, 2013, 07:01:05 pm
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.
Title: Re: Xubuntu 12.04 and Code::Blocks 12.11
Post by: Jenna on May 10, 2013, 09:46:20 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/26
Important 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 (https://launchpad.net/~pasgui/+archive/ppa/) 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 (https://launchpad.net/~pasgui/+archive/ppa/+sourcepub/2829900/+listing-archive-extra)
Title: Re: Xubuntu 12.04 and Code::Blocks 12.11
Post by: LordJonas on May 10, 2013, 10:20:38 pm
Hi Jen...

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

 ;D