I am attempting to build Qt on Windows 7 64-bit (but a 32-bit build of Qt) using the VS 2012 C++ compiler following the steps here. (I am also updating the latter Wiki as I go along.)
Unfortunately, I cannot overcome a missing .rcc\debug_shared\qrc_mimetypes.cpp
error that appears after some time has passed while nmake
is running.
(Note: the int-repository
and configure
seem to go fairly smoothly (but see quoted comments below), and nmake
proceeds for a while successfully building files before it hits the "missing qrc_mimetypes.cpp" error.)
I have attempted twice starting from scratch. A few more details about what I've done, copied from my comment beneath the above-linked Community Wiki:
I cannot get past missing .rcc\debug_shared\qrc_mimetype.cpp. After receiving this same error last night, today I started from scratch by deleting my entire Qt folder and re-downloading Qt, followed by init-repository, and when that completed (reporting a handful of "permission denied" errors) I followed up by opening the Git project in SmartGit, noticed some empty submodules, and did a pull via SmartGit (including submodules), which reported success and populated all submodules. Unfortunately, nmake failed at exactly the same place - the missing qrc_mimetypes.cpp. Any suggestions?
Any suggestions would be highly appreciated. I have also posted a comment with this question on the relevant Qt forum.