On Fri, 28 Apr 2006 13:39:14 -0500, Casey Harkins wrote
> I no longer have the original thread in my mail client and the
> archives on sf.net seem to be unavailable right now, so I'm sorry if
> this was already covered.
>
> KingAnt had posted to this list a couple weeks ago about compiling
> against avahi-compat-howl. I believe the last message was that it
> compiled successfully but the plugin didn't load.
>
> I just gave it a try here and noticed that HOWL_LIBS was missing
> -lhowl in the src/protocols/bonjour/Makefile after ./configure'ing
> as KingAnt suggested. I added it in manually, make installed, and
> the plugin is loading for me and my gaim instance is showing up on
> avahi-discover. Haven't had a chance to find someone w/ iChat to
> test with.
>
> -casey
Cool, thanks for pointing that out, Casey. I changed a line in Gaim's
configure.ac from
HOWL_LIBS="-L$ac_howl_libs"
to
HOWL_LIBS="-L$ac_howl_libs -lhowl"
and that seemed to fix it.
Also I managed to get our Howl section in configure.ac to first check for the
existance of Avahi's Howl compatibility layer and use it, if found. If Avahi
isn't installed then it'll check for Howl.
So now Avahi should be auto-detected and those two options to
configure/autogen should not be needed.
-Mark
|