Skip to content

Help compiling dependencies #80

@pikitgb

Description

@pikitgb

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions