I am compiling in slackware 13.1 with no KDE.

I have compiled the following successfully:
qt-3.3.b
qca-1
qca-tls
poppler
dbus-qt3
dbus-python

tqtinterface-3.5.12 compiles without error. Compiling arts-3.5.12 stops at a 'not found' error for uic-tqt

I linked uic-tqt to uic and it now stops at:

/opt/kde3/lib/qt3/bin/moc ./qiomanager_p.h qiomanager_p.moc
Qt meta object compiler
moc: Too many input files specified

I also saw it looking for moc-tqt which was not found. I thought moc-tqt was for qt4.

How can i get passed the above error?

Jay