Skip to content
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

Trouble installing, native extensions #140

Open
wjdp opened this issue Nov 17, 2016 · 0 comments
Open

Trouble installing, native extensions #140

wjdp opened this issue Nov 17, 2016 · 0 comments

Comments

@wjdp
Copy link

wjdp commented Nov 17, 2016

System is Ubuntu 16.04, Ruby 2.3.1, gem 2.5.1. I've got libtool, autoconf and automake.

Gem does not install, issue with native extensions. Logs are available on this gist.

                             ^
In file included from rbkit_tracer.h:8:0,
                 from rbkit_tracer.c:9:
/usr/include/zmq.h:229:16: note: expected ‘zmq_msg_t * {aka struct <anonymous> *}’ but argument is of type ‘char *’
 ZMQ_EXPORT int zmq_send (void *s, zmq_msg_t *msg, int flags);
                ^
rbkit_tracer.c:340:5: error: too many arguments to function ‘zmq_send’
     zmq_send(zmq_publisher, sbuf->data, sbuf->size, 0);
     ^
In file included from rbkit_tracer.h:8:0,
                 from rbkit_tracer.c:9:
/usr/include/zmq.h:229:16: note: declared here
 ZMQ_EXPORT int zmq_send (void *s, zmq_msg_t *msg, int flags);
                ^
Makefile:239: recipe for target 'rbkit_tracer.o' failed
make: *** [rbkit_tracer.o] Error 1

make failed, exit code 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant