Hi everyone,
I'm trying to compile a KDE app (kiowa.evilrealms.net) and recieve the
following error in configure:
Qt (>= Qt 3.0.2) (library qt) not found.
CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS are set, init.csh is sourced, all of
QT 3.1.2 is installed.
Config.log indicates the problem is originated here:
configure:24983: rm -rf SunWS_cache; g++ -o conftest -O2 -I/sw/include
-fno-exceptions -fno-check-new -I/sw/include/qt -I/usr/X11R6/include
-I/sw/include -L/sw/lib -L/sw/lib -L/usr/X11R6/lib -L/sw/lib conftest.cc
-lqt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE 1>&5
ld: can't locate file for: -lqt
configure:24986: $? = 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:25026: error: Qt (>= Qt 3.0.2) (library qt) not found.
I looked in qglobal.h and it has #define QT_VERSION 0x030102
What could be causing this?
Thanks!
Alexey
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel