Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.0.0
-
Windows 8
MSVC 2012 (also tested with MSVC2010)
Windows 8 SDK (DirectX SDK included, separate installation when used msvc 2010 with Windows 7 SDK)
Configure:
set PATH=%PATH%;c:\buildenv\GnuWin32\bin;D:\03_dist\02_openssl-static\out64;D:\02_sources\01_icu\bin64
set INCLUDE=%INCLUDE%;D:\03_dist\02_openssl-static\inc64;D:\02_sources\01_icu\include
set LIB=%LIB%;D:\03_dist\02_openssl-static\out64;D:\02_sources\01_icu\lib64
set CL=/MP
configure -release -opensource -nomake examples -nomake test -mp -openssl -static -opengl desktop
nmakeWindows 8 MSVC 2012 (also tested with MSVC2010) Windows 8 SDK (DirectX SDK included, separate installation when used msvc 2010 with Windows 7 SDK) Configure: set PATH=%PATH%;c:\buildenv\GnuWin32\bin;D:\03_dist\02_openssl-static\out64;D:\02_sources\01_icu\bin64 set INCLUDE=%INCLUDE%;D:\03_dist\02_openssl-static\inc64;D:\02_sources\01_icu\include set LIB=%LIB%;D:\03_dist\02_openssl-static\out64;D:\02_sources\01_icu\lib64 set CL=/MP configure -release -opensource -nomake examples -nomake test -mp -openssl -static -opengl desktop nmake
-
Active Qt: 7d07dea521f849aeaa58fb8e69066376755b74b8
Description
Compile Qt5 with static fails with "LNK1169: one or more multiply defined symbols found"
See attached log file for more information.