[Interest] How to run a WinRT app on a Window 8 intel tablet?

Nuno Santos nunosantos at imaginando.pt
Mon Jun 8 20:09:31 CEST 2015


I have installed the Window 8.1 SDK, restarted the computer and decided 
to build the release version only. Now it's failing like this.

         cd wbmp\ && ( if not exist Makefile 
C:\Qt\5.4\Src\qtbase\bin\qmake 
C:\Qt\5.4\Src\qtimageformats\src\plugins\imageformats\wbmp\wbmp.pro -o Make
file ) && C:\Qt\5.4\jom.exe -f Makefile
         C:\Qt\5.4\jom.exe -f Makefile.Release
         cd imageformats\ && ( if not exist Makefile 
C:\Qt\5.4\Src\qtbase\bin\qmake 
C:\Qt\5.4\Src\qtimageformats\src\imageformats\imageformats.pro -o M
akefile ) && C:\Qt\5.4\jom.exe -f Makefile
         C:\Qt\5.4\jom.exe -f Makefile.Release
Error: dependent 
'..\..\include\QtXmlPatterns\5.4.1\QtXmlPatterns\private\qacceltree_p.h' 
does not exist.
jom: C:\Qt\5.4\Src\qtxmlpatterns\src\xmlpatterns\Makefile [release] Error 2
jom: C:\Qt\5.4\Src\qtxmlpatterns\src\Makefile 
[sub-xmlpatterns-make_first] Error 2
jom: C:\Qt\5.4\Src\qtxmlpatterns\Makefile [sub-src-make_first] Error 2
jom: C:\Qt\5.4\Src\Makefile [module-qtxmlpatterns-make_first] Error 2

C:\Qt\5.4\Src>

It's not easy to build WinRT from source.

Regards,

Nuno

On 08/06/2015 16:57, Andrew Knight wrote:
> On 08/06/15 17:50, Nuno Santos wrote:
>> Still can't build WinRT x86 from source. Now it's failing here but 
>> can't understand why...
>>
>>         link /NOLOGO /DYNAMICBASE /NXCOMPAT /NODEFAULTLIB:ole32.lib 
>> /APPCONTAINER /SAFESEH /MACHINE:X86 /DEBUG /MANIFEST:NO /DLL 
>> /SUBSYSTEM:WINDOWS /V
>> ERSION:5.42 /OUT:..\..\..\..\plugins\imageformats\qwbmpd.dll 
>> @C:\Users\nsantos\AppData\Local\Temp\qwbmpd.dll.2080.922.jom
>>    Creating library ..\..\..\..\plugins\imageformats\qwbmpd.lib and 
>> object ..\..\..\..\plugins\imageformats\qwbmpd.exp
>>         cd imageformats\ && ( if not exist Makefile 
>> C:\Qt\5.4\Src\qtbase\bin\qmake 
>> C:\Qt\5.4\Src\qtimageformats\src\imageformats\imageformats.pro -o M
>> akefile ) && C:\Qt\5.4\jom.exe -f Makefile
>>         C:\Qt\5.4\jom.exe -f Makefile.Debug
>> jom: C:\Qt\5.4\Src\Makefile [module-qtxmlpatterns-make_first] Error 2
>
> There are interleaved make commands here, so please use nmake to 
> straighten out the output and find which project is failing. It looks 
> like qtxmlpatterns is the one breaking the build, so go in there and 
> run nmake to see if there's e.g. another symbol definition related issue.
>
> -Andrew




More information about the Interest mailing list