Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Problem Installing new .plugin on linux
Pecan:
I get the following error when using "install new" on linux ubuntu 7.04 SVN 3987.
The commands to build the .cbplugin were:
and the contents of the .cbplugin is:
Why does CB expect browsetracker.so instead of libbrowsetracker.so ?
killerbot:
be careful with the cases, see somewhere a sticky post of mine in the forums, on what to do for plug-ins and their CamelCase-d names, aswell as manifest files, makefiles, etc ...
EDIT : http://forums.codeblocks.org/index.php/topic,4290.0.html
Pecan:
--- Quote from: killerbot on June 05, 2007, 05:50:45 pm ---be careful with the cases, see somewhere a sticky post of mine in the forums, on what to do for plug-ins and their CamelCase-d names, aswell as manifest files, makefiles, etc ...
EDIT : http://forums.codeblocks.org/index.php/topic,4290.0.html
--- End quote ---
That not the problem.
Look at the contents of the .cbplugin and error message.
wait...
Oh... is the manifest supposed to have "libbrowsetracker.so"
killerbot:
no : manifest : just the name and title
Pecan:
Since the plugin name is libbrowsetracker.so, what's the "plugin name=" supposed to contain. I've tried all combinations I can think of.
--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_plugin_manifest_file>
<SdkVersion major="1" minor="11" release="11" />
<Plugin name="libbrowsetracker.so">
<Value title="browsetracker" />
<Value version="0.1" />
<Value description="Browse to previous source positions" />
<Value author="Pecan Heber" />
<Value authorEmail="" />
<Value authorWebsite="" />
<Value thanksTo="" />
<Value license="GPL" />
</Plugin>
</CodeBlocks_plugin_manifest_file>
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version