Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tiwag on October 07, 2005, 01:15:53 pm

Title: latest CVS plugin-changes killed contributed plugins
Post by: tiwag on October 07, 2005, 01:15:53 pm

since Yiannis commited today the files with the following log message

Quote
Log Message:
* Added extra parameter "trimSpaces" in GetArrayFromString()
* Removed cbPlugin::GetSDKVersionMajor() and cbPlugin::GetSDKVersionMinor() (moved inside following macros).
* Added CB_DECLARE_PLUGIN() and CB_IMPLEMENT_PLUGIN(name) to ease the plugin binding.
* Updated all plugins in CVS to use the above macros.
* Fixed code generated from PluginWizard to comply to the above changes.
* Fixed warnings in code generated from PluginWizard for cbProjectWizardPlugin plugins

the contributed plugins aren't recogniced any longer.
i hope this can be repaired soon.
Title: Re: latest CVS plugin-changes killed contributed plugins
Post by: mandrav on October 07, 2005, 01:24:08 pm
I 've fixed the plugins in plugins/contrib shortly after the first commit. Try a cvs update.
AFAIR the only plugin I haven't updated is svn but this is not in our CVS...
Title: Re: latest CVS plugin-changes killed contributed plugins
Post by: mandrav on October 07, 2005, 01:24:46 pm
Which plugins don't work for you?
Title: Re: latest CVS plugin-changes killed contributed plugins
Post by: tiwag on October 07, 2005, 01:51:51 pm
Which plugins don't work for you?
wxSmith and Help-plugin

edit:
maybe they work again after i recompile em  :wink:
Title: Re: latest CVS plugin-changes killed contributed plugins
Post by: mandrav on October 07, 2005, 02:10:12 pm
Hehe, the plugins in the contrib dir are *not* part of the main build process in windows :)
You have to compile them separately.
Title: Re: latest CVS plugin-changes killed contributed plugins
Post by: tiwag on October 07, 2005, 02:19:38 pm
my god! - i'm so stupid -  :roll:

Hehe, the plugins in the contrib dir are *not* part of the main build process in windows :)
You have to compile them separately.
i did so now ...

... and everything is working properly (of course)
sorry for my false-alarm