Trouble getting .configure to find QT
hi, I'm trying to install komba2-0.7.3. running the configure script I get the following
checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log
following the instructions to read config.log I find the following
#if ! (QT_VERSION >= 222)
#error 1
#endif
int main() {
QStringList *t = new QStringList();
QIconView iv(0);
iv.setWordWrapIconText(false);
QString s;
s.setLatin1("Elvis is alive", 14);
int magnolia = QEvent::Speech; /* new in 2.2 beta2 */
return 0;
}
I recently compiled QT version 4.5, did I install QT incorrectly or do I have to downgrade QT?
thanks for the help in advance.
|