-
Notifications
You must be signed in to change notification settings - Fork 357
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
make: dns_sd.h: No such file or directory #210
Comments
Fixed the 'Failed to load plugin' errors by removing parts of LDFLAGS environment variable that had been set by Anaconda (oops!), and did a clean rebuild. Only warnings now are the generic Apple-Avahi warnings (the first 3 warnings above). 'Still getting "Unable to connect to "RPiPlay"' from iPad (iOS 13.5.1) |
After modifying code to use static ports as per https://github.com/FD-/RPiPlay/pull/196, rebuilding, and opening firewall, I now get a connection and then immediate seg fault:
Will try to rebuild with debug and share a stack trace later. Could be a gstreamer issue. |
After following the debug instructions in https://github.com/FD-/RPiPlay/issues/193, here's the output when it core dumps:
Any insights would be appreciated! Thanks! After following the debug instructions in https://github.com/FD-/RPiPlay/issues/193, here's the output when it core dumps:
Any insights would be appreciated! Thanks! PS- Tried this in three different graphics modes: Full NVIDIA graphics, Hybrid Graphics, and Intel Graphics (rebooted each time I switched modes). All 3 yielded seg faults. (I was hoping the Intel Graphics version would work!) |
Hi. Don'know whether it's related but in some other case the segmentation fault was related to gstreamer1.0-vaapi. |
I was having the same problem "segmentation fault (core dumped)", with 3 different graphics modes.. Using the solution provided by @freiheitsnetz and rebuilding rpiplay the problem was solved. 👍🏽 |
this helps me! |
Same issues as I reported in antimof/UxPlay#30: Make produces an error message about not being able to find dns_sh.h, on Ubuntu 20.10:
A common fix for this seen around the internet is to install libavahi-compat-libdnssd-dev, however as this was already the latest version on my system, doing this had no effect.
---- Here is where the original Issue ends, but after the workaround (below), it still doesn't work ----
A fix I came up with for this was to manually download dns_sd.h from Apple, put it in RPIplay/lib, and change the angle-brackets to quotes in the include statement on line 38 of lib/dnssd.c
After that, build occurs without errors. However, one sees errors from gstreamer, and the iPad says "Unable to connect to RPiPlay"
Log shows...
The text was updated successfully, but these errors were encountered: