[Kwintv] Latest Kwintv from CVS

Adrian Dannberg kwintv@mail.kde.org
Thu, 24 Oct 2002 00:13:12 +0200


Am Mittwoch, 23. Oktober 2002 23:55 schrieb George Staikos:
> On October 23, 2002 17:42, Adrian Dannberg wrote:
> > [lots of cheacking ...]
> > checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not
> > found. Please check your installation!
> >
> > Dont want to make u even more confused than are probably are, but I do
> > not know what I may be doing wrong.
>
>   Ok next thing to do is check config.log and see what failed at that
> point.

Ok I searched the log for qt and this is what I found.

>PATH: /usr/local/qt/include/bin 
looks wrong, I dont have a bin path in /usr/libs/qt3/include. And there is no 
/usr/local/qt path at all.

configure:21522: checking for Qt
configure: 21589: /usr/lib/qt3/include/qstyle.h
taking that
tried NO
configure:21699: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor 
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissin
/tmp/cc4WyzOO.o: In function `main':
/tmp/cc4WyzOO.o(.text+0x12): undefined reference to `QString::null'
/tmp/cc4WyzOO.o(.text+0x17): undefined reference to 
`QStyleFactory::create(QString const&)'
/tmp/cc4WyzOO.o(.text+0x27): undefined reference to 
`QCursor::QCursor[in-charge](int)'
/tmp/cc4WyzOO.o(.text+0x2f): undefined reference to `QCursor::~QCursor 
[in-charge]()'
collect2: ld returned 1 exit status
configure:21702: $? = 1
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 >= 0x030000)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:21742: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check 
your installation!


Do you knwo whats wrong?

Thx Adrian