News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Reactivate Compiler Plugin

Started by puneet_m, August 15, 2007, 12:15:18 AM

Previous topic - Next topic

puneet_m

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

Ceniza

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.

Clercq

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.