-
Notifications
You must be signed in to change notification settings - Fork 1
Please add Mac Os X binding #2
Comments
This should be possible to do by adding an OS X section to the .travis.yml build. How much interest is out there for this? Could be done but takes a bit of trial and error with travis. |
So what I tried is essentially to build libzmq, then build jzmq, so I packed these
But yet tests are failing with |
With the currently published version of the jzmq your entire library has to be packed up as a monolithic libjzmq.dylib (without a dependency on libzmq). This makes the build much harder and I've submitted zeromq/jzmq/pull/423 to solve, which you can feel free to comment on if you think it'd be useful. |
I've cloned your fork and configured it using So is the issue can be solved using your repo (and some instructions) or it is to solve? |
Ok that's probably compiler differences on OS X. The self-contained thing The maintainers of jzmq are not particularly active, so let me publish an On Wed, Sep 21, 2016, 18:55 Alex Siryi [email protected] wrote:
|
Thank you very much in advance. |
Or help with instructions how to build it.
I guess, first of all, I need to build
libzmq.dylib
andlibjzmq.dylib
?The text was updated successfully, but these errors were encountered: