Hi All,
I'm lost here. I'm building the IncrementalSearch plugin from the latest trunk (r7945) and when I launch C::B I got this weird error:
Scanning for plugins in C:\Work\codeblocks_trunk\src\devel/share/codeblocks/plugins
SDK version mismatch for IncrementalSearch (1.11.18). Expecting 1.13.1
I mean, the error itself it pretty self-explainable, but I don't get why I'm getting it at all. I've looked into my src files, and in [trunk]//include/cbplugin.h, I see
// this is the plugins SDK version number
// it will change when the SDK interface breaks
#define PLUGIN_SDK_VERSION_MAJOR 1
#define PLUGIN_SDK_VERSION_MINOR 13
#define PLUGIN_SDK_VERSION_RELEASE 1
Shouldn't then the IncrementalSearch plugin compiled with this cbplugin.h return 1.13.1 and not 1.11.18...
I have no idea where the 1.11.18 comes from... Help!