cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

build on windows no output

Open goodpaperman opened this issue 2 months ago • 2 comments

D:\code\cppcoro>cake.bat


Build succeeded.
Build took 0:00:00.270.

D:\code\cppcoro>cake --version
Cake 0.9.7 [D:\code\cppcoro\tools\cake\src\cake]
Python 2.7 (r27:82525, Jul  4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)]

D:\code\cppcoro>

what's wron? win11, vs2019 sp4, python 2.7

goodpaperman avatar Oct 31 '25 08:10 goodpaperman

according to README, step by step, nothing occurs, why?

goodpaperman avatar Oct 31 '25 08:10 goodpaperman

If you like, you can try my fork at https://github.com/andreasbuhr/cppcoro Instead of cake, it uses CMake.

andreasbuhr avatar Oct 31 '25 09:10 andreasbuhr