PDA

View Full Version : Windows deco and QT problems



ZeroKun
05-18-2004, 06:20 PM
I cant seem to get the configure to finish without this error for 3.1 themes.


checking for Qt...
libraries /usr/lib/qt3, headers /usr/include/qt3 using -mt
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.


Anyone know how i can fix this problem? Im running an HD install of 3.4.

Edix
05-19-2004, 05:02 AM
Funny or actually not funny enough come to think of it I just ran into the same error trying to install a Jack audio server tool compiled with QT on my knoppix hd and solved the QT issue's but still can't make jack work? so heres hoping you or someone out there knows jack LOL :)

anyway QT issues solved by
adding /usr/shared/qt3/bin to path
and then
export QTDIR=/usr/share/qt3
check with echo $QTDIR it should list the path if all is well

Any help with Jack and ardour greatly appreciated I can't build jack or the QT jack control however jack is installed with the ardour debian package? just cant seem to use it?
Thanks
ED

ZeroKun
05-19-2004, 02:11 PM
thanks. trying it right now

ZeroKun
05-19-2004, 02:20 PM
bleh, the configure works, but i cant compile it T_T