Jump to content
TrinityCore

MysgticOC

Plebs
  • Posts

    2
  • Joined

  • Last visited

Posts posted by MysgticOC

  1. I'm completely new to Trinity and CMAKE.

     

    I'm attempting to compile Trinity Core for wow 4.3.4

     

    CMAKE is 2.8.10.2

     

    VC++ 2010 express

     

    When i run CMKE I get the following errror. Clueless what it all means or what to do about it. Can anyone help me get this resolved?

     

    A Pop-up box says "Error in Configuration process. project files may be invalid"

     

    Bottom fo CMAKE gui contains the following.

    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:/TrinityBuild/CMakeFiles/CMakeTmp

     

    Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe

    cmTryCompileExec912283761.vcxproj /p:Configuration=Debug

    /p:VisualStudioVersion=10.0

    Microsoft ® Build Engine version 4.0.30319.18408

    [Microsoft .NET Framework, version 4.0.30319.18444]

    Copyright © Microsoft Corporation. All rights reserved.

     

    Build started 5/4/2014 8:14:23 PM.

    Project

    "C:TrinityBuildCMakeFilesCMakeTmpcmTryCompileExec912283761.vcxproj" on

    node 1 (default targets).

    PrepareForBuild:

    Creating directory "cmTryCompileExec912283761.dirDebug".

    Creating directory "C:TrinityBuildCMakeFilesCMakeTmpDebug".

    InitializeBuildStatus:

    Creating "cmTryCompileExec912283761.dirDebugcmTryCompileExec912283761.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"cmTryCompileExec912283761.dirDebug" /Fd"C:/TrinityBuild/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec912283761.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000

    Microsoft ® 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86

    Copyright © 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"cmTryCompileExec912283761.dirDebug" /Fd"C:/TrinityBuild/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec912283761.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000

     

    testCCompiler.c

    ManifestResourceCompile:

    C:Program Files (x86)Microsoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec912283761.dirDebugcmTryCompileExec912283761.exe.embed.manifest.res" cmTryCompileExec912283761.dirDebugcmTryCompileExec912283761_manifest.rc

    Link:

    C:Program Files (x86)Microsoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"C:TrinityBuildCMakeFilesCMakeTmpDebugcmTryCompileExec912283761.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:"cmTryCompileExec912283761.dirDebugcmTryCompileExec912283761.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/TrinityBuild/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec912283761.pdb" /SUBSYSTEM:CONSOLE /STACK:"10000000" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/TrinityBuild/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec912283761.lib" /MACHINE:X86 cmTryCompileExec912283761.dirDebugcmTryCompileExec912283761.exe.embed.manifest.res

    cmTryCompileExec912283761.dirDebugtestCCompiler.obj /machine:X86 /debug

    LINK : fatal error LNK1123: failure during conversion to COFF: file invalid

    or corrupt

    [C:TrinityBuildCMakeFilesCMakeTmpcmTryCompileExec912283761.vcxproj]

    Done Building Project

    "C:TrinityBuildCMakeFilesCMakeTmpcmTryCompileExec912283761.vcxproj"

    (default targets) -- FAILED.

     

    Build FAILED.

     

    "C:TrinityBuildCMakeFilesCMakeTmpcmTryCompileExec912283761.vcxproj"

    (default target) (1) ->

    (Link target) ->

    LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:TrinityBuildCMakeFilesCMakeTmpcmTryCompileExec912283761.vcxproj]

     

    0 Warning(s)

    1 Error(s)

     

    Time Elapsed 00:00:02.07

     

     

    CMake will not be able to correctly generate this project.

    Call Stack (most recent call first):

    CMakeLists.txt:12 (project)

    Configuring incomplete, errors occurred!

×
×
  • Create New...