Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: koonschi on May 15, 2014, 02:20:27 pm

Title: CB is looking for Foo.so when loading plugin
Post by: koonschi on May 15, 2014, 02:20:27 pm
Hello,

When I want to install a plugin via Plugins -> Manage Plugins -> Install New, then select a .cbplugin file, let's say 'MyPlugin.cbplugin', the application looks for MyPlugin.so in the file, not for libMyPlugin.so. I get an error that the file MyPlugin.so was not found.

I solved the issue by simply renaming the .so file and recreating the .cbplugin file.

The wizard for a C::B plugin project wants to name the .so files libMyPlugin.so, so I'm not sure which one is the right way to go.

I'm working on Kubuntu 14.04 64 bit, with the latest nightly (rev 9765).