Название: Проблема сборки Qt5.0.1 под Mingw Отправлено: admsasha от Февраль 05, 2013, 07:01 Пытаюсь пересобрать Qt5 через MinGW.
Падает на таком сообщении. Цитировать In file included from ../../xml/dom/qdom.cpp:43:0: ../../../include/QtXml/qdom.h:1:85: фатальная ошибка: ../../../include/QtXml/../ ../../../../../../../c:/Qt/Qt5.0.1/5.0.1/Src/qtbase/src/xml/dom/qdom.h: Invalid argument компиляция прервана. Makefile.Release:8446: recipe for target '.obj/release_shared/qdom.o' failed mingw32-make[4]: *** [.obj/release_shared/qdom.o] Error 1 mingw32-make[4]: Leaving directory 'c:/Qt/Qt5.0.1/5.0.1/Src/qtbase/src/tools/boo tstrap' Makefile:34: recipe for target 'release' failed mingw32-make[3]: *** [release] Error 2 mingw32-make[3]: Leaving directory 'c:/Qt/Qt5.0.1/5.0.1/Src/qtbase/src/tools/boo tstrap' Makefile:42: recipe for target 'sub-tools-bootstrap-make_first' failed mingw32-make[2]: *** [sub-tools-bootstrap-make_first] Error 2 mingw32-make[2]: Leaving directory 'c:/Qt/Qt5.0.1/5.0.1/Src/qtbase/src/tools' Makefile:51: recipe for target 'sub-tools-make_first' failed mingw32-make[1]: *** [sub-tools-make_first] Error 2 mingw32-make[1]: Leaving directory 'c:/Qt/Qt5.0.1/5.0.1/Src/qtbase/src' Makefile:40: recipe for target 'sub-src-make_first' failed mingw32-make: *** [sub-src-make_first] Error 2 Что не так делаю ? Название: Re: Проблема сборки Qt5.0.1 под Mingw Отправлено: carrygun от Февраль 05, 2013, 07:14 Думаю, следует как минимум указать здесь для начал параметры сборки и версию minGW.
Название: Re: Проблема сборки Qt5.0.1 под Mingw Отправлено: admsasha от Февраль 05, 2013, 07:24 Действительно...
Собираю так ./configure.exe -plugin-sql-mysql -qt-sql-odbc -opengl desktop $ g++ --version g++.exe (GCC) 4.7.2 А версия mingw это версия чего ? |