Jump to content
TrinityCore

Sheldoor

Plebs
  • Posts

    4
  • Joined

  • Last visited

Sheldoor's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I did everything suggested, and it's not working. I do appreciate the replies, but since it's a bother to some. I'll figure something out!
  2. In fact I did read, and it now shows the latest version on Visual Studio lol!
  3. The output was: 1 Microsoft ® Build Engine version 12.0.30723.0 [Microsoft .NET Framework, version 4.0.30319.34014] Copyright © Microsoft Corporation. All rights reserved. Build started 2014-09-04 1:37:23 PM. Project "C:BuildCMakeFiles3.0.1CompilerIdCXXCompilerIdCXX.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug". Creating directory "DebugCompilerIdCXX.tlog". InitializeBuildStatus: Creating "DebugCompilerIdCXX.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 /TP /errorReport:queue CMakeCXXCompilerId.cpp CMakeCXXCompilerId.cpp Link: C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.exe /ERRORREPORT:QUEUE /OUT:".CompilerIdCXX.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:".CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".CompilerIdCXX.lib" /MACHINE:X64 DebugCMakeCXXCompilerId.obj LINK : fatal error LNK1181: cannot open input file 'gdi32.lib' [C:BuildCMakeFiles3.0.1CompilerIdCXXCompilerIdCXX.vcxproj] Done Building Project "C:BuildCMakeFiles3.0.1CompilerIdCXXCompilerIdCXX.vcxproj" (default targets) -- FAILED. Build FAILED. "C:BuildCMakeFiles3.0.1CompilerIdCXXCompilerIdCXX.vcxproj" (default target) (1) -> (Link target) -> LINK : fatal error LNK1181: cannot open input file 'gdi32.lib' [C:BuildCMakeFiles3.0.1CompilerIdCXXCompilerIdCXX.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.92
  4. 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
×
×
  • Create New...