-
Notifications
You must be signed in to change notification settings - Fork 182
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
Building for Android #49
Comments
This looks like an error in yder compilation where it needs systemd library by default. You can try to build yder independently with disabling systemd dependency:
Although I have never tried to compile Ulfius on android, I'm interested in the results. |
I have quick-and-dirty managed to compile all the libraries and it works for now. I will upload my changes somehow. |
Awesome, I'll wait for your feedback then. |
I have the same problem under Debian Stretch, I downloaded Ulfius as a zip, then downloaded orcadia & yder into ulfius's lib directory and followed their installation instructions as per their README's. Orcadia installed OK, however yder did not. I am happy to help if I can, I found alternative FindSystemd.cmake scripts but I am no cmake expert and couldn't see (quickly) how to integrate them.
A quick look at yder.c shows
but: I tried: I followed this by: and I have what I want. Sorry for the noise, comment about cmake above still stands. |
@EauContraire , it seems that your problem was the absence of libsystemd: |
@waldemarKunkel , were you able to move on with the android build? |
Azure DevOps (former VSTS) can build for android. I'll have a look at it |
Are there already any updates or guides in how to build in android? |
Hi, I'm trying integrate your library in my Android project.
So far I was using MHD and was also able to build Jensson.
But ulfius won't build. It gives me this error:
-- Could NOT find Systemd (missing: SYSTEMD_LIBRARY SYSTEMD_INCLUDE_DIR)
The text was updated successfully, but these errors were encountered: