riverrun/comeonin

comeonin not compile on windows 7

221V opened this issue · 6 comments

221V commented

hello

i make all by https://github.com/riverrun/comeonin/wiki/Requirements ---
i install visual studio2012,visualcppbuildtools,MinGW
i write system path, but...

http://f3.s.qip.ru/15iw6PVqI.png

i see this error(s) and cry... what to do ?

Thanks for reporting this issue.

Could you try installing this package and try building comeonin again.

If that doesn't work, you might need to update your version of visual studio -- it seems that 2012 uses an older C standard.

@oltmannsdaniel that's a different error, and from the error message, it looks like you're using a very old version of Comeonin. If you are still having issues, please update Comeonin and then open a new issue.

@riverrun Uups. Thanks for the hint. It works now.

221V commented

yes, i install visualcppbuildtools

now i download comeomin from github, (mix deps.clean comeonin before that) but errors again --
http://f3.s.qip.ru/15iw6PVr2.png

221V commented

maybe you know how compile comeonin on windows7 with MinGW or msys2 or cygwin ?

It should just work with the visuall cpp build tools.
I think your problem is that you're using an old version of visual studio. If you update visual studio to the 2015 version, it should build.