Author Topic: CB is looking for Foo.so when loading plugin  (Read 4942 times)

Offline koonschi

  • Multiple posting newcomer
  • *
  • Posts: 27
    • My personal project
CB is looking for Foo.so when loading plugin
« 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).
"As a general rule, the compiler is smarter than you, and working in your best interest. Do not question it." - Terry Mahaffey

#define TRUE FALSE // happy debugging suckers