flipper
02-21-2007, 03:08 PM
I get the following error during ./configure on an OpenSUSE 10.2 install. Any ideas about which package I'm missing?
Thanks!
checking for Qt... yes
>> Found version.: 3.3.7
>>> Headers......: /usr/lib/qt3/include/
>>>> Libraries...: /usr/lib/qt3/lib/
>>>> Documentation...: /usr/lib/qt3/doc/html/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... configure: error: No working Qt meta object compiler (moc) found!
Configure found and tried to use '/usr/bin/moc', but failed...
If configure shouldn't have tried '/usr/bin/moc', please set the environment
variable MOC to point to the location of your prefered moc binary and run
configure over.
As a last resort, it may be possible to eliminate this error by typing:
export MOC=`updatedb && locate moc | grep bin/moc` (with the `s)
Thanks!
checking for Qt... yes
>> Found version.: 3.3.7
>>> Headers......: /usr/lib/qt3/include/
>>>> Libraries...: /usr/lib/qt3/lib/
>>>> Documentation...: /usr/lib/qt3/doc/html/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... configure: error: No working Qt meta object compiler (moc) found!
Configure found and tried to use '/usr/bin/moc', but failed...
If configure shouldn't have tried '/usr/bin/moc', please set the environment
variable MOC to point to the location of your prefered moc binary and run
configure over.
As a last resort, it may be possible to eliminate this error by typing:
export MOC=`updatedb && locate moc | grep bin/moc` (with the `s)