Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
SDK version mismatch when building IncrementalSearch from r7945
daniloz:
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:
--- Code: ---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
--- End code ---
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
--- Code: ---// 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
--- End code ---
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!
oBFusCATed:
--- Quote from: daniloz on April 27, 2012, 11:38:41 am ---I have no idea where the 1.11.18 comes from... Help!
--- End quote ---
Search your file system or do a full rebuild (probably a clean checkout is not a bad idea).
daniloz:
--- Quote from: oBFusCATed on April 27, 2012, 11:53:15 am ---Search your file system or do a full rebuild (probably a clean checkout is not a bad idea).
--- End quote ---
I already searched my file system and there only definition I found was the correct one.
Also already tried a full rebuild from both CodeBlocks and IncrementalSearch plugin -> same thing
I'll try a clean checkout...
oBFusCATed:
Another thing to try is to see if the dll for the incremental search plugin is newly built.
daniloz:
--- Quote from: oBFusCATed on April 27, 2012, 12:12:19 pm ---Another thing to try is to see if the dll for the incremental search plugin is newly built.
--- End quote ---
Unfortunately, it is, I've already checked it. Even deleted it and a new is generated, so... :-(
Navigation
[0] Message Index
[#] Next page
Go to full version