Comment by saagarjha
5 years ago
In this case, the top-level Makefile includes a bunch of internal junk, and the configure script thinks your system is very broken because it's old and Xcode 12 ups the warning for a missing prototype to an error. I was able to get it to build with
$ CC="clang -Wno-implicit-function-declaration" ./configure
$ make
No comments yet
Contribute on Hacker News ↗