Static compilation (Qt5.4 source) error
-
Hi all,
Following error i am facing while compiling (Static build) the qt 5.4 sources in my Windows7 PC using mingw compiler,operable program or batch file.
Makefile.Debug:1093: recipe for target 'RegExpJitTables.h' failed
mingw32-make[4]: *** [RegExpJitTables.h] Error 1
mingw32-make[4]: Leaving directory 'C:/QtStatic/qt-everywhere-opensource-src-5.4
.0/qtdeclarative/src/qml'
Makefile:38: recipe for target 'debug-all' failed
mingw32-make[3]: *** [debug-all] Error 2
mingw32-make[3]: Leaving directory 'C:/QtStatic/qt-everywhere-opensource-src-5.4
.0/qtdeclarative/src/qml'
Makefile:41: recipe for target 'sub-qml-make_first-ordered' failed
mingw32-make[2]: *** [sub-qml-make_first-ordered] Error 2
mingw32-make[2]: Leaving directory 'C:/QtStatic/qt-everywhere-opensource-src-5.4
.0/qtdeclarative/src'
Makefile:41: recipe for target 'sub-src-make_first' failed
mingw32-make[1]: *** [sub-src-make_first] Error 2
mingw32-make[1]: Leaving directory 'C:/QtStatic/qt-everywhere-opensource-src-5.4
.0/qtdeclarative'
makefile:217: recipe for target 'module-qtdeclarative-make_first' failed
mingw32-make: *** [module-qtdeclarative-make_first] Error 2please give some solution to fix this issue..
Thank you,