Jump to content
TrinityCore

Squeezee

Plebs
  • Posts

    3
  • Joined

  • Last visited

Squeezee's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I downloaded C++ from their Website... I mean microsoft ;S
  2. Greetings, I am not new here, at trinity forums, but this problem has occured me and i cant solve it... I am having a Windows Web Server 2008 R2 64bit. I installed Microsoft C++ 2010, and OpenSSL 32bit and 64bit, and all packages from microsoft... So i get newest revision from Trinity GitHub, i go to CMake, choose where i have put it, and put a Bulid Directory... I choose option Visual Studio 10 ( Not 64x, because there are errors, when you are doing 64x) When i press Configure, i get this... Can anyone help me? Thanks in advance.... Error: 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:52 (MESSAGE): The C compiler "cl" is not able to compile a simple test program. It fails with the following output: Change Dir: C:/World of Warcraft Server/Emulator & Database/TrinityBulid/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~2\MICROS~1.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual C++ 2010 Express Version 10.0.30319.1. Copyright (C) Microsoft Corp. All rights reserved. Unable to read the project file "ALL_BUILD.vcxproj". C:\World of Warcraft Server\Emulator & Database\TrinityBulid\CMakeFiles\CMakeTmp\ALL_BUILD.vcxproj(113,121): The project file could not be loaded. An error occurred while parsing EntityName. Line 113, position 121. Unable to read the project file "cmTryCompileExec.vcxproj". C:\World of Warcraft Server\Emulator & Database\TrinityBulid\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj(58,111): The project file could not be loaded. An error occurred while parsing EntityName. Line 58, position 111. Invalid project Use: vcexpress [solutionfile | projectfile | anyfile.ext] [switches] The first argument for vcexpress is usually a solution file or project file. You can also use any other file as the first argument if you want to have the file open automatically in an editor. When you enter a project file, the IDE looks for an .sln file with the same base name as the project file in the parent directory for the project file. If no such .sln file exists, then the IDE looks for a single .sln file that references the project. If no such single .sln file exists, then the IDE creates an unsaved solution with a default .sln file name that has the same base name as the project file. Command line builds: vcexpress solutionfile.sln /build [ solutionconfig ] [ /project projectnameorfile [ /projectconfig name ] ] Available command line switches: /Log Logs IDE activity to the specified file for troubleshooting. /ResetSettings Restores the IDE's default settings, optionally resets to the specified VSSettings file. /SafeMode Launches the IDE in safe mode loading minimal windows. Product-specific switches: /debugexe Open the specified executable to be debugged. The remainder of the command line is passed to this executable as its arguments. /useenv Use PATH, INCLUDE, LIBPATH, and LIB environment variables instead of IDE paths for VC++ builds. To attach the debugger from the command line, use: VsJITDebugger.exe -p <pid> CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) Configuring incomplete, errors occurred! Kind Regards Squeezee
×
×
  • Create New...