[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

error in configure



Hi,

I am trying to compile krss but get this error from configure:

checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

The end of config.log:

configure:6881: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -I
NO -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/lib -L/usr/X11R6/lib
 conftest.C  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lresolv -lpthre
ad 1>&5
conftest.C:2:21: qglobal.h: No such file or directory
conftest.C:3:26: qapplication.h: No such file or directory
conftest.C:4:21: qcursor.h: No such file or directory
conftest.C:5:27: qstylefactory.h: No such file or directory
conftest.C:6:34: private/qucomextra_p.h: No such file or directory
conftest.C:8:2: #error 1
conftest.C: In function `int main()':
conftest.C:12: error: `QStyleFactory' undeclared (first use this function)
conftest.C:12: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
conftest.C:12: error: syntax error before `::' token
conftest.C:13: error: `QCursor' undeclared (first use this function)
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 303)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}


I apt-get many qt-ish libs and header-packages but no success.

What is missing?

TIA
juh

-- 
Man wächst mit seinen Aufgaben
http://www.sudelbuch.de/2002/20021203.html



Reply to: