Re: [Interest] Help with Qt 5.6.1-1 32-bit build errors

2016-07-07 Thread Bob Hood
Bingo! That appears to have been the problem. Just like the report, I too was using jom, and when I changed my expert-knowledge build script to force nmake for static builds, it breezed through the 32-bit static release build with no problems. Why this wasn't encountered with 64-bit static I

Re: [Interest] Help with Qt 5.6.1-1 32-bit build errors

2016-07-07 Thread Mike Chinander
Looks like it could be related to this bug report: https://bugreports.qt.io/browse/QTBUG-53393 Did you try re-running nmake/jom after you got this error? On Thu, Jul 7, 2016 at 10:57 AM, Bob Hood wrote: > I'm trying to build Qt 5.6.1-1 32-bit licensed static using Visual

Re: [Interest] Help with Qt 5.6.1-1 32-bit build errors

2016-07-07 Thread Thiago Macieira
On quinta-feira, 7 de julho de 2016 09:57:22 PDT Bob Hood wrote: > At some point in the 32-bit build, I'm getting: > > LINK : fatal error LNK1181: cannot open input file > 'D:\Qt\build\32_static\qtimageformats\plugins\imageformats\qwebp.lib' There'sp robably more information further up.

Re: [Interest] Help with Qt 5.6.1-1 32-bit build errors

2016-07-07 Thread Konstantin Tokarev
07.07.2016, 18:57, "Bob Hood" : > I'm trying to build Qt 5.6.1-1 32-bit licensed static using Visual Studio > 2013.  I am configuring with the following command: >> configure -commercial -confirm-license -static -prefix Q:\Qt\5.6.1\32_static >> -mp -release -nomake examples