-
Notifications
You must be signed in to change notification settings - Fork 377
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
Added dbus compatibility for OS X #225
base: master
Are you sure you want to change the base?
Conversation
Fixed waf building on OSX.
Move aften check to resolve conflict.
I've rebased a copy of this patch against current master. Please do as well (git rebase master) to discuss the actual diff. |
yeah, i had to go and find a copy of that aften lib and hack it to get it to build on osx. i rebased to the lastest and still get weird errors linking to that aften lib. does this require 32-bit version or 64-bit libs?
|
@claudiocabral Hi, if you make a small change to the pull request it will flow through the travis build system so we can see if there are any issues. The travis build was introduced after this PR was made.
should do the trick. Thanks |
Hi, |
It seems it didn't work, I can't see a commit either (?). |
wait, my bad. I totally forgot to checkout the correct branch after cloning... will redo it |
Fantastic, seems to do something now :) |
Changed dbus/controller.c in order to allow jackdbus to be built on OS X.
Don't know it's a feature a lot of people are interested in, but would like to share it anyways