Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling on windows 10 #52

Open
thomaswilley opened this issue Oct 6, 2017 · 1 comment
Open

compiling on windows 10 #52

thomaswilley opened this issue Oct 6, 2017 · 1 comment

Comments

@thomaswilley
Copy link

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!

[1]https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-2/compiler-error-c2894?f1url=https%3A%2F%2Fmsdn.microsoft.com%2Fquery%2Fdev15.query%3FappId%3DDev15IDEF1%26l%3DEN-US%26k%3Dk(C2894)%26rd%3Dtrue

@allape
Copy link

allape commented Nov 20, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants