User forums > Help

Deb file hell.

<< < (3/4) > >>

Jenna:

--- Quote from: dmoore on January 25, 2014, 07:58:22 pm ---Nonetheless, as you have been told:


--- Code: ---sudo dpkg -i *.deb

--- End code ---

--- End quote ---

or


--- Quote from: jens on January 25, 2014, 02:43:12 pm ---Order normally doesn't matter.
Or use my repo (as I wrote before) and use your favourite package-manager to update.
The repo includes the exact same files as the tar-ball.

--- End quote ---

The repo contains not only nightly builds, but also the release build (see my site for instructions).

dmoore:
For what it's worth here are the apt-cache entries:


--- Code: ---libcodeblocks0 - Code::Blocks shared libraries
codeblocks - Code::Blocks integrated development environment (IDE)
codeblocks-dbg - Code::Blocks debugging libraries
libwxsmithlib0 - wxSmith shared library (Code::Blocks plugin for RAD GUI editing)
codeblocks-contrib - contrib plugins for Code::Blocks IDE
codeblocks-dev - Code::Blocks development libraries (SDK)
codeblocks-contrib-dbg - Debugging libraries for the Code::Blocks contrib plugins
wxsmith-dev - wxSmith development files (libraries)
codeblocks-common - common files for Code::Blocks IDE
codeblocks-contrib-common - common files for the contrib plugins for Code::Blocks IDE
codeblocks-headers - Code::Blocks development headers (SDK)
wxsmith-headers - wxSmith development files (headers)
codeblocks-wxcontrib-headers - Code::Blocks development headers for wxContribItems
codeblocks-libwxcontrib0 - Code::Blocks shared libraries for wxContribItems
codeblocks-wxcontrib-dev - Code::Blocks development libraries for wxContribItems

--- End code ---

teales:
Jolly good! Installed everything even though I don't want a lot of it, and 13.1 would run, and would compile my project, but it would not link it.

Initially it complained about fbin/Debug/exename (link command had -ofbin/Debug/exename)- no such file or directory. So I added
-of bin/Debug/exename to the linker commands, and that seemed to fix that. But then the order in which the libraries were listed was wrong, and so there were unsatisfied references - with the same project file.

So not having the time to sort that out today, I uninstalled using

apt-get remove --purge codeblocks
apt-get remove --purge codeblocks-common

Then I reinstalled 10.x from the Ubuntu 12.04 repo, and now that won't run - undefined symbol: _ZN7Manager7isBatchE

Thanks for your help.

oBFusCATed:

--- Code: ---libcodeblocks0 - Code::Blocks shared libraries
--- End code ---

teales:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libcodeblocks0 is already the newest version.
libcodeblocks0 set to manually installed.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version