Building KDE2


Subject: Building KDE2
From: Sam Moore (samiwas@macconnect.com)
Date: Wed Nov 22 2000 - 20:52:03 MST


OK, trying again to build kdesupport from sources at
http://www.msoe.edu/~geiseri/kde2/.
qt-2.2.1 and qt-devel-2.2.1 are installed - i swear - $QTDIR is set to
/usr/lib/qt-2.2.1, and rpm -qil qt returns a whole slew of correct information
indicating that it knows about qt-2.2.1 too. I've run ldconfig, and logged out
and back in again just on spec.

Nevertheless, /usr/src/redhat/SOURCES/configure complains that qt>=2.2.1
{libraries} is not found.
The config.log yields this:

/usr/lib/qt-2.2.1/lib/libqt.so: undefined reference to `glXCreateGLXPixmapMESA'
/usr/lib/qt-2.2.1/lib/libqt.so: undefined reference to `glXReleaseBuffersMESA'
collect2: ld returned 1 exit status
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qapp.h>
#include <qobjcoll.h>
#include <qevent.h>
#include <qstring.h>
#include <qstyle.h>
#include <qiconview.h>
#if ! (QT_VERSION >= 221)
#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;
}

Any ideas greatly appreciated.

Sam Moore <smoo@lungta.org>
dba Windhorse Studio * Maps & Information Design

Personal: http://www.lungta.org (not ready yet)
For the clan: http://smhtf.lungta.org
Work: http://www.ewcreative.com

"Good and bad, happy and sad, all thoughts vanish into
emptiness like the imprint of a bird in the sky."



This archive was generated by hypermail 2a24 : Wed Nov 22 2000 - 20:52:40 MST