We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i'm getting this error when i'm trying to compile cberl
./rebar get-deps compile ==> jiffy (get-deps) ==> poolboy (get-deps) ==> cberl (get-deps) ==> jiffy (compile) ==> poolboy (compile) ==> cberl (compile) Compiling c_src/callbacks.c c_src/callbacks.c:3:10: fatal error: 'libcouchbase/couchbase.h' file not found
^
1 error generated. ERROR: compile failed while processing /Users/pikitgb/cberl: rebar_abort
I have libcouchbase and couchbase installed and running correctly. And the source_path for the libcouchbase installation is:
$ ls -A1 /usr/local/Cellar/libcouchbase/2.5.5/include/libcouchbase/
_cxxwrap.h api3.h assert.h cntl-private.h cntl.h configuration.h couchbase.h deprecated.h error.h http.h iops.h kvbuf.h libevent_io_opts.h libuv_io_opts.h n1ql.h pktfwd.h plugins select_io_opts.h sysdefs.h vbucket.h views.h visibility.h
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i'm getting this error when i'm trying to compile cberl
./rebar get-deps compile
==> jiffy (get-deps)
==> poolboy (get-deps)
==> cberl (get-deps)
==> jiffy (compile)
==> poolboy (compile)
==> cberl (compile)
Compiling c_src/callbacks.c
c_src/callbacks.c:3:10: fatal error: 'libcouchbase/couchbase.h' file not found
include <libcouchbase/couchbase.h>
1 error generated.
ERROR: compile failed while processing /Users/pikitgb/cberl: rebar_abort
I have libcouchbase and couchbase installed and running correctly.
And the source_path for the libcouchbase installation is:
$ ls -A1 /usr/local/Cellar/libcouchbase/2.5.5/include/libcouchbase/
_cxxwrap.h
api3.h
assert.h
cntl-private.h
cntl.h
configuration.h
couchbase.h
deprecated.h
error.h
http.h
iops.h
kvbuf.h
libevent_io_opts.h
libuv_io_opts.h
n1ql.h
pktfwd.h
plugins
select_io_opts.h
sysdefs.h
vbucket.h
views.h
visibility.h
Thanks in advance!
The text was updated successfully, but these errors were encountered: