Problems creating projects
Martin Bammer
e9525103 at stud4.tuwien.ac.at
Sun Feb 16 14:46:19 GMT 2003
> Hi,
>
> On Sunday 16 February 2003 11:08, you wrote:
> > Hi,
> >
> > I have installed kde3.1, kdevelop 2.1.3 and qt 3.1.1 and running Debian
> > sid. When I create a normal KDE-Project I get the following output:
> >
> > shell-init: could not get current directory: getcwd: cannot access parent
> > directories: No such file or directory
> > shell-init: could not get current directory: getcwd: cannot access parent
> > directories: No such file or directory
> > configure: error: Qt (>= Qt 3.0.1) (library qt-mt) not found. Please
> > check your installation!
> > For more details about this problem, look at the end of config.log.
>
> what does the end of config.log tell you?
>
> Best regards,
> Harry
configure:6853: checking for Qt
configure: 6917: /usr/lib/qt3/include/qstyle.h
configure: 6917: /usr/lib/qt3/qstyle.h
configure: 6917: /usr/lib/qt/include/qstyle.h
configure: 6917: /usr/lib/qt/qstyle.h
configure: 6917: /usr/local/qt/include/qstyle.h
taking that
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib
configure:7029: rm -rf SunWS_cache; c++ -o conftest -O2 -O0 -g3 -Wall
-fno-exceptions -fno-check-new -I/usr/local/qt/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib -L/usr/X11R6/lib conftest.C
-lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lresolv
-lpthread 1>&5
/tmp/cckeHjbx.o(.text+0x14): In function `main':
/home/martin/test/conftest.C:12: undefined reference to `QString::null'
/tmp/cckeHjbx.o(.text+0x19):/home/martin/test/conftest.C:12: undefined
reference to `QStyleFactory::create(QString const&)'
/tmp/cckeHjbx.o(.text+0x2a):/home/martin/test/conftest.C:13: undefined
reference to `QCursor::QCursor[in-charge](int)'
/tmp/cckeHjbx.o(.text+0x39):/home/martin/test/conftest.C:14: undefined
reference to `QCursor::~QCursor [in-charge]()'
collect2: ld returned 1 exit status
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 >= 301)
#error 1
#endif
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
-
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