PDA

View Full Version : QT help



ZeroKun
05-06-2004, 04:58 PM
Man, if you couldnt tell already by the number of posts ive made im a n00b, anyway. I tried to compile a theme for kde using a debian-install shell script and at the end comes this part.


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.


What do i need for this to finisn compiling?

andig
05-06-2004, 05:40 PM
Same issue for me, solution was to create a symlink from
usr/include/qt to usr/include/qt3

as the automake seems to check usr/include/qt...

Cheers,
Andi