Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 18:51:34 -0600
From:      Glenn Johnson <glennpj@charter.net>
To:        ports@freebsd.org
Subject:   building KDE 2.0.1 with XFree86-4.0.2
Message-ID:  <20010106185134.A14677@gforce.homelan.net>

next in thread | raw e-mail | index | archive | help
Can someone clue me in on how to get the KDE 2.0.1 port to build with
XFree86-4.0.2 installed.  I get the following error:

conftest.C: In function `int main()':
conftest.C:20: warning: unused variable `int magnolia'
conftest.C:15: warning: unused variable `class QStringList * t'
/usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_getspecific'
/usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_key_create'
/usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_setspecific'
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;
}
(end of "config.log")

--
Glenn Johnson
glennpj@charter.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010106185134.A14677>