trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] (Some progress) avahi-tqt - any progress?

From: Darrell Anderson <humanreadable@...>
Date: Sat, 10 Mar 2012 14:09:53 -0800 (PST)
> There is an error in avahi-tqt/Makefile.am, the
> qt-watch.moc3 target should
> be:
> 
>     $(AM_V_GEN)$(MOC_QT3) $^ -o $@
> 
> 
> Too bad the build breaks immediately after because the tqt
> header path is
> hardcoded to /usr/include/tqt :(

Yes that small fix helps. Thanks!

Tim, the build fails with the following:

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.


Darrell