Jump to content
TrinityCore

tybyrysk

Plebs
  • Posts

    10
  • Joined

  • Last visited

tybyrysk's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you for your answer, Thugly. I've just tryed to Build binaries in C but I still get the error. It is very annoying since I am stucked at this step for almost two weeks....
  2. Come on! I can't really believe there's no one who can help me....
  3. I've installed all service packs and updates for visual studios 2010 but the error still persist( http://pastebin.com/i1Vn4pvk ) I've tryed to skip this step but now, after building process I have no BIN -> RELEASE folder in D: Build ( http://pastebin.com/fWLXUzYG ) I have no idea how to solve this problem so I am very thankful for your future help.
  4. Thank you for your answer but this just get me one step forward and now I'm stucked again. This is what I get: http://pastebin.com/i1Vn4pvk
  5. Hello, I am trying to set a new server but I encounter an error in CMake: "Error in configuration process, project files may be invalid" 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/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "C:/Program Files/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:/Build/CMakeFiles/CMakeTmp Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe cmTryCompileExec2318216209.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0 Microsoft (R) Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright (C) Microsoft Corporation. All rights reserved. Build started 8/11/2013 6:59:42 PM. Project "D:BuildCMakeFilesCMakeTmpcmTryCompileExec2318216209.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTryCompileExec2318216209.dirDebug". Creating directory "D:BuildCMakeFilesCMakeTmpDebug". InitializeBuildStatus: Creating "cmTryCompileExec2318216209.dirDebugcmTryCompileExec2318216209.unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:Program FilesMicrosoft 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"cmTryCompileExec2318216209.dirDebug" /Fd"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2318216209.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"cmTryCompileExec2318216209.dirDebug" /Fd"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2318216209.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c testCCompiler.c ManifestResourceCompile: C:Program FilesMicrosoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec2318216209.dirDebugcmTryCompileExec2318216209.exe.embed.manifest.res" cmTryCompileExec2318216209.dirDebugcmTryCompileExec2318216209_manifest.rc Link: C:Program FilesMicrosoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"D:BuildCMakeFilesCMakeTmpDebugcmTryCompileExec2318216209.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:"cmTryCompileExec2318216209.dirDebugcmTryCompileExec2318216209.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2318216209.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2318216209.lib" /MACHINE:X86 cmTryCompileExec2318216209.dirDebugcmTryCompileExec2318216209.exe.embed.manifest.res cmTryCompileExec2318216209.dirDebugtestCCompiler.obj /machine:X86 /debug LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [D:BuildCMakeFilesCMakeTmpcmTryCompileExec2318216209.vcxproj] Done Building Project "D:BuildCMakeFilesCMakeTmpcmTryCompileExec2318216209.vcxproj" (default targets) -- FAILED. Build FAILED. "D:BuildCMakeFilesCMakeTmpcmTryCompileExec2318216209.vcxproj" (default target) (1) -> (Link target) -> LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [D:BuildCMakeFilesCMakeTmpcmTryCompileExec2318216209.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.37 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) Configuring incomplete, errors occurred! I am running it on Windows 7. I have installed OpenSSL 1_0_1e I have installed Microsoft Visual 2010 and tried with 2012 too. I've runned as administrator all the programs. I've searched on the forum but I can't find any solution to solve this problem. I am looking forward for you help, Thank you
×
×
  • Create New...