Windows compilation fails with "NMAKE : fatal error U1077"
At the nmake gzclient
step of the Windows install instructions, compilation eventually fails with the following:
NMAKE : fatal error U1077: "C:\PROGRA~2\MICROS~2.0\VC\bin\X86_AM~1\cl.exe": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"": Rückgabe-Code "0x2"
Stop.
The output before that is just compiler warnings.
I'm using Gazebo 0a37ad849c3e, sdformat f6e092825372, ign-math 2555c7e8a9c5 and CMake 3.2.0 (had some issues during the configure step with newer CMake versions).
Any ideas how to deal with this? Should I be using different versions of Gazebo / sdformat / ign-math?