CMake issue menu

Shout-Out

User Tag List

Thread: CMake issue

Results 1 to 6 of 6
  1. #1
    Kapperjoe's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    CMake issue

    Hey, i have this problem with CMake
    When i'm going to generate, it says:
    Error in configuration process, project files may be invalid.

    Do someone have fix..
    i followed everything correctly on a tutorial i found...
    plz help D;

    I made the Prefix [Misc] cuz i didnt know what Prefix i should use.

    CMake issue
  2. #2
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Please give a full cmake log. Make sure you are targeting the correct directory.

  3. #3
    Kapperjoe's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you want the Errorlog? (CMakeError.txt)

  4. #4
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Yes, that would help. It normally displays at the bottom of the Cmake GUI the messages about what has happened.

  5. #5
    Kapperjoe's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    Yes, that would help. It normally displays at the bottom of the Cmake GUI the messages about what has happened.
    Ok, here it is, and btw, im danish so that is why everything in it isn't english :P:

    Determining if the C compiler works failed with the following output:
    Change Dir: C:/Users/Kamel/Desktop/Build/CMakeFiles/CMakeTmp

    Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec1479992730.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 2007. Alle rettigheder forbeholdes.



    Build startede 14-04-2014 14:20:45.

    Projekt "C:\Users\Kamel\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1479992730.vcx proj" p† node 1 (standarddestinationer).

    PrepareForBuild:

    Mappen "cmTryCompileExec1479992730.dir\Debug\" oprettes.

    Mappen "C:\Users\Kamel\Desktop\Build\CMakeFiles\CMakeTmp\Debug\" oprettes.

    InitializeBuildStatus:

    "cmTryCompileExec1479992730.dir\Debug\cmTryCompileExec1479992730.unsuccessfulbui ld" oprettes, fordi "AlwaysCreate" blev angivet.

    ClCompile:

    c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fprecise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1479992730.dir\Debug\\" /Fd"cmTryCompileExec1479992730.dir\Debug\vc100.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 /fprecise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1479992730.dir\Debug\\" /Fd"cmTryCompileExec1479992730.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c



    testCCompiler.c

    ManifestResourceCompile:

    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec1479992730.dir\Debug\cmTryCompileExec1479992730.exe.embed.man ifest.res" cmTryCompileExec1479992730.dir\Debug\cmTryCompileExec1479992730_manifest.rc

    Link:

    c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Kamel\Desktop\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1479 992730.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:"cmTryCompileExec1479992730.dir\Debug\cmTryCompileExec1479992730.ex e.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Users/Kamel/Desktop/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1479992730.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Kamel/Desktop/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1479992730.lib" /MACHINE:X86 cmTryCompileExec1479992730.dir\Debug\cmTryCompileExec1479992730.exe.embed.manife st.res

    cmTryCompileExec1479992730.dir\Debug\testCCompiler.obj /machine:X86 /debug

    LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Kamel\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1479992730.vcxp roj]

    Bygningen af projektet "C:\Users\Kamel\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1479992730.vcx proj" er f‘rdig (standarddestinationer). MISLYKKEDES.

    Build MISLYKKEDES.
    "C:\Users\Kamel\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1479992730.vcx proj" (standarddestination) (1) ->
    (Link destination) ->
    LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\Kamel\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1479992730.vcxp roj]

    I hope this helps :i

  6. #6
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    It seems to be an issue with .NET 4.5 / Visual Studio 2010.

    TrinityCore only supports Visual Studio 2013 for Windows.

    If you are using ArcEmu, then stop it. But on a serious note, if you are using ArcEmu then stackoverflow suggests uninstalling .NET 4.5 and installing .NET 4.0. Also try installing Visual Studio 2010 SP1. *shrug* I found this here: Failed to configure CMake with Visual Studio 2010 Express - Stack Overflow

    This was the important bit I was looking for in your logs:
    Code:
     failure during conversion to COFF: file invalid or corrupt

Similar Threads

  1. Issues with Deeprun Tram exploit
    By shade599 in forum World of Warcraft Exploration
    Replies: 3
    Last Post: 03-25-2007, 08:01 AM
  2. !xSpeednet Issues
    By Taldeer in forum World of Warcraft General
    Replies: 5
    Last Post: 01-28-2007, 06:32 PM
  3. DBC More issues.
    By dela in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 09-29-2006, 07:46 PM
  4. patching issue
    By Marlo in forum World of Warcraft General
    Replies: 0
    Last Post: 07-22-2006, 07:35 PM
  5. [Patch 1.11] - Known Issues (6-20-06)
    By Cypher in forum World of Warcraft General
    Replies: 1
    Last Post: 06-24-2006, 12:42 AM
All times are GMT -5. The time now is 09:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search