[gambit-list] Trouble building using misc\vc2012.bat
Marc Feeley
feeley at iro.umontreal.ca
Thu Feb 9 09:52:30 EST 2017
The build batch files for Windows are out of date. I don’t update them regularly because few people use them, and it is a hassle to test them. I’ve commited an update to the batch files, so please try them out and report any problems.
Marc
> On Feb 9, 2017, at 9:16 AM, C K Kashyap <ckkashyap at gmail.com> wrote:
>
> Hi,
>
> 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)
>
> >> @call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat"
>
> When I ran vc2012.bat, I got errors complaining about #define syntax in gambit.h, and config.h not found in os_thread.c
>
> >> C:\Users\ckk\gambit\include\gambit.h(1360): error C2007: #define syntax
>
> So I removed the following lines from gambit.h and renamed config.h.in to config.h
>
> >> #ifndef ___NO_ACTIVITY_LOG
> >> #ifndef ___ACTIVITY_LOG
> >> #define @CONF_ACTIVITY_LOG@
> >> #endif
> >> #endif
>
> 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?
>
> Regards,
> Kashyap
>
> _______________________________________________
> Gambit-list mailing list
> Gambit-list at iro.umontreal.ca
> https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
More information about the Gambit-list
mailing list