-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build on Linux #1
Comments
Hi laruence You should use |
$ config/autorun.sh |
I guess you are using tarball from github. Your build fails because of this line https://github.com/couchbase/libcouchbase/blob/master/config/autorun.sh#L41 To fix it you should either clone repo with |
okey, works. but there is another quesion, that is this project depends one the libvbucket which can't be autoconf in my envrion: $ ./config/autorun.sh do you have any ideas? thanks very much. |
you can find
or download couchbase server and configure with |
/join #libcouchbase on irc.freeenode.org |
Hi, I mean, I can't config/autorun.sh on the libvbucted, sorry for bothering. |
s /can find/can't find/ :) |
hmm, I cannot reproduce it here, just made fresh copy and all works well, could you post your autoconf version? |
autoconf 2.5.9 |
do you have the "m4/config/plugin.ac" file under the libvbucket src dir? |
no, I don't |
Hi:
here is the problem:
$ aclocal
configure.ac:26: file `m4/version.m4' does not exist
$ autoconf
**m4:configure.ac:26: cannot open `m4/version.m4': No such file or directory
autom4te: *m4 failed with exit status: 1
am I miss something?
thanks
The text was updated successfully, but these errors were encountered: