From https://github.com/danmar/cppcheck/blob/master/readme.md :
g++ 4.6 (or later)
So i would suggest updating gcc/g++ if possible.
Have you tried g++ instead of gcc? I guess it will not work with g++4.4.7 too, but there some (rather small) differences.
Last edit: versat 2018-02-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
running make produced the following error.
Any suggestions?
Admittedly, our system is not running all the newest :
Is there a workaround? Do I need updated libraries? Updated compiler?
From https://github.com/danmar/cppcheck/blob/master/readme.md :
g++ 4.6 (or later)
So i would suggest updating gcc/g++ if possible.
Have you tried g++ instead of gcc? I guess it will not work with g++4.4.7 too, but there some (rather small) differences.
Last edit: versat 2018-02-09
I don't guarantee that it works.. but I use this script to compile the democlient:
The democlient is compiled with the same gcc version that you tried.