Menu

#63 Makefile with a little character error

v0.93 show-stopper
open
nobody
makefile (1)
1
2014-01-08
2014-01-08
No

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.

Discussion


Log in to post a comment.