Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
There're three ebuilds in portage for Code::Blocks, all of them masked with ~, and the last one is a month old. Personally, I prefer to get it from SVN and compile it, after all it's a very straightforward procedure.
* svn checkout* cd into directory* ./bootstrap* ./configure # maybe you want to give some options to this one* make* su -c 'make install'
* cd into directory* su -c 'make uninstall'* make clean* make clean-zipfiles* svn update* ./bootstrap # I think it's not necessary, but I do it anyway* ./configure* make* su -c 'make install'
Just check it out, ./configure, make, make install? Nothing special needed?
--enable-contrib build the contrib plugins (default NO)
I got a new dapper installation, installed the wxbase2.8 package yet the code::blocks package says the dependency is not satisfied.
morphius@azmael ~ $ codeblocks codeblocks: error while loading shared libraries: libcodeblocks.so.0: cannot open shared object file: No such file or directorymorphius@azmael ~ $
Quote from: Vexorian on June 13, 2007, 05:30:25 pmI got a new dapper installation, installed the wxbase2.8 package yet the code::blocks package says the dependency is not satisfied.The current .debs being offered on the nightly forum will not install on Dapper. The dependencies that are not being met are because of the version numbers of such things as gcc, etc. You will need to build CB from source.
1. add linedeb http://apt.tt-solutions.com/ubuntu/ dapper mainto /etc/apt/sources.list (replace dapper with edgy or feisty)2. curl http://www.tt-solutions.com/vz/key.asc | sudo apt-key add -3. sudo apt-get update && sudo apt-get upgrade