Compile libcouchbase on mac
Mon, 06/18/2012 - 15:45
Hello im trying to compile libcouchbase from github :https://github.com/couchbase/libcouchbase
but i;m getting the following error
fatal: No names found, cannot describe anything. fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions configure.ac:22: error: AC_INIT should be called with package and version arguments /opt/local/share/aclocal-1.11/init.m4:26: AM_INIT_AUTOMAKE is expanded from... configure.ac:22: the top level autom4te: /opt/local/bin/gm4 failed with exit status: 1 aclocal: /opt/local/bin/autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1
My guess is that you don't have git installed and you just downloaded the tar.gz file from the github page. Is this correct?