On Tuesday 23 Jul 2002 8:57 am, Mithun Bhattacharya wrote:
> --- "L.V.Gandhi" <[EMAIL PROTECTED]> wrote:
> > I still get the error as
> > checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt)
>
> Try doing a "export QTDIR=/usr/lib/qt3" before you run ./configure -
> donont supply any qt lib or include paths while configuring. I faced
> simillar problems configuring the qt-gui pluggin for licq but it got
> solved when I exported the QTDIR environment variable.
I tried this also still get the same error
checking for Qt... configure: error: Qt (>= Qt 3.0.2) (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!
config.log last lines are
configure:10960: checking for Qt
configure: 11027: /usr/lib/qt3/include/qstyle.h
taking that
tried NO
configure:11137: rm -rf SunWS_cache; g++ -o conftest -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/X11R
6/lib   conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM 
-lICE  -lresolv -lpthread
 1>&5
/tmp/ccKGVafp.o: In function `main':
/tmp/ccKGVafp.o(.text+0x11): undefined reference to `QString::null'
/tmp/ccKGVafp.o(.text+0x16): undefined reference to 
`QStyleFactory::create(QString const&)'
/tmp/ccKGVafp.o(.text+0x20): undefined reference to 
`QCursor::QCursor[in-charge](int)'
/tmp/ccKGVafp.o(.text+0x28): undefined reference to `QCursor::~QCursor 
[in-charge]()'
collect2: ld returned 1 exit status
configure:11140: $? = 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 >= 302)
#error 1
#endif

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

L.V.Gandhi
203, Soundaryalahari Apartments, Lawsons Bay colony, Visakhapatnam, 530017
MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA
[EMAIL PROTECTED],  [EMAIL PROTECTED] linux user No.205042




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to