moc-qt4: Command not found
Status: Beta
Brought to you by:
monkeyiq
Hi,
I've tried to build libferris-1.5.0 from sources and encountered a problem:
Entering directory `/home/andrey/upstream-tracker/repository/libferris/install/libferris-1.5.0/DBusGlue'
qdbusxml2cpp -N -m -c broker -p broker_interface ./ferris_internal_metadata_broker_introspect.xml
moc-qt4 broker_interface.h -o broker_interface.moc
make[2]: moc-qt4: Command not found
make[2]: *** [broker_adaptor.cpp] Error 127
The issue is that there is no "moc-qt4" utility on my system. It is named simply "moc". This should be checked by configure script.
Environment: openSUSE 11.2, x86
I'll have a look at this after my next journey. If you have any suggestion as to the best way to detect moc from configure that would be great, otherwise I'll search around and come up with something.