Hi all,

I'm stumped. I bought a new Win7 64bit machine and I am trying to build QT using the 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


Qt Code:
  1. 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
  2. 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
  3. 5Scriptd -lQt5Guid -lQt5Cored
  4. mingw32-make[5]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/defaultprototypes'
  5. mingw32-make[4]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/defaultprototypes'
  6. cd calculator\ && ( if not exist Makefile C:\Qt\qt5\qtbase\bin\qmake C:\Qt\qt5\qtscript\examples\script\calculator\calculator.pro -o Makefile ) && mingw32-make -f Makefile
  7. mingw32-make[4]: Entering directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
  8. mingw32-make -f Makefile.Debug
  9. mingw32-make[5]: Entering directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
  10. mingw32-make[5]: *** No rule to make target 'C:/Qt/qt5/qtbase/lib/libQt5UiToolsd.a', needed by 'debug\calculator.exe'. Stop.
  11. mingw32-make[5]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
  12. Makefile:34: recipe for target 'debug' failed
  13. mingw32-make[4]: *** [debug] Error 2
  14. mingw32-make[4]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script/calculator'
  15. Makefile:171: recipe for target 'sub-calculator-make_first' failed
  16. mingw32-make[3]: *** [sub-calculator-make_first] Error 2
  17. mingw32-make[3]: Leaving directory 'C:/Qt/qt5/qtscript/examples/script'
  18. Makefile:38: recipe for target 'sub-script-make_first' failed
  19. mingw32-make[2]: *** [sub-script-make_first] Error 2
  20. mingw32-make[2]: Leaving directory 'C:/Qt/qt5/qtscript/examples'
  21. Makefile:65: recipe for target 'sub-examples-make_first' failed
  22. mingw32-make[1]: *** [sub-examples-make_first] Error 2
  23. mingw32-make[1]: Leaving directory 'C:/Qt/qt5/qtscript'
  24. makefile:181: recipe for target 'module-qtscript-make_first' failed
  25. mingw32-make: *** [module-qtscript-make_first] Error 2
To copy to clipboard, switch view to plain text mode