I patched avahi-tqt/Makefile.am as mentioned here:
http://trinity-devel.pearsoncomputing.net/?0::6608
Yet the build still fails:
Making clean in avahi-tqt
make[1]: Entering directory `/dev/shm/avahi-tqt/avahi-tqt'
test -z "qt-watch.moc3" || rm -f qt-watch.moc3
test -z "libavahi-tqt.la" || rm -f libavahi-tqt.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/dev/shm/avahi-tqt/avahi-tqt'
Making clean in .
make[1]: Entering directory `/dev/shm/avahi-tqt'
test -z "avahi-tqt.pc" || rm -f avahi-tqt.pc
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/dev/shm/avahi-tqt'
make all-recursive
make[1]: Entering directory `/dev/shm/avahi-tqt'
Making all in avahi-tqt
make[2]: Entering directory `/dev/shm/avahi-tqt/avahi-tqt'
GEN qt-watch.moc3
qt-watch.cpp:50: Error: The declaration of the class "AvahiWatch" contains
signals or slots
but no TQ_OBJECT macro.
qt-watch.cpp:69: Error: The declaration of the class "AvahiTimeout" contains
signals or slots
but no TQ_OBJECT macro.
make[2]: *** [qt-watch.moc3] Error 1
make[2]: Leaving directory `/dev/shm/avahi-tqt/avahi-tqt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dev/shm/avahi-tqt'
make: *** [all] Error 2
Darrell