Bug#34497: seg fault when adding files to project
paul beard
paulbeard at mac.com
Thu Nov 15 05:17:05 UTC 2001
On Sunday 11 November 2001 11:33 am, Harald Fernengel opined:
> okay, I added a sanity check, but a backtrace from a debug version would
> greatly help...
no joy, I'm afraid.
1050 export QTDIR=/home/paul/src/qt-copy
1051 make -f Makefile.cvs
1052 export QTDIR=/home/paul/src/qt-copy
1053 ./configure --enable-debug
<the output of configure --enable-debug>
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.0.0) (headers and libraries)
not found. Please check your installation!
For more details about this problem, look at the end of config.log.
< the end of config.log>
conftest.C:2:21: qglobal.h: No such file or directory
conftest.C:3:26: qapplication.h: No such file or directory
conftest.C:4:21: qcursor.h: No such file or directory
conftest.C:5:27: qstylefactory.h: No such file or directory
conftest.C:6:34: private/qucomextra_p.h: No such file or directory
conftest.C:7:8: warning: "QT_VERSION" is not defined
conftest.C:8:2: #error 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 >= 300)
#error 1
#endif
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
If I try to build qt-copy, I get this.
Creating qmake. Please wait...
In file included from /home/paul/src/qt-copy/src/tools/qfileinfo.h:43,
from /home/paul/src/qt-copy/src/tools/qdir.h:43,
from generators/mac/metrowerks_xml.cpp:40:
/home/paul/src/qt-copy/src/tools/qdatetime.h:43:24: qnamespace.h: No such
file or directory
In file included from generators/mac/metrowerks_xml.cpp:40:
/home/paul/src/qt-copy/src/tools/qdir.h:45:25: qwindowdefs.h: No such file or
directory
gmake: *** [metrowerks_xml.dep] Error 1
QMake failed to build. Aborting.
for some reason, I seem not to have the beta of qt 3 I just installed (?!) so
I'll look into that now.
--
Paul Beard
8040 27th Ave NE
Seattle WA 98115
Neutrinos have bad breadth.
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list