I am trying to follow the guide in how to setup my own Trinity server. Following the instructions provided, I'm getting these errors. I am unable to find a solution to this problem.
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:
The output was:
1
Microsoft ® Build Engine version 12.0.30501.0
[Microsoft .NET Framework, version 4.0.30319.34014]
Copyright © Microsoft Corporation. All rights reserved.
Build started 2014-09-04 12:36:41 AM.
Project "C:BuildCMakeFiles3.0.1CompilerIdCCompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug".
Creating directory "DebugCompilerIdC.tlog".
InitializeBuildStatus:
Creating "DebugCompilerIdC.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug" /Fd"Debugvc120.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.exe /ERRORREPORT:QUEUE /OUT:".CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".CompilerIdC.lib" /MACHINE:X64 DebugCMakeCCompilerId.obj
LINK : fatal error LNK1181: cannot open input file 'gdi32.lib' [C:BuildCMakeFiles3.0.1CompilerIdCCompilerIdC.vcxproj]
Done Building Project "C:BuildCMakeFiles3.0.1CompilerIdCCompilerIdC.vcxproj" (default targets) -- FAILED.
Build FAILED.
"C:BuildCMakeFiles3.0.1CompilerIdCCompilerIdC.vcxproj" (default target) (1) ->
(Link target) ->
LINK : fatal error LNK1181: cannot open input file 'gdi32.lib' [C:BuildCMakeFiles3.0.1CompilerIdCCompilerIdC.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:04.18