-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Not a bug report, just a question.
I'm currently trying to include RDMnet libraries into a project, and have built the library and included successfully so far for macOS, iOS, and Windows. The last piece I need is to compile RDMnet for Android, and I'm running into two problems:
- Build error complaining about
uuid/uuid.hnot being found. Apparently, this is not included in the C++ NDK used to compile for Android, but is included in the AOSP sources, so I just downloaded from there and dropped it in./external/EtcPal/include/just to get the build to succeed. - Build errors complaining about
avahi-client/client.hnot being found. I understand this is expected for Linux builds, but I'm wondering if this is necessary on Android, as Android has its own "Network Service Discovery". Is this sufficient for mDNS support, or would I need to build avahi-client for Android and include the headers to build?
Thanks for any insight you can provide!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels