Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: roxlu on October 15, 2009, 12:11:39 am

Title: PluginManager not working on Mac OS X?
Post by: roxlu on October 15, 2009, 12:11:39 am
Hi! I've been working on a plugin and now I'm trying to create a package from it but I don't understand something. I've downloaded the 8.02 source form svn and compiled it and added some debug information in the pluginmanager.cpp code. There, it seems that the manager is searching for a [pluginname].dylib file. I think it should search for a .so file (in the .cbplugin zip) and copy this to the /usr/local/share/codeblocks/plugins directory.

When I compile a .so file from my plugin, then I copy this .so file to /usr/local/share/codeblocks/plugins myself; restart C::B the plugin does work, but when adding it using the plugin manager it doesnt work. Is this a bug in 8.02 on Mac? I think I know what causes this error and I can fix this I think, though I'm not sure -if- this is an error as I'm not really into the C::B code.

roxlu
Title: Re: PluginManager not working on Mac OS X?
Post by: afb on October 16, 2009, 12:15:41 pm
Didn't we go over this in the other (http://forums.codeblocks.org/index.php/topic,11329.0.html) threads (http://forums.codeblocks.org/index.php/topic,11321.0.html) already ?

Yes, it's a bug. Got a fix ? :-)