There is a configuration directory at %APPDATA%, or ~codeblocks in your home directory.
I cant find the config directory, the only remaining code::blocks files are in home/"mynameaccount"/.codeblocks/share/
I am not sure if you used a package from a repo on Linux not delivered by the C::B team whether uninstall might be broken in general.
I downloaded the gz file, uncompressed it and followed the install instructions on the french ubuntu official web site (
http://doc.ubuntu-fr.org/code_blocks?s[]=code&s[]=blocks):
buntu 8.04 (Hardy Heron)
deb http://apt.wxwidgets.org/ hardy-wx main
Entrez dans la console la commande suivante pour récupérer la clé publique du dépôt wxWidgets :
wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
Puis installez le packet libwxgtk2.8-0 via apt-get, les dépendances s'installeront d'elles-même :
sudo apt-get install libwxgtk2.8-0
Rendez-vous sur la page des téléchargements de Code::Blocks et téléchargez l'archive qui correspond à votre version d'Ubuntu (32 bits ou 64 bits). Décompressez-le et installez le paquet dont le nom commence par « libcodeblocks0 », pour la version 32 bits :
sudo dpkg -i libcodeblocks0_8.02-0ubuntu1_i386.deb
puis le paquet dont le nom commence par « codeblocks_8.02 » (ici, toujours pour la version 32 bits) :
sudo dpkg -i codeblocks_8.02-0ubuntu1_i386.deb
. And it worked fine! To translate some little details, they said to add the wxwidgets source, and later to go on the official code::blocks to get the gz file...
Another reason might be that you did updates to your system in the meantime that are not compatible...?! (But then probably other apps are broken, too...)
Yes I did some auto updates for my ubuntu, but I thought that code::blocks, as a software, shouldnt be subject to troubles because of this...
And to uninstall it, i used the apt-get installer interface in the k (sometimes I do dummy things :? ) And since then , I tried every possible method to reinstall but it didnt work.
WAIT WAIT. I just got into the adept packages manager and the codeblocks packages dont show up anymore. I reinstalled, and IT WORKS! It must have been some bad update like you presumed Morten. Even if I'm not a linux Pro, I really felt bad about the possibility of corrupting my machine because of a wrong move I did.
Thanks for supporting guys,
PROBLEM SOLVEDLONG LIFE TO OPENSOURCES!!!
