Hi,
the experts build instructions are missing simplecpp additions.
g++ -o cppcheck -std=c++0x -include lib/cxx11emu.h -Iexternals/tinyxml -Iexternals/simplecpp -Ilib cli/.cpp lib/.cpp externals/simplecpp/.cpp externals/tinyxml/.cpp
and
g++ -o cppcheck -std=c++0x -include lib/cxx11emu.h -lpcre -DHAVE_RULES -Ilib -Iexternals/tinyxml -Iexternals/simplecpp cli/.cpp lib/.cpp externals/simplecpp/.cpp externals/tinyxml/.cpp
work.
Best regards, Heiko
thanks, fixed
Can't see your fixes here: https://github.com/danmar/cppcheck/#g-for-experts
Your fix must be somewhere else...
I saw your fix for file readme.txt. I left a comment for the commit to remember you that file readme.md is also out of date...
Log in to post a comment.
Hi,
the experts build instructions are missing simplecpp additions.
g++ -o cppcheck -std=c++0x -include lib/cxx11emu.h -Iexternals/tinyxml -Iexternals/simplecpp -Ilib cli/.cpp lib/.cpp externals/simplecpp/.cpp externals/tinyxml/.cpp
and
g++ -o cppcheck -std=c++0x -include lib/cxx11emu.h -lpcre -DHAVE_RULES -Ilib -Iexternals/tinyxml -Iexternals/simplecpp cli/.cpp lib/.cpp externals/simplecpp/.cpp externals/tinyxml/.cpp
work.
Best regards, Heiko
thanks, fixed
Can't see your fixes here:
https://github.com/danmar/cppcheck/#g-for-experts
Your fix must be somewhere else...
I saw your fix for file readme.txt. I left a comment for the commit to remember you that file readme.md is also out of date...