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

Compilation errors in fmq_client.c and fmq_server.c #44

Closed
asgibbons opened this issue Feb 17, 2014 · 2 comments
Closed

Compilation errors in fmq_client.c and fmq_server.c #44

asgibbons opened this issue Feb 17, 2014 · 2 comments

Comments

@asgibbons
Copy link

I followed the directions for downloading and installing:

git clone git://github.com/hintjens/filemq.git
cd filemq
./autogen.sh
./configure && make check

I got the following errors:

fmq_client.c: In function 'fmq_client_subscribe':
fmq_client.c:149:5: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
fmq_client.c: In function 'fmq_client_set_inbox':
fmq_client.c:161:5: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
fmq_client.c: In function 'fmq_client_set_resync':
fmq_client.c:172:5: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
fmq_client.c: In function 'process_the_patch':
fmq_client.c:599:13: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
make[2]: *** [fmq_client.lo] Error 1

fmq_server.c: In function 'fmq_server_bind':
fmq_server.c:116:5: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
fmq_server.c: In function 'fmq_server_publish':
fmq_server.c:133:5: error: too many arguments to function 'zstr_sendm'
/usr/local/include/zstr.h:56:5: note: declared here
fmq_server.c:134:5: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
fmq_server.c: In function 'fmq_server_set_anonymous':
fmq_server.c:145:5: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
fmq_server.c: In function 'server_control_message':
fmq_server.c:666:9: error: too many arguments to function 'zstr_send'
/usr/local/include/zstr.h:51:5: note: declared here
make[2]: *** [fmq_server.lo] Error 1

@asgibbons asgibbons reopened this Feb 17, 2014
@hintjens
Copy link
Member

There was a change in CZMQ's API to remove unsafe methods; this broke a
number of apps. I've fixed FileMQ: #45

On Mon, Feb 17, 2014 at 1:36 PM, asgibbons notifications@github.com wrote:

Reopened #44 #44.

Reply to this email directly or view it on GitHubhttps://github.com//issues/44
.

@asgibbons
Copy link
Author

The latest pull fixes my issue. Thanks.

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

2 participants