Fwd: Re: compiling gideon snapshot [2:5364:5375]
Daniel Engelschalt
daniel.engelschalt at gmx.net
Fri Jun 28 09:44:02 UTC 2002
hi all,
does anyone has an idea ? my only tip would be to remove qt2 and re-run
ldconfig.
bye,
daniel
--- Weitergeleitete Nachricht / Forwarded Message ---
Date: Thu, 27 Jun 2002 00:50:33 +0200
From: smh <smhs at mail.ru>
To: Daniel.Engelschalt at gmx.net
Subject: Re: compiling gideon snapshot [2:5364:5375]
> This message was sent from: KDevelop Forum.
> <http://www.kdevelop.org/forum/read.php?f=2&i=5375&t=5364>
> ----------------------------------------------------------------
>
> :) Okay, here it is:
> ----------------------
> configure:20459: checking for Qt
> configure: 20521: /usr/lib/qt3/include/qstyle.h
> taking that
> tried NO
> configure:20626: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
> -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W
> -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2
> -fno-exceptions -fno-check-new -I/usr/lib/qt3/include -I/usr/X11R6/include
>
> -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt3/lib -L/usr/X11R6/lib
> conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE
> -lresolv -lpthread 1>&5
> /tmp/cc6BLrCS.o: In function `main':
> /tmp/cc6BLrCS.o(.text+0x11): undefined reference to `QString::null'
> /tmp/cc6BLrCS.o(.text+0x16): undefined reference to
> `QStyleFactory::create(QString const&)'
> /tmp/cc6BLrCS.o(.text+0x20): undefined reference to
> `QCursor::QCursor(int)'
> /tmp/cc6BLrCS.o(.text+0x28): undefined reference to `QCursor::~QCursor()'
> collect2: ld returned 1 exit status
> configure:20629: $? = 1
> configure: failed program was:
> #include "confdefs.h"
> #include
> #include
> #include
> #include
> #include
> #if ! (QT_VERSION >= 303)
> #error 1
> #endif
>
> int main() {
> (void)QStyleFactory::create(QString::null);
> QCursor c(Qt::WhatsThisCursor);
> return 0;
> }
> configure:20668: error: Qt (>= Qt 3.0.3) (library qt-mt) not found. Please
> check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
> ----------------------
> Yes, i have qt2 also in /usr/lib. That's there are /usr/lib/qt2 and
> /usr/lib/qt3. Should i remove qt2? In /usr/lib/qt3/lib I have
> libqt-mt.so.3.0.4; and libqt-mt.so, libqt-mt.so.3, libqt-mt.so.3.0 are
> symlinks to libqt-mt.so.3.0.4.
>
>
> ----------------------------------------------------------------
> Sent using Phorum software version 3.2.11 <http://phorum.org>
>
More information about the KDevelop-devel
mailing list