On 01/02/16 11:24, Stuart Downton wrote:
> Hi
> 
> Just tried installed the version from github on debian wheezey and got:
> 
> $ make
> g++ -MD -D_FILE_OFFSET_BITS=64 -std=c++03 -Wall -Wextra -Wpedantic 
> -Wno-unused-parameter -c -o msg.o msg.cc
> g++: error: unrecognized command line option ‘-Wpedantic’
> make: *** [msg.o] Error 1
> 
> I have checked to make sure I had make and build-essential installed.

Which version of g++ is that? -Wpedantic is pretty old.

Try removing -Wpedantic from within the Makefile and see if that's the
only offending flag.


Reply via email to