• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Eluna Compile Error

Status
Not open for further replies.

ldark123

Emulation Addict
How i can Fix that problem
CmakeError.jpg
 

Tommy

Founder
Can't really see since the image is small, but as far as I can tell you aren't showing the error at all besides the line number of CMakeLists.txt. Can you copy the CMake log text and paste it here?
 

Rochet2

Moderator / Eluna Dev
You are posting the messages that say an error occurred, but not the actual errors.
Copy all the text from the box in the picture and post here.

You already copied only part of it here. Copy the rest as well.
 

ldark123

Emulation Addict
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:/Users/PC/Desktop/Build/CMakeFiles/CMakeTmp



Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
cmTryCompileExec2943168106.vcxproj /p:Configuration=Debug
/p:VisualStudioVersion=10.0

Microsoft (R) Build Engine version 4.0.30319.18408


[Microsoft .NET Framework, version 4.0.30319.18408]


Copyright (C) Microsoft Corporation. All rights reserved.





Build started 12/6/2014 10:20:05 AM.


Project
"C:\Users\PC\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec2943168106.vcxproj"
on node 1 (default targets).


PrepareForBuild:


Creating directory "cmTryCompileExec2943168106.dir\Debug\".

Creating directory "C:\Users\PC\Desktop\Build\CMakeFiles\CMakeTmp\Debug\".


InitializeBuildStatus:


Creating "cmTryCompileExec2943168106.dir\Debug\cmTryCompileExec2943168106.unsuccessfulbuild" because "AlwaysCreate" was specified.


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 /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2943168106.dir\Debug\\" /Fd"cmTryCompileExec2943168106.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 /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2943168106.dir\Debug\\" /Fd"cmTryCompileExec2943168106.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"cmTryCompileExec2943168106.dir\Debug\cmTryCompileExec2943168106.exe.embed.manifest.res" cmTryCompileExec2943168106.dir\Debug\cmTryCompileExec2943168106_manifest.rc


Link:


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

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


LINK : fatal error LNK1123: failure during conversion to COFF: file invalid
or corrupt
[C:\Users\PC\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec2943168106.vcxproj]



Done Building Project
"C:\Users\PC\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec2943168106.vcxproj"
(default targets) -- FAILED.





Build FAILED.






"C:\Users\PC\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec2943168106.vcxproj"
(default target) (1) ->


(Link target) ->


LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\PC\Desktop\Build\CMakeFiles\CMakeTmp\cmTryCompileExec2943168106.vcxproj]





0 Warning(s)

1 Error(s)





Time Elapsed 00:00:00.69






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:/Users/PC/Desktop/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/PC/Desktop/Build/CMakeFiles/CMakeError.log".

Thanks :D
 
Status
Not open for further replies.
Top