-
Notifications
You must be signed in to change notification settings - Fork 72
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
FileMQ does not build under OS X #72
Comments
We'll fix this later on using zproject - for now you can comment out the line in filemq_library.h to just add double slash e.g. |
Okay, now I got a bit farther, but the selftest fails:
Is this also something I can ignore? |
I'll create a pull request later. For now it's creating just one option so line assert (zhash_size (options) == 1); |
Okay, I found another problem in line 1193 which should be: assert (zhash_size (headers) == 1); It now builds :) |
Nice. It would be best if you can create a pull request since you already have the modified file :) |
Solution: Apply changes to filemq_library.h and tests in fmq_msg.c as suggested in issue zeromq#72.
Done :) |
I tried to build filemq and go this error:
I don't have C skills and haven't the slightest clue what this means but I'd be happy to provide more info if required.
The text was updated successfully, but these errors were encountered: