I downloaded the Debian x64 binary of Code::Block 13.12. Extracted the tar.xz and proceeded to install the .deb files one at a time.
I now have a problem I cannot install codeblocks-headers_13.12-1_all.deb since it depends on codeblocks-dev_13.12-1_amd64.deb, and vice versa.
What do I do?
Why do you try to install them one at a time ?
You can install more then one file on commandline.
E.g. type sudo dpkg -i file1.deb file2.deb ... and you get rid of the dependency issues.
Or use my repo (see signature), there are not only nightlies on my server, but also the actual release.