Hiya.
I am trying to follow http://www.trinitycore.info/How-to:Win#Software_Required but fail miserabely.
Win7 ultimate 64 bit
latest git and programs used in tutorial
I had Visual Studio ultimate, but uninstalled it and installed visual studio express instead, since nothing worked.
When I on my C:\ drive try to configure and make C++ solutions I fail no matter how I do it. Here is the message from Cmake:
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:/Server/Build1/CMakeFiles/CMakeTmp
Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
cmTryCompileExec.vcxproj /p:Configuration=Debug
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.239]
Copyright (C) Microsoft Corporation 2007. All rights reserved.
Build started 2011-10-27 20:41:39.
Project "C:\Server\Build1\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" on
node 1 (default targets).
C:\Server\Build1\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj(27,3): error
MSB4019: The imported project "E:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.Default.props" was not
found. Confirm that the path in the <Import> declaration is correct, and
that the file exists on disk.
Done Building Project
"C:\Server\Build1\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" (default
targets) -- FAILED.
Build FAILED.
"C:\Server\Build1\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj" (default
target) (1) ->
C:\Server\Build1\CMakeFiles\CMakeTmp\cmTryCompileExec.vcxproj(27,3): error MSB4019: The imported project "E:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.07
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:12 (project)
Configuring incomplete, errors occurred!
First of all I recon there is something wrong with VS? Since it won't compile.
But where do I go from here?