Author Topic: Where do I get plugins?  (Read 12228 times)

Alaric

  • Guest
Where do I get plugins?
« on: February 08, 2007, 10:55:55 pm »
Where do I get plugins like the devpak installer for Codeblocks?

mscava

  • Guest
Re: Where do I get plugins?
« Reply #1 on: February 08, 2007, 11:03:53 pm »
It's already there... See Plugins->Dev-Pak installer/updater. If it's not there try to enable it in Manage Plugins.
« Last Edit: February 08, 2007, 11:05:26 pm by mscava »

Alaric

  • Guest
Re: Where do I get plugins?
« Reply #2 on: February 08, 2007, 11:13:57 pm »
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
« Last Edit: February 08, 2007, 11:15:50 pm by Alaric »

wxLearner

  • Guest
Re: Where do I get plugins?
« Reply #3 on: February 08, 2007, 11:19:11 pm »
The contributed plugins are in src/plugins/contrib.

Alaric

  • Guest
Re: Where do I get plugins?
« Reply #4 on: February 08, 2007, 11:57:09 pm »
... 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? 

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: Where do I get plugins?
« Reply #5 on: February 09, 2007, 12:29:04 am »
Are you building the sources? Did you run an svn checkout? If so, the plugins will be in codeblocks/trunk/src/plugins/contrib

Alaric

  • Guest
Re: Where do I get plugins?
« Reply #6 on: February 09, 2007, 12:42:42 am »
I got it from the nightly build forums.  What's this SVN I keep hearing about? 

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Where do I get plugins?
« Reply #7 on: February 09, 2007, 12:50:49 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.)
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Alaric

  • Guest
Re: Where do I get plugins?
« Reply #8 on: February 09, 2007, 01:18:15 am »
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. 

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Where do I get plugins?
« Reply #9 on: February 09, 2007, 01:27:03 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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Alaric

  • Guest
Re: Where do I get plugins?
« Reply #10 on: February 09, 2007, 01:28:12 am »
O.k. then where do I get new wizards, in specific, one for Gtk?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Where do I get plugins?
« Reply #11 on: February 09, 2007, 04:23:34 am »
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

  • Guest
Re: Where do I get plugins?
« Reply #12 on: February 09, 2007, 04:37:03 am »
I didn't use ./configure, I used apt.  Can I still recomiple with these plugins? 

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Where do I get plugins?
« Reply #13 on: February 09, 2007, 04:45:53 am »
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

  • Guest
Re: Where do I get plugins?
« Reply #14 on: February 09, 2007, 05:04:17 am »
As I said before, I got Code::Blocks with syaptic/apt.