On 06/22/2012 01:14 PM, David C. Rankin wrote:
On 06/22/2012 12:38 PM, Timothy Pearson wrote:
Darrell,
Here is a summary of the failures.
avahi-tqt:
make[2]: Entering directory `/build/src/avahi-tqt/avahi-tqt' GEN qt-watch.moc3 /usr/bin/moc-tqt: line 8: tqmoc: command not found make all-am make[3]: Entering directory `/build/src/avahi-tqt/avahi-tqt' CXX libavahi_tqt_la-qt-watch.lo qt-watch.cpp:183:25: fatal error: qt-watch.moc3: No such file or directory compilation terminated.
What happened here? It says 'GEN qt-watch.moc3', but then fatal error: qt-watch.moc3: No such file or directory?
See "tqmoc: command not found" in your log above. Where is your tqmoc executable located?
Thanks Tim,
That's the confusing part, it's right where it should be.
/opt/tqt3/bin/tqmoc -rwxr-xr-x 1 root root 2801719 Jun 21 15:46 david/opt/tqt3/bin/tqmoc
Is there some other environment variable other that QTDIR that needs setting with the new TQt names? What's confusing to me is it is right where it is supposed to be :(
I don't know what the deal was here. I hacked /usr/bin/moc-tqt to see what it was doing, then kicked off the build again and it worked:
==> Building - tde-avahi-tqt... make all-recursive make[1]: Entering directory `/build/src/avahi-tqt' Making all in avahi-tqt make[2]: Entering directory `/build/src/avahi-tqt/avahi-tqt' GEN qt-watch.moc3
********************************** * moc-tqt execution * *********************************
'cp -Rp qt-watch.cpp qt-watch.cpp.bkp' 'tqt-replace qt-watch.cpp' 'tqmoc qt-watch.cpp -o qt-watch.moc3' 'cp -Rp qt-watch.cpp.bkp qt-watch.cpp' 'rm -f qt-watch.cpp.bkp'
********************************** make all-am
<snip>
==> Finished making: tde-avahi-tqt 14.0.0_dev-2 (Fri Jun 22 18:37:28 UTC 2012)
gremlins....