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
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.
You're joking, right?
Yes and no ;D
So... can you be more precise??
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.
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 (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)
Hi Jen...
Thanks for the solution... it worked like a charm...
;D