Пытаюсь пересобрать 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
Что не так делаю ?