CPPKoans icon indicating copy to clipboard operation
CPPKoans copied to clipboard

Make it work under linux

Open okin opened this issue 12 years ago • 1 comments

After cloning the repo I wasn't able to get it running on my linux machine (running Debian unstable).

It looks like there is a lot of windows-only dependency. My first problem was the include of SDKDDKVer.h in CPPKoans/targetver.h. I could resolve this issue by commenting the line. The next problem was the include of tchar.h in CPPKoans/stdafx.h. I tried some quick fixes for this but did not find a satisfying solution.

I would love to use the koans from a *nix environment!

okin avatar Sep 14 '12 11:09 okin

+1 to this problem. I followed a very similar process.

compwron avatar Mar 12 '15 21:03 compwron