Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Problem Installing new .plugin on linux

<< < (3/4) > >>

Pecan:
I finally got it to install by renaming browsetracker.cbplugin to libbrowsetracker.cbplugin.

Is that the way it should be? or is this a bug?

David Perfors:
that is what I was trying to say.. the name of the .so file should be the same as the name of the .cbplugin file :) so if you don't want to use the lib at front of the plugin name, don't link it that way.

Pecan:

--- Quote from: mispunt on June 05, 2007, 11:42:13 pm ---that is what I was trying to say.. the name of the .so file should be the same as the name of the .cbplugin file :) so if you don't want to use the lib at front of the plugin name, don't link it that way.

--- End quote ---

Thanks. I just didn't understand.

Finally figured it out by trial and error.

killerbot:
how do the other plugins do this ?

compiler, debugger, keybinder, copystrings, ...  ?

do they do the same trick ??
Sorry I don't have time to help investigate, doing nightly live tests in a tunnel in France ;-)

Pecan:

--- Quote from: killerbot on June 05, 2007, 11:50:56 pm ---how do the other plugins do this ?

compiler, debugger, keybinder, copystrings, ...  ?

do they do the same trick ??
Sorry I don't have time to help investigate, doing nightly live tests in a tunnel in France ;-)

--- End quote ---

They don't do it. They don't use .cbplugin files.

Their .cbp files write directly to .../codeblocks/plugin/whateverplugin.so and .../codeblocks/whateverplugin.zip


The .cbplugin files are for plugins that are not part of the contribs.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version