-
Notifications
You must be signed in to change notification settings - Fork 125
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
[MeterW1therm] avoid GLOB_BRACE, don't require glibc #470
Conversation
Thanks, this gets me further. Now I get this error:
Replication is difficult until the libsml pull request: volkszaehler/libsml#41 is merged. Currently one has to spin up an Alpine docker, install dependencies, run install.sh, edit unity.c to replace the offending line with the APPLE version, continue with install.sh. Unsure if this is a new issue or related.
There, use |
kind of off-topic here, i suggest you just create a "does not build on alpine" issue and post there, if you find more issues.
i feel sorry for the poor download servers,
why not use the fix from my fork?
for that warning, i suggest you remove -Werror from the Makefile or disable local, looks like an incompatible version of microhttpd, will check later. |
wow @r00t- thanks for all the amazing support. Will follow your advice. Also removing -Werror solves this (although I could not figure out know how to remove -Werror on the cmake command line, adjusting -DCMAKE_CXX_FLAGS did not help). I ran cmake, make, then build the failing file directly with the full c++ without -Werror and continue with make. That way it everything compiles. |
i now tested this one locally on my raspberry pi, the code works. |
Grad aus dem Augenwinkel gesehen. Du räumst ja richtig auf... RESPEKT! |
fix #402
UNTESTED ✅