You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
In Void Linux, the dns_sd.h header is installed to /usr/include/avahi-compat-libdns_sd/dns_sd.h, but the gem assumes that the header is installed to <something>/include/dns_sd.h. Therefore, sudo gem install dnssd -- --with-dnssd-dir=/usr/include/avahi-compat-libdns_sd/ fails, and the mkmf.log file shown the compiler trying to include /usr/include/avahi-compat-libdns_sd//include.
In Void Linux, the
dns_sd.hheader is installed to/usr/include/avahi-compat-libdns_sd/dns_sd.h, but the gem assumes that the header is installed to<something>/include/dns_sd.h. Therefore,sudo gem install dnssd -- --with-dnssd-dir=/usr/include/avahi-compat-libdns_sd/fails, and themkmf.logfile shown the compiler trying to include/usr/include/avahi-compat-libdns_sd//include.