I am learning how to make CB plug-ins.
I follow this example plug-in
http://wiki.codeblocks.org/index.php?title=Creating_a_Plug-in_which_modifies_CB%27s_MenusHowever, after I built it, and wanted to install it,
I got the error message saying
File 'ldc2.so' not found in plugin XXXX/ldc2.cbplugin
I checked that fold, and found there is libldc2.so.
I tried to change the build target as ldc2.so, but still got the same error message when installing it.
I am wondering what I need to change?
Thanks.