Jump to content
TrinityCore

xmatthewx

Plebs
  • Posts

    3
  • Joined

  • Last visited

Posts posted by xmatthewx

  1. Heres the error im getting in cmake and I cant seem to figure it out.

    The C compiler identification is MSVC 16.0.30319.1
    The CXX compiler identification is MSVC 16.0.30319.1
    Check for working C compiler using: Visual Studio 10
    Check for working C compiler using: Visual Studio 10 -- broken
    CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
    
    The C compiler "c:/Program Files (x86)/Microsoft Visual Studio
    
    10.0/VC/bin/cl.exe" is not able to compile a simple test program.
    
    
    
    It fails with the following output:
    
    
    
    Change Dir: C:/trinity3.3.5/build/CMakeFiles/CMakeTmp
    
    
    
    
    
    
    
    Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe
    
    cmTryCompileExec3473250508.vcxproj /p:Configuration=Debug
    
    /p:VisualStudioVersion=10.0
    
    
    
    Microsoft (R) Build Engine version 4.0.30319.18408
    
    
    
    
    [Microsoft .NET Framework, version 4.0.30319.18444]
    
    
    
    
    Copyright (C) Microsoft Corporation. All rights reserved.
    
    
     
    
    
    
    
    Build started 3/13/2014 5:43:45 PM.
    
    
    
    
    Project
    
    "C:trinity3.3.5buildCMakeFilesCMakeTmpcmTryCompileExec3473250508.vcxproj"
    
    on node 1 (default targets).
    
    
    
    
    PrepareForBuild:
    
    
    
    
    Creating directory "cmTryCompileExec3473250508.dirDebug".
    
    
    Creating directory "C:trinity3.3.5buildCMakeFilesCMakeTmpDebug".
    
    
    
    
    InitializeBuildStatus:
    
    
    
    
    Creating "cmTryCompileExec3473250508.dirDebugcmTryCompileExec3473250508.unsuccessfulbuild" because "AlwaysCreate" was specified.
    
    
    
    
    ClCompile:
    
    
    
    
    c:Program Files (x86)Microsoft Visual Studio 10.0VCbinCL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3473250508.dirDebug" /Fd"cmTryCompileExec3473250508.dirDebugvc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
    
    
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
    
    
    Copyright (C) Microsoft Corporation. All rights reserved.
     
    
    
    cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3473250508.dirDebug" /Fd"cmTryCompileExec3473250508.dirDebugvc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c
     
    
    
    testCCompiler.c
    
    
    
    
    ManifestResourceCompile:
    
    
    
    
    C:Program Files (x86)Microsoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec3473250508.dirDebugcmTryCompileExec3473250508.exe.embed.manifest.res" cmTryCompileExec3473250508.dirDebugcmTryCompileExec3473250508_manifest.rc 
    
    
    
    
    Link:
    
    
    
    
    c:Program Files (x86)Microsoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"C:trinity3.3.5buildCMakeFilesCMakeTmpDebugcmTryCompileExec3473250508.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec3473250508.dirDebugcmTryCompileExec3473250508.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/trinity3.3.5/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3473250508.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/trinity3.3.5/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3473250508.lib" /MACHINE:X86 cmTryCompileExec3473250508.dirDebugcmTryCompileExec3473250508.exe.embed.manifest.res
    
    
    cmTryCompileExec3473250508.dirDebugtestCCompiler.obj /machine:X86 /debug 
    
    
    
    
    LINK : fatal error LNK1123: failure during conversion to COFF: file invalid
    
    or corrupt
    
    [C:trinity3.3.5buildCMakeFilesCMakeTmpcmTryCompileExec3473250508.vcxproj]
    
    
    
    
    
    
    Done Building Project
    
    "C:trinity3.3.5buildCMakeFilesCMakeTmpcmTryCompileExec3473250508.vcxproj"
    
    (default targets) -- FAILED.
    
    
     
    
    
    
    
    Build FAILED.
    
    
     
    
    
    
    
    
    
    "C:trinity3.3.5buildCMakeFilesCMakeTmpcmTryCompileExec3473250508.vcxproj"
    
    (default target) (1) ->
    
    
    
    
    (Link target) -> 
    
    
    
    
    LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:trinity3.3.5buildCMakeFilesCMakeTmpcmTryCompileExec3473250508.vcxproj]
    
    
     
    
    
    
    
    0 Warning(s)
    
    
    1 Error(s)
    
    
     
    
    
    
    
    Time Elapsed 00:00:00.27
    
    
    
    
    
    
    
    
    
    
    
    
    CMake will not be able to correctly generate this project.
    
    Call Stack (most recent call first):
    
    CMakeLists.txt:12 (project)
    
     
    Configuring incomplete, errors occurred!
    See also "C:/trinity3.3.5/build/CMakeFiles/CMakeOutput.log".
    See also "C:/trinity3.3.5/build/CMakeFiles/CMakeError.log".
×
×
  • Create New...