Problem beim Kompilieren von QT 4.2.2 mingw
Verfasst: 31. Januar 2007 18:28
Hallo Liebe Community!
Ich benutze WinXP und habe nun QT 4.2.2 mingw installiert (möchte es schlussendlich mit Dev-C++ nutzen)
wenn ich nun die configure.exe ausführe, erhalte ich beim "Creating qmake..." diverse Fehler (vll auch nur einen..kann es nicht/nur wenig entziffern)
wenn jemand aus dem Fehler etwas herauslesen kann oder mir sonst irgendwie helfen/Tipps geben kann wäre ich sehr dankbar
Bitte helfen!!
LG
yoshi00
Ich benutze WinXP und habe nun QT 4.2.2 mingw installiert (möchte es schlussendlich mit Dev-C++ nutzen)
wenn ich nun die configure.exe ausführe, erhalte ich beim "Creating qmake..." diverse Fehler (vll auch nur einen..kann es nicht/nur wenig entziffern)
wenn jemand aus dem Fehler etwas herauslesen kann oder mir sonst irgendwie helfen/Tipps geben kann wäre ich sehr dankbar
Code: Alles auswählen
C:\QT>configure
This is the Qt/Windows Open Source Edition.
You are licensed to use this software under the terms of
the GNU General Public License.
Type '?' to view the GNU General Public License.
Type 'y' to accept this license offer.
Type 'n' to decline this license offer.
Do you accept the terms of the license?
y
Environment:
INCLUDE=
Unset
LIB=
Unset
PATH=
C:\WINDOWS\system32
C:\WINDOWS
C:\WINDOWS\System32\Wbem
C:\Programme\Gemeinsame Dateien\GTK\2.0\bin
C:\PHP
C:\Programme\MySQL\MySQL Server 4.1\bin
C:\Programme\QuickTime\QTSystem\
C:\MinGW\bin
C:\Programme\Dev-C++\Bin
C:\QT\bin
You are licensed to use this software under the terms of the GNU GPL.
See C:\QT/LICENSE.GPL
Configuration:
minimal-config
small-config
medium-config
large-config
full-config
build_all
debug
Qt Configuration:
release
debug
zlib
no-gif
png
accessibility
qt3support
opengl
ipv6
QMAKESPEC...................win32-g++ (detected)
Architecture................windows
Maketool....................mingw32-make
Debug symbols...............yes
Accessibility support.......yes
STL support.................yes
Exception support...........yes
RTTI support................yes
OpenGL support..............yes
Qt3 compatibility...........yes
Third Party Libraries:
ZLIB support............qt
GIF support.............no
JPEG support............plugin
PNG support.............qt
MNG support.............plugin
Styles:
Windows.................yes
Windows XP..............yes
Plastique...............yes
Cleanlooks..............yes
Motif...................yes
CDE.....................yes
Sql Drivers:
ODBC....................no
MySQL...................no
OCI.....................no
PostgreSQL..............no
TDS.....................no
DB2.....................no
SQLite..................yes
SQLite2.................no
InterBase...............no
Sources are in..............C:\QT
Build is done in............C:\QT
Install prefix..............C:\QT
Headers installed to........C:\QT\include
Libraries installed to......C:\QT\lib
Plugins installed to........C:\QT\plugins
Binaries installed to.......C:\QT\bin
Docs installed to...........C:\QT\doc
Data installed to...........C:\QT
Translations installed to...C:\QT\translations
Examples installed to.......C:\QT\examples
Demos installed to..........C:\QT\demos
Creating qmake...
g++ -c -oproject.o -O -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Ige
nerators\mac -I..\src\corelib\arch\generic -I..\include -I ..\include\QtCore -I.
.\src\tools -I..\mkspecs\win32-g++ -I..\src\3rdparty\md5 -DQT_NO_TEXTCODEC -DQT_
NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DU
NICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_N
O_GEOM_VARIANT -DQT_NO_DATASTREAM -DQMAKE_OPENSOURCE_EDITION project.cpp
cc1plus: Invalid option `-auxbase-strip'
cc1plus: project.o: No such file or directory
mingw32-make: *** [project.o] Error 1
del project.o main.o makefile.o unixmake.o unixmake2.o mingw_make.o option.o win
makefile.o projectgenerator.o property.o meta.o md5.o makefiledeps.o metamakefil
e.o xmloutput.o pbuilder_pbx.o qbitarray.o qbuffer.o qbytearray.o qvsnprintf.o q
bytearraymatcher.o qchar.o qconfig.o qdatetime.o qdir.o qfile.o qtemporaryfile.o
qfileinfo.o qabstractfileengine.o qfsfileengine.o qfsfileengine_win.o qglobal.o
qhash.o qiodevice.o qlibraryinfo.o qlistdata.o qlocale.o qmap.o qregexp.o qstri
ng.o qstringlist.o qstringmatcher.o qtextstream.o qunicodetables.o quuid.o qvect
or.o qurl.o qsettings.o qsettings_win.o qvariant.o qmetatype.o
C:\QT\qmake\project.o konnte nicht gefunden werden
g++ -c -oproject.o -O -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Ige
nerators\mac -I..\src\corelib\arch\generic -I..\include -I ..\include\QtCore -I.
.\src\tools -I..\mkspecs\win32-g++ -I..\src\3rdparty\md5 -DQT_NO_TEXTCODEC -DQT_
NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DU
NICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_N
O_GEOM_VARIANT -DQT_NO_DATASTREAM -DQMAKE_OPENSOURCE_EDITION project.cpp
cc1plus: Invalid option `-auxbase-strip'
cc1plus: project.o: No such file or directory
mingw32-make: *** [project.o] Error 1
Building qmake failed, return code 2LG
yoshi00