Author Topic: PluginManager not working on Mac OS X?  (Read 3149 times)

Offline roxlu

  • Multiple posting newcomer
  • *
  • Posts: 35
PluginManager not working on Mac OS X?
« 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

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: PluginManager not working on Mac OS X?
« Reply #1 on: October 16, 2009, 12:15:41 pm »
Didn't we go over this in the other threads already ?

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