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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest