On Thu, Apr 9, 2015 at 7:47 AM, kl222 <[email protected]> wrote: > Environment: > > Operation System: windows7 Ultimate > > Msys2: MINGW32_NT-6.1 l-PC 2.1.0(0.287/5/3) 2015-04-05 21:26 i686 Msys > > Bash: GNU bash,version 4.3.33(3)-release (i686-pc-msys) > > Gcc: gcc.exe (Rev5, Built by MSYS2 project) 4.9.2 > > Perl: This is perl 5, version 20, subversion 2 (v5.20.2) built for > i686-msys-thread-multi-64int > > Python: Python 3.3.3 > > > > > > Error message: > > > > g++ -c -include .pch/release/qt_pch.h -pipe -fno-keep-inline-dllexport > -msse2 -mstackrealign -mfpmath=sse -O2 -std=gnu++0x -fexceptions -mthreads > -frtti -Wall -Wextra -DUNICODE -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_EVDEV > -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_USING_NAMESPACE -DQT_BUILD_CORE_LIB > -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES > -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER > -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 > -DPCRE_STATIC -DQT_NO_ICONV -DQT_CORE_LIB -DQT_NO_DEBUG -I. -I../../include > -I../../include/QtCore -I../../include/QtCore/5.5.0 > -I../../include/QtCore/5.5.0/QtCore -Itmp -Iglobal -I../3rdparty/pcre > -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 > -I../3rdparty/sha3 -I.moc/release -I../../mkspecs/win32-g++ -o > .obj/release/qsimd.o tools/qsimd.cpp > > tools/qsimd.cpp:36:22: fatal error: QByteArray: No such file or directory > > #include <QByteArray> > > ^ > > compilation terminated. > > Makefile.Release:16625: recipe for target '.obj/release/qsimd.o' failed > > make[4]: *** [.obj/release/qsimd.o] Error 1 > > make[4]: Leaving directory '/d/source/qt5/qtbase/src/corelib' > > Makefile:34: recipe for target 'release' failed > > make[3]: *** [release] Error 2 > > make[3]: Leaving directory '/d/source/qt5/qtbase/src/corelib' > > Makefile:165: recipe for target 'sub-corelib-make_first' failed > > make[2]: *** [sub-corelib-make_first] Error 2 > > make[2]: Leaving directory '/d/source/qt5/qtbase/src' > > Makefile:41: recipe for target 'sub-src-make_first' failed > > make[1]: *** [sub-src-make_first] Error 2 > > make[1]: Leaving directory '/d/source/qt5/qtbase' > > Makefile:69: recipe for target 'module-qtbase-make_first' failed > > make: *** [module-qtbase-make_first] Error 2 >
Hi, You need to post full reproduction instructions or a link to them to help us to diagnose this. > > > > > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
