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

Error building zmq_exec.c #7

Open
abhijithch opened this issue Feb 25, 2016 · 1 comment
Open

Error building zmq_exec.c #7

abhijithch opened this issue Feb 25, 2016 · 1 comment

Comments

@abhijithch
Copy link

Trying to build zmq_exec.c on OS X, MATLAB R2015b and ZMQ 4.1.4, getting the following error.

Error using mex
/Users/abhijithc/.julia/v0.4/julia-matlab/mex/zmq_exec.c:55:32: error: too few arguments to function call, expected 4,
have 3
  rc = zmq_send(socket, &msg, 0);
       ~~~~~~~~                ^
/usr/local/Cellar/zeromq/4.1.4/include/zmq.h:353:1: note: 'zmq_send' declared here
@abhijithch
Copy link
Author

Changing to rc = zmq_send(socket, &msg, sizeof(msg), 0); helped.

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