FileMQ does not build under OS X
See original GitHub issueI tried to build filemq and go this error:
CC src/src_libfilemq_la-fmq_msg.lo
CC src/src_libfilemq_la-fmq_server.lo
In file included from src/fmq_server.c:23:
In file included from ./src/filemq_classes.h:25:
In file included from ./src/../include/filemq.h:18:
./include/filemq_library.h:53:9: error: 'WITH_DRAFTS' macro redefined [-Werror]
#define WITH_DRAFTS
^
./src/platform.h:185:9: note: previous definition is here
#define WITH_DRAFTS 1
^
1 error generated.
make[1]: *** [src/src_libfilemq_la-fmq_server.lo] Error 1
make: *** [check-recursive] Error 1
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.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Failed to build FileMQ, "cannot link with -lczmq", czmq is ...
I am getting this error: configure: error: cannot link with -lczmq, install libczmq. on doing ./configure && make check . I have installed ......
Read more >dmpmqmsg (queue load and unload) - IBM
Use the dmpmqmsg utility to copy or move the contents of a queue, or its messages, to a file. Formerly the IBM MQ...
Read more >7. Advanced Architecture using ZeroMQ | ØMQ - The Guide
People have tried to build reusable protocol abstractions, like BEEP. Most did not stick, and those that did, like SOAP and XMPP, are...
Read more >Share files between your Mac and Bluetooth devices
Click the Info button , click the pop-up menus to choose your options, then click Done. If you can't browse or send files....
Read more >https://raw.githubusercontent.com/zeromq/czmq/mast...
Fixed #1802 - fix using ziflist in a VirtualBox VM running on OSX. ... you are using an older version of CZMQ it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Done 😃
Nice. It would be best if you can create a pull request since you already have the modified file 😃