PDA

View Full Version : Compiling 5.0.0 for Windows 7 64bit



kwire
21st January 2013, 02:58
Hi all,

I'm stumped. I bought a new Win7 64bit machine and I am trying to build QT using the MinGW 64 bit (http://qt-project.org/wiki/MinGW-64-bit) tutorial. I have built OpenSSL and ICU and after adjusting my paths sightly it started compiling (for about an hour) and then stopped with the error shown below.

It looks like the Qt5UiTools were never created before they were needed for the calculator. Did I miss a step? Any ideas would be appreciated.

Thanks, Keith



g++ -Wl,-subsystem,windows -o debug\defaultprototypes.exe .obj/debug_shared/main.o .obj/debug_shared/prototypes.o .obj/debug_shared/qrc_defaultprototypes.o .obj/debug_shared/moc_pr
ototypes.o -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 -lqtmaind -LC:\Qt\qt5_deps\icu\dist\lib -LC:\Qt\qt5_deps\openssl-1.0.1c\dist\lib -LC:/Qt/qt5/qtbase/lib -lQt5Widgetsd -lQt
5Scriptd -lQt5Guid -lQt5Cored
mingw32-make[5]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/defaultprototypes'
mingw32-make[4]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/defaultprototypes'
cd calculator\ && ( if not exist Makefile C:\Qt\qt5\qtbase\bin\qmake C:\Qt\qt5\qtscript\examples\script\calculator\calc ulator.pro -o Makefile ) && mingw32-make -f Makefile
mingw32-make[4]: Entering directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
mingw32-make -f Makefile.Debug
mingw32-make[5]: Entering directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
mingw32-make[5]: *** No rule to make target 'C:/Qt/qt5/qtbase/lib/libQt5UiToolsd.a', needed by 'debug\calculator.exe'. Stop.
mingw32-make[5]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
Makefile:34: recipe for target 'debug' failed
mingw32-make[4]: *** [debug] Error 2
mingw32-make[4]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
Makefile:171: recipe for target 'sub-calculator-make_first' failed
mingw32-make[3]: *** [sub-calculator-make_first] Error 2
mingw32-make[3]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script'
Makefile:38: recipe for target 'sub-script-make_first' failed
mingw32-make[2]: *** [sub-script-make_first] Error 2
mingw32-make[2]: Leaving directory 'C:/Qt/qt5/qtscript/examples'
Makefile:65: recipe for target 'sub-examples-make_first' failed
mingw32-make[1]: *** [sub-examples-make_first] Error 2
mingw32-make[1]: Leaving directory 'C:/Qt/qt5/qtscript'
makefile:181: recipe for target 'module-qtscript-make_first' failed
mingw32-make: *** [module-qtscript-make_first] Error 2