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/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.