News:

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

Main Menu

Where do I get plugins?

Started by Alaric, February 08, 2007, 10:55:55 PM

Previous topic - Next topic

Alaric

Where do I get plugins like the devpak installer for Codeblocks?

mscava

#1
It's already there... See Plugins->Dev-Pak installer/updater. If it's not there try to enable it in Manage Plugins.

Alaric

#2
umm... no... it's not... I don't even have it in my manage plugins.  I'm using version "svn build rev 3586 (2007-02-07 13:53:13) gcc 4.0.3 Linux/unicode" if it helps

wxLearner

The contributed plugins are in src/plugins/contrib.

Alaric

... and where would that be?  Already on my harddrive?  Inside of a CVS server?  On the main website?  I've seen that path before, but WHERE is it? 

jpaterso

Are you building the sources? Did you run an svn checkout? If so, the plugins will be in codeblocks/trunk/src/plugins/contrib

Alaric

I got it from the nightly build forums.  What's this SVN I keep hearing about? 

TDragon

Quote from: Alaric on February 09, 2007, 12:42:42 AM
I got it from the nightly build forums.
If it truly doesn't show up even in the Manage Plugins dialog, try wiping your Code::Blocks installation folder and installing a new nightly. (You will not lose any customized settings.)
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Alaric

umm... still nothing.  I got the Feb 06
svn build rev 3577 (2007-02-06 16:23:55) gcc 4.0.3 Linux/unicode build.  The Feburary 8 link was down. 

TDragon

Quote from: Alaric on February 09, 2007, 01:18:15 AM
I got the Feb 06 svn build rev 3577 (2007-02-06 16:23:55) gcc 4.0.3 Linux/unicode build.
I don't use C::B under Linux, so I can't help you here. I'm not sure whether the DevPak plugin is even available for non-Windows systems.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Alaric

O.k. then where do I get new wizards, in specific, one for Gtk?

Biplab

Did you use ./configure --enable-contrib command to configure? Plugins should also get compiled after that, AFAIK.

Regards,

Biplab  :)
Be a part of the solution, not a part of the problem.

Alaric

I didn't use ./configure, I used apt.  Can I still recomiple with these plugins? 

Biplab

Have u compiled C::B from source or have downloaded using apt? If you are compiling C::B from source then use ./configure --enable-contrib and this should solve the problem.

Regarding recompiling plugins only, you can do them by regenerating the make files using configure and then compiling again.
Be a part of the solution, not a part of the problem.

Alaric

As I said before, I got Code::Blocks with syaptic/apt.