PDA

View Full Version : No moc found in /bin



tommystyle
11-26-2003, 01:15 AM
Hey there

I am trying to install drm on my HDD installed Knoppix (Debian woody). I installed fftw, faad, and Trolltech Qt with the apt-get instaruction.
So far, so good.
Now, when I try to run ./configure in the drm directory I always get the following error:
/*****
blah.. blah...
checking for fftw.h... yes
checking drfftw.h usability... yes
checking drfftw.h presence... yes
checking for drfftw.h... yes
checking rfftw.h usability... yes
checking rfftw.h presence... yes
checking for rfftw.h... yes
checking for main in -lqt-mt... yes
./configure: line 5307: ac_cv_lib_qt-mt=ac_cv_lib_qt-mt_main: command not found
checking for moc... no
configure: error: "No moc found in /bin"
*****/

I already tried to do a:
./configure --with-qt-includes=/usr/include/qt3 --with-qt-libs=/usr/lib/qt3

but same same...

Any Ideas? or am I doing it completely wrong?

tommystyle
11-26-2003, 07:26 PM
changed the links from
/usr/share/qt3/bin/moc to /bin/moc
and
/usr/share/qt3/bin/uic to /bin/uic
using:
ln -s /path /path