<div dir="ltr"><div><div><div><div><div>Thanks Werner, that did the trick. Same story for the perforce plugin; even though the version in kdevperforce.plugin is older (12), the plugin won't load until I set it to 13. <br>
<br></div>A few more tips for any users deploying these plugins:<br>
<br></div>== perforce ==<br><br>Once I got the plugin to load, I still didn't see any Perforce item in my contextual menus. Turns out you need to place a <a href="http://www.perforce.com/perforce/r12.1/manuals/cmdref/env.P4CONFIG.html">P4CONFIG file</a> titled p4config.txt in one of the parent folders of your source files; right-clicking on the source files will then present a Perforce submenu.<br>
<br></div>== cppcheck == <br><br>Running cmake (on debian wheezy with kdevelop 4.3.1) presents the error <br><span style="font-family:courier new,monospace">  Could NOT find KDevPlatform (missing: KDevPlatform_CONFIG) (Required is at least version "1.5.0")</span><br>
</div>Just edit CMakeLists.txt and change KDevPlatform to 1.3.0 as follows:<br><span style="font-family:courier new,monospace">  find_package(KDevPlatform 1.3.0 REQUIRED)</span><br></div>The plugin will then build with no problems.<br>
<br><br><div><div><div><div><div><div><div><div><div><div><div><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 4, 2014 at 12:11 PM, Werner Joss <span dir="ltr"><<a href="mailto:werner@hoernerfranzracing.de" target="_blank">werner@hoernerfranzracing.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am Dienstag, 4. Februar 2014, 11:57:32 schrieb Martin Fuhrer:<br>
<div>> We are deploying kdevelop 4.3.1 on Debian wheezy at my workplace and would<br>
> like to test out the plugins for valgrind, perforce, and cppcheck. For now<br>
> I'm installing the plugins into .kde in my home directory. Unfortunately<br>
> I'm not having any success getting the plugins to show up in kdevelop.<br>
<br>
</div>i think, this:<br>
<br>
> X-KDevelop-Version : '14'<br>
<br>
is the culprit - it shows the plugin is for kdevelop 4.4.x, but you are using<br>
4.3.x<br>
<br>
try changing the version to 13 in the corresponding desktop file<br>
<br>
werner<br>
_______________________________________________<br>
KDevelop mailing list<br>
<a href="mailto:KDevelop@kde.org" target="_blank">KDevelop@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdevelop" target="_blank">https://mail.kde.org/mailman/listinfo/kdevelop</a><br>
</blockquote></div><br></div></div></div></div></div></div></div></div></div></div></div></div></div>