question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FileMQ does not build under OS X

See original GitHub issue

I 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:open
  • Created 8 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
msteinhoffcommented, Jan 28, 2016

Done 😃

0reactions
keentcommented, Jan 28, 2016

Nice. It would be best if you can create a pull request since you already have the modified file 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found