the definition of
cbPlugin::BuildModuleMenu() has changed
from
void BuildModuleMenu(const ModuleType type, wxMenu* menu, const wxString& arg);
to
void BuildModuleMenu(const ModuleType type, wxMenu* menu, const FileTreeData* data);
look into the cbDragScroll plugin, where i have done this update today,
in most cases you only have to update your BuildModuleMenu() definition
in order to match the cbPlugin class defintion.
sorry - no linux greek possible here