Jump to content
TrinityCore

Xpain

Plebs
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Xpain

  1. When i compile the server i found that error: MSVC: Enabled large address awareness MSVC: Enabled SSE2 support MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL: optimized;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/ssleay32MD.lib;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/libeay32MDd.lib CMake Error at cmake/macros/FindGit.cmake:24 (message): Git was NOT FOUND on your system - did you forget to install a recent version, or setting the path to it? Observe that for revision hash/date to work you need at least version 1.7 Call Stack (most recent call first): CMakeLists.txt:65 (find_package) Configuring incomplete, errors occurred! What can I do to solve it?
  2. I have Visual Studio 2010 express...
  3. So it's about Cmake. When I want to compile my source in Cmake i have this error: 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: D:/Trinity Core v2/Core/Build/CMakeFiles/CMakeTmp Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe cmTryCompileExec1555289586.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0 Microsoft ® Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright © Microsoft Corporation. All rights reserved. Build started 1/13/2013 11:52:58 PM. Project "D:Trinity Core v2CoreBuildCMakeFilesCMakeTmpcmTryCompileExec1555289586.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTryCompileExec1555289586.dirDebug". Creating directory "D:Trinity Core v2CoreBuildCMakeFilesCMakeTmpDebug". InitializeBuildStatus: Creating "cmTryCompileExec1555289586.dirDebugcmTryCompileExec1555289586.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"cmTryCompileExec1555289586.dirDebug" /Fd"D:/Trinity Core v2/Core/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1555289586.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"cmTryCompileExec1555289586.dirDebug" /Fd"D:/Trinity Core v2/Core/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1555289586.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000 testCCompiler.c ManifestResourceCompile: C:Program Files (x86)Microsoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec1555289586.dirDebugcmTryCompileExec1555289586.exe.embed.manifest.res" cmTryCompileExec1555289586.dirDebugcmTryCompileExec1555289586_manifest.rc Link: C:Program Files (x86)Microsoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"D:Trinity Core v2CoreBuildCMakeFilesCMakeTmpDebugcmTryCompileExec1555289586.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:"cmTryCompileExec1555289586.dirDebugcmTryCompileExec1555289586.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:/Trinity Core v2/Core/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1555289586.pdb" /SUBSYSTEM:CONSOLE /STACK:"10000000" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Trinity Core v2/Core/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1555289586.lib" /MACHINE:X86 cmTryCompileExec1555289586.dirDebugcmTryCompileExec1555289586.exe.embed.manifest.res cmTryCompileExec1555289586.dirDebugtestCCompiler.obj /machine:X86 /debug LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [D:Trinity Core v2CoreBuildCMakeFilesCMakeTmpcmTryCompileExec1555289586.vcxproj] Done Building Project "D:Trinity Core v2CoreBuildCMakeFilesCMakeTmpcmTryCompileExec1555289586.vcxproj" (default targets) -- FAILED. Build FAILED. "D:Trinity Core v2CoreBuildCMakeFilesCMakeTmpcmTryCompileExec1555289586.vcxproj" (default target) (1) -> (Link target) -> LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [D:Trinity Core v2CoreBuildCMakeFilesCMakeTmpcmTryCompileExec1555289586.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.21 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) Configuring incomplete, errors occurred! What can I do to fix it?
×
×
  • Create New...