Trying to get the latest sources working on my Ubuntu.
I get all the way to te last "make". My configure command:
./configure --sbin-path=/usr/local/nginx/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-pcre=../pcre-8.41 --with-zlib=../zlib-1.2.11 --with-http_ssl_module --with-stream --add-module=../nginx-clojure/src/c
And my output after make:
cc1: all warnings being treated as errors
objs/Makefile:1388: recipe for target 'objs/addon/c/ngx_http_clojure_mem.o' failed
make[1]: *** [objs/addon/c/ngx_http_clojure_mem.o] Error 1
make[1]: Leaving directory '/home/phenixid/nginx-1.14.0'
Makefile:8: recipe for target 'build' failed
make: *** [build] Error 2