kdevelop 2.1 compiling problems

Dieter Mummenschanz mummenschanz at gmx.net
Sat Mar 2 16:13:40 GMT 2002


Hello,

I´ve experienced problems compiling kdevelop 2.1 with kde 3.0 Beta2 or
later.
With kde 2.2.2 (QT 2.3x) it works fine.
The current kde 3.0 cvs also compiles on my machine!

Can anyone help?

Thx 
Dieter

configure failes with:

configure:5563: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions
-fno-check-new -I/usr/local/lib/qt-3.0.2/include -I/usr/X11R6/include  
-L/usr/local/lib/qt-3.0.2/lib -L/usr/X11R6/lib  conftest.C  -lqt -lpng -lz -lm -ljpeg 
-lXext -lX11 -lSM -lICE  -lresolv 1>&5
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qevent.h>
#include <qstring.h>
#include <qstyle.h>
#include <qiconview.h>
#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;
}


-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list