-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
DBus demo needs gen_dbus #3
Comments
Thanks for your report. |
Thanks for your answer. I will be patient, and if I can put aside the time to get to a proper fix, I will indeed pull-request it :). |
The following GSoC projects have been accepted: Would any student you know be interested in implementing services, just contact me ! |
Yes, I know! I am spreading the word amongst my students.
Wiil do! Laura |
Commit b0bde84 'temporarily' disabled the
gen_dbus
module, rendering the demo example impossible to run. Sadly, renaminggen_dbus.erl.bak
togen_dbus.erl
and re-compiling does not help, since at least one macro is missing (HEADER_MEMBER
). Even after defining such macro, and fixing some other issues, the furthers one gets when starting thedbus_demo
application is to abadarg
error on thebinary:split/3
call ondbus_auth_cookie_sha1
module (line 24).Same behaviour is observed by simply starting dbus (
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7591469-dbus-demo-needs-gen_dbus?utm_campaign=plugin&utm_content=tracker%2F2587299&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2587299&utm_medium=issues&utm_source=github).dbus:start()
) and then runningdbus:connect(session)
.The text was updated successfully, but these errors were encountered: