[Development] buildsystem branches (about to be) integrated

Lukas Geyer lgeyer at gmx.at
Tue Jul 17 12:21:13 CEST 2012


Am 01.07.2012 14:36, schrieb Loaden:
> But now I get the new problem:
> PATH=D:\qpSOFT\Projects\BuildQt5-m64\qtbase\bin;D:\qpSOFT\MinGW\MinGW64\bin;C:\Perl64\site\bin;C:\Pe
> rl64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShe
> ll\v1.0\;C:\Python27;D:\Program Files\Git\cmd
>
>     QtWidgets: created headers.pri file
>     QtTest: created fwd-include header(s) for <srcbase>/src/testlib/ {
>     ....
>     g++ -Wl,-subsystem,console -mthreads -o ../../configure.exe main.o
>     configureapp.o environment.o tools.o qarraydata.o qbytearray.o
>     qbytearraymatcher.o qhash.o qlist.o qlocale.o qlocale_win.o
>     qlocale_tools.o qvector.o qutfcodec.o qtextcodec.o qglobal.o
>     qnumeric.o qbuffer.o qdatastream.o qdir.o qdiriterator.o
>     qfiledevice.o qfile.o qfileinfo.o qabstractfileengine.o
>     qfilesystementry.o qfilesystemengine.o qfilesystemengine_win.o
>     qfilesystemiterator_win.o qfsfileengine.o qfsfileengine_win.o
>     qfsfileengine_iterator.o qiodevice.o qtextstream.o qlogging.o
>     qtemporaryfile.o qsystemlibrary.o qbitarray.o qdatetime.o qmap.o
>     qregexp.o qstring.o qstringlist.o qvsnprintf.o qvariant.o
>     qsystemerror.o qmetatype.o qmalloc.o qxmlstream.o qxmlutils.o
>     quuid.o qcryptographichash.o registry.o -lole32 -ladvapi32 -luuid
>     g++: error: main.o: No such file or directory
>     g++: error: configureapp.o: No such file or directory
>     g++: error: environment.o: No such file or directory
>     g++: error: tools.o: No such file or directory
>     g++: error: qarraydata.o: No such file or directory
>     g++: error: qbytearray.o: No such file or directory
>     g++: error: qbytearraymatcher.o: No such file or directory
>     g++: error: qhash.o: No such file or directory
>     g++: error: qlist.o: No such file or directory
>     g++: error: qlocale.o: No such file or directory

As there is a solution now to this (thanks to Rafael Roquetto and 
Friedemann Kleint), for the record:

The problem is the mingw32-make.exe that comes with 4.7.1. It seems to 
be broken, refusing to build the neccessary object files. Use the 
mingw32-make.exe that comes with 4.6.2 or 4.6.3.



More information about the Development mailing list