Makefile with a little character error
Brought to you by:
mavey
When trying to compile (make) version 0.92.3 in Mac OS X 10.7, this error appears:
Compiling utils.c
cc1: error: unrecognized command line option "-Wno-unused-but-set-variable"
That seems to be just a character error in makefile, line 18. Replacing
-Wno-unused....
to
-no-unused...
fix the problem.