Oliver Stöneberg
Oliver Stöneberg
I totally missed the question. I will provide a full reply later on. But the gist of it to use the highest level of checking. Also I have been doing...
> But the gist of it to use the highest level of checking. I did not fully remember the post and did not read it again. So I missed the...
``` cppcheck: Failed to load library configuration file 'std.cfg'. File not found Failed to load std.cfg. Your Cppcheck installation is broken, please re-install. The Cppcheck binary was compiled without FILESDIR...
``` g++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DHAVE_BOOST -std=gnu++0x -pipe -c -o build/check.o build/check.cpp ``` So this is caused by `CPPFLAGS=-DHAVE_BOOST`.
I filed https://trac.cppcheck.net/ticket/13066. Will backport the fix to 2.15 but as we seem to have other issues the 2.15.1 patch release might take a day or two. FYI I did...
> I'd just removed the `-DHAVE_BOOST` myself for 2.15.0. Is this a reasonable thing to do? Not if you do not want to lose quite some performance... And writing that...
No need for further changes. This can be merged. I will keep you in the loop when Boost can be enabled again.
Duplicate of #2.
I used the old WSL.sh from the Wiki for ubuntu/debian/Kali and it worked on all those systems. Since the version you posted is an improved version of that old script...
That looks reasonable. Closing.