The redefinition error sounds like its a newer Erlang that's barfing on something that used to be good. Its probably just a matter of renaming a macro or realizing that its already defined in a header.
On Tue, Jan 27, 2015 at 10:00 AM, Alexander Shorin <[email protected]> wrote: > On Tue, Jan 27, 2015 at 6:31 PM, Micah Anderson <[email protected]> wrote: >> Compiling /tmp/couchdb/src/chttpd/src/chttpd_auth_cache.erl failed: >> /tmp/couchdb/src/chttpd/src/chttpd_auth_cache.erl:23: redefining macro >> 'ADMIN_CTX' >> ERROR: compile failed while processing /tmp/couchdb/src/chttpd: rebar_abort >> Makefile:22: recipe for target 'compile' failed >> make: *** [compile] Error 1 > > Run ./configure again - it should update couchdb-chttp app, or. > better, rm -rf src/* and run ./configure to make sure that all deps is > up-to-dated. > > -- > ,,,^..^,,,
