I am having problems compiling 2.9p8 with OS X Mavericks.
The compile fails after three errors involving Avahi even though avahi is installed.
../../../owlib/src/include/ow_master.h:165:2: error: unknown type name 'AvahiServiceBrowser'; did you mean '_DNSServiceBrowse'?
AvahiServiceBrowser avahi_browser ;
^~~~~~~~~~~~~~~~~~~
_DNSServiceBrowse
../../../owlib/src/include/ow_dnssd.h:1032:41: note: '_DNSServiceBrowse' declared here
typedef DNSServiceErrorType DNSSD_API(_DNSServiceBrowse)
Any suggestions on how to fix this issue?