|
From: Petr M. <mi...@ph...> - 2012-01-06 15:11:45
|
During make, I see: /usr/src/packages/BUILD/qt-everywhere-opensource-src-4.7.1/bin/rcc: Command not found make[3]: *** [qrc_QtGnuplotResource.cpp] Error 127 and similarly for lrelease. Directory /usr/src/packages/BUILD/qt-everywhere-opensource-src-4.7.1 does not exist; rcc and lrelease are directly in /usr/bin/. Is this a bug in pkg-config? Here is what I get with pkg-config: $ pkg-config --variable=rcc_location QtCore /usr/src/packages/BUILD/qt-everywhere-opensource-src-4.7.1/bin/rcc $ pkg-config --variable=uic_location QtCore /usr/bin/uic Among others, the following libraries are installed: libqt4-devel-4.7.1-154.1 qt3-devel-3.3.8b-87.11 qt3-3.3.8b-87.11 It's on OpenSUSE 11.1 with KDE3. --- Petr |