[bt-devel] build fails on suse 10.0 RC1

Gavin Rogers grogers at nbbc.edu
Mon Sep 12 19:30:47 MST 2005


Hey all,

I've used bibletime in the past and have found it extremely useful.
While i typically use debian on my iBook, which allows the installation
to be painless, i have had to switch to suse 10.0 RC1 recently.

Sword installs fine. I have KDE in my /opt/kde3 dir. I start the
configure with:
./configure --prefix=/opt/kde3
however, this fails on:
checking for Qt... configure: error: Qt (>= Qt 2.2.2) (libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

i ran a quick tail on config.log and here is the relevant output:
configure:5432: checking for Qt
configure: 5494: /usr/lib/qt3/include/qstyle.h
taking that
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt2/lib
tried /usr/lib/qt2
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib
tried /usr/lib
tried /usr/local/qt/lib
tried /usr/X11R6/lib
configure:5593: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt3/include -I/usr/X11R6/include   -LNONE -L/usr/X11R6/lib  conftest.C  -lqt -lpng -lz -lm   -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;
}


 I have tried with several different switches, including
--with-qt-includes=/usr/lib/qt3/include and
--with-qt-libraries=/usr/lib/qt3/lib but i seem to be off the path, that
doesn't change anything. 

Does anyone know what I need to do to get this to work with suse 10.0
RC1? I'm running QT3 version 3.3.4-28.

gavin

II Peter 3:11



More information about the bt-devel mailing list