On 03/09/2012 09:34 PM, Darrell Anderson wrote:
Configure seems okay but make stumbles with creating qt-watch.moc3.
"moc: Too many input files specified" seems to be one of those error
message that nobody on the planet helps with. Lots of people asking, nobody explaining. Of course, all of these non-answers are replicated a couple hundred times all over the web. Google is a POS the past couple of years.
[...]
No Joy, same error...
But HELL YA! on the rest :)
I'm going to try a couple more packages on your list and then clean up
the
build script and set up logging. Total build to 1:59 minutes on my end for
all
the listed packages -- that's really good.
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 :(
Regards, Leandro -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it: http://www.email.it/f
Sponsor: Weekend di Pasqua di gusto con gli itinerari enogastronomici nell'entroterra romagnolo proposti da Costahotels, soggiorno + escursioni tutto compreso Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=12195&d=20120310
-- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor: Conto Arancio al 4,20%. Soldi sempre disponibili, zero spese, aprilo in due minuti! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11923&d=10-3
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