Skip to content

Instantly share code, notes, and snippets.

@azbesthu
Created April 17, 2014 10:40
Show Gist options
  • Save azbesthu/10972719 to your computer and use it in GitHub Desktop.
Save azbesthu/10972719 to your computer and use it in GitHub Desktop.
2013e, basic build without shim config
link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /MACHINE:X86 /LIBPATH:"C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x86" /DELAYLOA
D:dbghelp.dll /DELAYLOAD:dwmapi.dll /DELAYLOAD:shell32.dll /DELAYLOAD:uxtheme.dll /DELAYLOAD:mf.dll /DELAYLOAD:mfplat.dll /DELAYLOAD:mfreadw
rite.dll /DELAYLOAD:dinput8.dll /DELAYLOAD:user32.dll /DELAYLOAD:d3d9.dll /DELAYLOAD:dxva2.dll /DELAYLOAD:ffmpegsumo.dll /safeseh /dynamicba
se /ignore:4199 /ignore:4221 /nxcompat /largeaddressaware /SUBSYSTEM:WINDOWS /INCREMENTAL:NO /FIXED:NO /OPT:REF /OPT:ICF /NODEFAULTLIB:libcm
td.lib /NODEFAULTLIB:libcmt.lib /PROFILE wininet.lib dnsapi.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib winmm.lib
shlwapi.lib kernel32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib user32.lib uuid.lib odbc32.lib
odbccp32.lib delayimp.lib credui.lib netapi32.lib C:/cygwin/home/Administrator/apr16/qtwebengine/src/core/Release/gen/allocator/libcmt.lib
/DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /DLL /VERSION:5.20 /MANIFEST /MANIFESTFILE:..\..\lib\Qt5WebEngineCore.dll.embed.manifest /OUT:..\..\l
ib\Qt5WebEngineCore.dll @C:\Users\ADMINI~1\AppData\Local\Temp\1\nm50EE.tmp
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in l
ibcmt.lib(new.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in libcmt
.lib(delete.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: "void * __cdecl operator new[](unsigned int)" (??_U@YAPAXI@Z) already defined i
n libcmt.lib(new2.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z) already defined in lib
cmt.lib(delete2.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: __calloc_impl already defined in libcmt.lib(calloc_impl.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: __get_heap_handle already defined in libcmt.lib(heapinit.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: __heap_init already defined in libcmt.lib(heapinit.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: __heap_term already defined in libcmt.lib(heapinit.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: __msize already defined in libcmt.lib(msize.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: __recalloc already defined in libcmt.lib(recalloc.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: _free already defined in libcmt.lib(free.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: _malloc already defined in libcmt.lib(malloc.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: _realloc already defined in libcmt.lib(realloc.obj)
allocator.lib(allocator.allocator_shim.obj) : error LNK2005: __crtheap already defined in libcmt.lib(heapinit.obj)
atls.lib(atlcommodule.obj) : warning LNK4078: multiple 'ATL' sections found with different attributes (40301040)
Creating library ..\..\lib\Qt5WebEngineCore.lib and object ..\..\lib\Qt5WebEngineCore.exp
content_browser.lib(content_browser.browser_accessibility_manager_win.obj) : error LNK2019: unresolved external symbol "void * __stdcall ATL
::__AllocStdCallThunk(void)" (?__AllocStdCallThunk@ATL@@YGPAXXZ) referenced in function "public: static void * __cdecl ATL::_stdcallthunk::o
perator new(unsigned int)" (??2_stdcallthunk@ATL@@SAPAXI@Z)
content_browser.lib(content_browser.browser_accessibility_manager_win.obj) : error LNK2019: unresolved external symbol "void __stdcall ATL::
__FreeStdCallThunk(void *)" (?__FreeStdCallThunk@ATL@@YGXPAX@Z) referenced in function "public: virtual __thiscall ATL::CWindowImpl<class co
ntent::AccessibleHWND,class ATL::CWindow,class ATL::CWinTraits<1073741824,0> >::~CWindowImpl<class content::AccessibleHWND,class ATL::CWindo
w,class ATL::CWinTraits<1073741824,0> >(void)" (??1?$CWindowImpl@VAccessibleHWND@content@@VCWindow@ATL@@V?$CWinTraits@$0EAAAAAAA@$0A@@4@@ATL
@@UAE@XZ)
..\..\lib\Qt5WebEngineCore.dll : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '(' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment