User forums > Help
CodeBlocks SVN Plugin SDK version mismatch 1.13.1, expecting 1.13.0
(1/1)
Xander314:
I just checked the Code::Blocks source out from SVN. I ran
--- Code: ---./bootstrap
./configure --with-contrib-plugins=all
make -j5
dpkg-buildpackage
--- End code ---
and then installed with
--- Code: ---dpkg -i *deb
--- End code ---
When I run Code::Blocks, I get a popup about plugin loading failure. In the application log, there is a long list of statements like the following
--- Code: ---SDK version mismatch for ThreadSearch (1.13.1). Expecting 1.13.0
--- End code ---
It seems particularly strange that it's expecting a lower version. What am I doing wrong?
Two other small issues:
- This is SVN 7953, but the splash screen says 7929 (which is the last Code::Blocks version I installed, unfortunately with make install that time).
- When running
--- Code: ---dpkg -i *deb
--- End code ---
, I get the following error:
--- Code: ---Errors were encountered while processing:
codeblocks-wxcontrib-headers_10.05svn7953_all.deb
--- End code ---
Any idea what's causing these?
oBFusCATed:
You're mixing versions of C::B.
--- Quote from: Xander314 on May 07, 2012, 01:50:34 pm --- - This is SVN 7953, but the splash screen says 7929 (which is the last Code::Blocks version I installed, unfortunately with make install that time).
--- End quote ---
Clean your systems and do a clean rebuild of the packages.
And never ever again use make install when you've used --prefix=/usr or /usr/local.
Xander314:
Okay, will do. Thanks.
--- Quote ---And never ever again use make install when you've used --prefix=/usr or /usr/local.
--- End quote ---
Yeah, I know that now :-\
Navigation
[0] Message Index
Go to full version