compiling on windows 10
thomaswilley opened this issue · 1 comments
Hello, really impressed with this and hoping to play with it a bit.
I'm struggling to compile on windows. Started building a makefile and then decided to just open the .sln and build from VS. Downloaded VS2017 community edition and executed a build. Received error about VS2010 build tools missing and suggested to re-target to more current. 10.0.15063.0 was available in the default install so I used that (also tried 8.1). In all cases build fails with many of the same error "templates cannot be declared to have 'C' linkage"[1].
Any guidance you could provide to overcome and build? Welcome a GNU make oriented solution too if exists. Thanks for any suggestions you could share!
I got the same error too. After read the .sln file in Notepad++, I found the compiler which is VS2010. And it can be perfectly compiled by VS2010.