<div dir="ltr"><div>Hi,</div><div><br></div><div>I tried to use misc\vc2012.bat to build gambit on windows using VS2105. I changed vc2012.bat to point to the right vcvars32.bat (by changing 11 to 14)</div><div><br></div><div>>> @call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat"</div><div><br></div><div>When I ran vc2012.bat, I got errors complaining about #define syntax in gambit.h, and config.h not found in os_thread.c</div><div><br></div><div>>> C:\Users\ckk\gambit\include\gambit.h(1360): error C2007: #define syntax</div><div><br></div><div>So I removed the following lines from gambit.h and renamed <a href="http://config.h.in">config.h.in</a> to config.h</div><div><br></div><div>>> #ifndef ___NO_ACTIVITY_LOG</div><div>>> #ifndef ___ACTIVITY_LOG</div><div>>> #define @CONF_ACTIVITY_LOG@</div><div>>> #endif</div><div>>> #endif</div><div><br></div><div>That got rid of the above errors but then I noticed the error about missing _gambc.c - not sure what to do about it because I don't see it in the repo. Have I missed something?</div><div><br></div><div>Regards,</div><div>Kashyap</div><div><br></div></div>