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
On Thursday 20 January 2011 13:43:54 Jay wrote:
moc: Too many input files specified
Hi Jay
You get "Too many input files specified" error because of missing moc-tqt. Try to install tqtinterface before compiling arts. Also write as dependency tqtinterface for arts.
Thanks, i should have mentioned i have tqtinterface installed before compiling arts but still get this error. I receive no error when building tqtinterface.
On Fri, Jan 21, 2011 at 2:14 AM, mehmet mehmet@pardus.org.tr wrote:
On Thursday 20 January 2011 13:43:54 Jay wrote:
moc: Too many input files specified
Hi Jay
You get "Too many input files specified" error because of missing moc-tqt. Try to install tqtinterface before compiling arts. Also write as dependency tqtinterface for arts.
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Thanks, i should have mentioned i have tqtinterface installed before compiling arts but still get this error. I receive no error when building tqtinterface.
Hi again
Ok, it can be already installed but it is not found. You can realize this from the below command "/opt/kde3/lib/qt3/bin/moc ./qiomanager_p.h qiomanager_p.moc"
For example this same command for Pardus Corporate 2 is "usr/bin/tqt-moc /usr/qt/3/bin/moc ./qiomanager_p.h qiomanager_p.moc". You can try this command by hand giving absolute paths for tqt-moc and moc.
So now you should make some change in your makefile or acinclude file to find your tqt-moc executable's path.
Thanks very much. I will try pointing directly to the path you provided. *usr/bin/tqt-moc /usr/qt/3/bin/moc*
*"By the way I assume that you are using autoconf to compile arts"*
I have tried compiling using the SVN tree, and from source. This is my procedure:
cd kde-3.5.x SVN=true ./arts/arts.Slackbuild
or manually (this is from memory so paths may be incorrect):
tar zxvf arts* cd dependencies/arts cp -Rp /usr/share/libtool/config/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/aclocal/ltmain.sh admin make -f admin/Makefile.common ./configure --with-qt-dir=/opt/kde3/lib/qt3
Jay
2011/1/21 Mehmet Özdemir mehmet@pardus.org.tr
Thanks, i should have mentioned i have tqtinterface installed before compiling arts but still get this error. I receive no error when building tqtinterface.
By the way I assume that you are using autoconf to compile arts.
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Thanks very much. That was definitely the cause. When i edit configure file and declare TQTMOC all went well. Now i am stuck compiling kdebase, but that's for another message.
Jay
On Fri, Jan 21, 2011 at 12:31 PM, Jay jayflood@gmail.com wrote:
Thanks very much. I will try pointing directly to the path you provided. *usr/bin/tqt-moc /usr/qt/3/bin/moc*
*"By the way I assume that you are using autoconf to compile arts"*
I have tried compiling using the SVN tree, and from source. This is my procedure:
cd kde-3.5.x SVN=true ./arts/arts.Slackbuild
or manually (this is from memory so paths may be incorrect):
tar zxvf arts* cd dependencies/arts cp -Rp /usr/share/libtool/config/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/aclocal/ltmain.sh admin make -f admin/Makefile.common ./configure --with-qt-dir=/opt/kde3/lib/qt3
Jay
2011/1/21 Mehmet Özdemir mehmet@pardus.org.tr
Thanks, i should have mentioned i have tqtinterface installed before
compiling arts but still get this error. I receive no error when
building
tqtinterface.
By the way I assume that you are using autoconf to compile arts.
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting