lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.37k stars 462 forks source link

Visual Studio 2019, x64 Native Tools Command Prompt for VS 2019, cake.bat, build fail: 3 errors #161

Open vasslavich opened 4 years ago

vasslavich commented 4 years ago

c:\devzone\cppcoro>cake.bat Traceback (most recent call last): File "c:\devzone\cppcoro\tools\cake\src\run.py", line 17, in cake.main.execute() File "c:\devzone\cppcoro\tools\cake\src\cake\main.py", line 22, in execute import cake.runner File "c:\devzone\cppcoro\tools\cake\src\cake\runner.py", line 25 from cake.async import flatten ^ SyntaxError: invalid syntax

vasslavich commented 4 years ago

Sorry, forgot: Python 3.8.3

tavi-cacina commented 4 years ago

As a workaround you may use: vcpkg install cppcoro

bullestock commented 3 years ago

Or simply use a fork with CMake support: https://github.com/Garcia6l20/cppcoro