News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Can't set up CppCheck

Started by OzzyR21, October 10, 2017, 06:10:32 PM

Previous topic - Next topic

OzzyR21

Hello all
I have a weird problem.

I use Code::Blocks 16 in a Centos6.9 VM.
I have also installed codeblocks-contrib.
I installed tinyxml2.rpm and cppcheck.rpm.
However (after rebooting) I dont have cppCheck under Setting->Environment menu.
What might have gone wrong?

Thank you.

blauzahn

When you start cb from the commandline and the plugin is loaded, a log message of cppcheck should show up:


$ codeblocks | grep CppCheck
CppCheck: loaded
CppCheck plugin activated


Within cb in Menu | Plugins | Manage Plugins...
the list of installed plugins should contain CppCheck.

This is not limited to Centos (which I do not use).

OzzyR21

Thank you very much.
Broken cppCheck installation