Hi!
I tried building Urho3D on Win7 x64 using Visual Studio 2010, and am running into problems. I’ll list in detail what I did.
[code](get version 1.23)
git clone https://github.com/urho3d/Urho3D.git
cd Urho3D
git checkout -b stable v1.23
(generate nmake makefiles)
mkdir build-vc10
cd build-vc10
cmake -G “NMake Makefiles” …
(compile)
nmake
NOTE: This was done from inside the “Visual Studio Development Console 2010”, which is basically the windows command prompt only with some extra local environment variables set up.[/code]
The first error I got was the following:
I edited CMakeLists.txt in the Urho3D root directory to disable precompiled headers and retried. Everything went fine until this next error popped up:
Does anyone know what’s going on?
The library compiles fine on my linux machine using gcc 4.6.3
[EDIT] When running nmake again after the last error, I get the following, different error message: