-
Notifications
You must be signed in to change notification settings - Fork 65
Description
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!