Code:
checking for moc... not found
configure: error: No Qt meta object compiler (moc) found!
Please check whether you installed Qt correctly.
You need to have a running moc binary.
configure tried to run and the test didn't
succeed. If configure shouldn't have tried this one, set
the environment variable MOC to the right one before running
configure.
So I went to the debian website and
downloaded the Qt GUI development files, and attempted to install them using alien.
Code:
# alien -i libqt3-dev_3.0.3-20020329-1_i386.deb
dpkg: error processing libqt3-dev_3.0.3-20020329-1_i386.deb (--install):
trying to overwrite `/usr/bin/qmake', which is also in package qt3-dev-tools
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
libqt3-dev_3.0.3-20020329-1_i386.deb
Can anyone help?
