Author Topic: Reactivate Compiler Plugin  (Read 13340 times)

Offline puneet_m

  • Multiple posting newcomer
  • *
  • Posts: 73
Reactivate Compiler Plugin
« 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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Reactivate Compiler Plugin
« Reply #1 on: August 15, 2007, 05:22:35 am »
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

  • Guest
Re: Reactivate Compiler Plugin
« Reply #2 on: November 12, 2009, 02:58:11 pm »
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.