News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Installation problem on Debian

Started by SnagaDuath, April 15, 2008, 06:09:01 PM

Previous topic - Next topic

SnagaDuath

Hi, I downloaded the debian binaries, but get the following console output:

# dpkg --install codeblocks-dev_8.02_i386.deb
(Reading database ... 117221 files and directories currently installed.)
Preparing to replace codeblocks-dev 8.02 (using codeblocks-dev_8.02_i386.deb) ...
Unpacking replacement codeblocks-dev ...
dpkg: dependency problems prevent configuration of codeblocks-dev:
codeblocks-dev depends on libcodeblocks0 (= 8.02); however:
  Package libcodeblocks0 is not installed.
dpkg: error processing codeblocks-dev (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
codeblocks-dev


Where do i get libcodeblocks? Thx!

Jenna

Quote from: SnagaDuath on April 15, 2008, 06:09:01 PM
Where do i get libcodeblocks? Thx!

From the same place you got codeblocks-dev from.

I guess it was a tar-ball.
That should include all necessary deb-packages.

By the way you only need the dev-package if you want to develop for C::B (for example plugin development), not if you develop with C::B.

ETj

Hi,

I have some troubles in installing C::B 802 on a debian lenny.
It seems there are some problems in lib versions:

# dpkg --install libcodeblocks0_8.02_i386.deb
(Reading database ... 266407 files and directories currently installed.)
Preparing to replace libcodeblocks0 8.02 (using libcodeblocks0_8.02_i386.deb) ...
Unpacking replacement libcodeblocks0 ...
dpkg: dependency problems prevent configuration of libcodeblocks0:
libcodeblocks0 depends on libwxbase2.8-0 (>= 2.8.7.1); however:
  Package libwxbase2.8-0 is not installed.
libcodeblocks0 depends on libwxgtk2.8-0 (>= 2.8.7.1); however:
  Package libwxgtk2.8-0 is not installed.
dpkg: error processing libcodeblocks0 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libcodeblocks0
#



These are the currently available wx* libs:

$ dpkg-query -l libwx*
  -- snip --
ii  libwxbase2.6-0                                                       2.6.3.2.2-2
ii  libwxbase2.6-dev                                                     2.6.3.2.2-2
rc  libwxgtk2.4                                                          2.4.3.1
ii  libwxgtk2.6-0                                                        2.6.3.2.2-2
ii  libwxgtk2.6-dev                                                      2.6.3.2.2-2
$


Is there a way to use the requested 2.8 libs without using the unstable repo?

   TIA,
   Emanuele

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ETj

Quote
Look at this link
http://jens.lody.name/debian/

It may help.

Tnx a lot for the link (also to jens for the page itself, of course), it did help indeed :)
However, I wished for a statically linked version of C::B, so to avoid the upgrade of system libraries from "unofficial" sources.
Never mind, guess I can live with it... :)

   Ciao,
   Emanuele

Jenna

Quote from: ETj on April 20, 2008, 10:48:46 PM
Quote
Look at this link
http://jens.lody.name/debian/

It may help.

Tnx a lot for the link (also to jens for the page itself, of course), it did help indeed :)
However, I wished for a statically linked version of C::B, so to avoid the upgrade of system libraries from "unofficial" sources.
Never mind, guess I can live with it... :)

   Ciao,
   Emanuele

If you want official (maintained by debian) wxWidgets 2.8.7 you can use the packages from debian experimental, but I guess that it will only work if you have debian unstable installed.