Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: puneet_m on August 15, 2007, 12:15:18 am
-
When I try to open CodeBlocks.cbp, there is an error saying
Deactivating the compiler plugin is most unwise.
If you intend to open a project, you have to re-activate the compiler plugin first.
How to resolve this error?
Thanks
-
Go to the Plugins menu, then Manage plugins..., click on Compiler (it's in the list of Installed plugins) and then click on the Enable button.
If you don't have Compiler in that list, then something is wrong with your installation.
-
Hi,
I up this post because I had the same error.
What I have done :
- I installed CB with the .deb on Ubuntu with "dpkg -i thepackage1.deb ... thepackageN.deb".
- I had some error of depencies, that is why I done "apt-get -f install", and thought that CB was ready to use, in fact the plugins were not installed.
- I used a second time the "dpkg -i thepackage1.deb ... thepackageN.deb" command to install what was not, and now it's ok.
Tcho.