> > Let's start the other way around: Is anyone working with > the git repos > > under windows? > > > > Did anyone get the latest qt-git-tree to configure and with what > > versions of perl and mingw? > > Yup :-)
Hello, and thanks for your answer! > Qt from git is frequently tested on Windows XP SP3 with MinGW > 3.4 and 4.4 from ftp://ftp.qt.nokia.com/misc and various > versions of ActivePerl. These tests don't show up the > problem you're seeing. So something similar to my setup is apparently included in those tests. > By the way, you didn't mention which branch you're using? > If you're using master, switch to 4.6-stable or 4.6 instead. Not knowing better, I was actually using master... But the problem remains with both 4.6 and 4.6-stable. > After configure fails, can you reproduce the problem by > running `bin\qmake.exe -r' from the top level of the tree? Yes. > If so, maybe you can run it in a debugger and get a backtrace? See below. Thanks for your help! Jörg Starting program: C:\Qt\qt-git/bin\qmake.exe -r [New thread 4996.0x12bc] In file C:\Qt\qt-git/src/corelib/tools/qstring.cpp, line 981: Out of memory Program received signal SIGSEGV, Segmentation fault. QString::QString (this=0x22f320, unicode=0x7f3d0020, size=295736) at C:/Qt/qt-git/include/QtCore/../../src/corelib/thread/qbasicatomic.h:93 93 _q_value = value; (gdb) backtrace #0 QString::QString (this=0x22f320, unicode=0x7f3d0020, size=295736) at C:/Qt/qt-git/include/QtCore/../../src/corelib/thread/qbasicatomic.h:93 #1 0x00708735 in QDir::cleanPath (pa...@0x22f620) at C:/Qt/qt-git/src/corelib/io/qdir.cpp:2190 #2 0x0071d99b in QFSFileEnginePrivate::canonicalized (pa...@0x22f7a0) at C:/Qt/qt-git/src/corelib/io/qfsfileengine.cpp:177 #3 0x0072a7e4 in QFSFileEngine::fileName (this=0x3d6288, file=CanonicalName) at C:/Qt/qt-git/src/corelib/io/qfsfileengine_win.cpp:1695 #4 0x007184ac in QFileInfoPrivate::getFileName (this=0x3d61a0, name=CanonicalName) at C:/Qt/qt-git/src/corelib/io/qfileinfo.cpp:134 #5 0x0071a1dd in QFileInfo::canonicalFilePath (this=0x22f9e0) at C:/Qt/qt-git/src/corelib/io/qfileinfo.cpp:551 #6 0x0070d2e4 in QDirIteratorPrivate::pushDirectory (this=0x3d4ca0, filein...@0x22f9e0) at C:/Qt/qt-git/src/corelib/io/qdiriterator.cpp:189 #7 0x0070cbc4 in QDirIteratorPrivate::QDirIteratorPrivate (this=0x3d4ca0, pa...@0x3d4a74, namefilte...@0x22fd00, filters=0x22faa0, fla...@0x22fa90) at C:/Qt/qt-git/src/corelib/io/qdiriterator.cpp:169 #8 0x0070ef92 in QDirIterator::QDirIterator (this=0x22fb50, pa...@0x3d4a74, namefilte...@0x22fd00, filte...@0x22fb70, fla...@0x22fb60) at C:/Qt/qt-git/include/QtCore/../../src/corelib/global/qglobal.h:2140 #9 0x00705ca3 in QDir::entryList (this=0x22fd20, namefilte...@0x22fd00, filters=0x22fcf0, sort=0x22fce0) at C:/Qt/qt-git/include/QtCore/../../src/corelib/global/qglobal.h:2140 #10 0x00531f55 in Option::init (argc=2, argv=0x3d2da8) at C:/Qt/qt-git/include/QtCore/../../src/corelib/tools/qstringlist.h:69 #11 0x004370a9 in runQMake (argc=2, argv=0x3d2da8) at main.cpp:94 #12 0x00438b36 in main (argc=2, argv=0x3d2da8) at main.cpp:190 _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
