Add support for VS 2019 by lewissbaker · Pull Request #125 · lewissbaker/cppcoro (original) (raw)

> ./cake.bat release=debug architecture=x64 lib/build.cake

Traceback (most recent call last):
  File "C:\Projects\Druniks\Druniks.Prototype\lib\cppcoro\tools\cake\src\cake\runner.py", line 454, in run
    configuration = engine.findConfiguration(scriptPath)
  File "C:\Projects\Druniks\Druniks.Prototype\lib\cppcoro\tools\cake\src\cake\engine.py", line 335, in findConfiguration
    return self.getConfiguration(configScript)
  File "C:\Projects\Druniks\Druniks.Prototype\lib\cppcoro\tools\cake\src\cake\engine.py", line 308, in getConfiguration
    script.execute()
  File "C:\Projects\Druniks\Druniks.Prototype\lib\cppcoro\tools\cake\src\cake\script.py", line 273, in execute
    exec byteCode in scriptGlobals
  File "C:\Projects\Druniks\Druniks.Prototype\lib\cppcoro\config.cake", line 70, in <module>
    from cake.library.compilers.msvc import getVisualStudioCompiler, findMsvcInstallDir
ImportError: cannot import name getVisualStudioCompiler
Build failed with 1 errors.
Build took 0:00:00.243.

That's because cake submodule targeting clang branch instead of master. Should the submodule branch be also updated in the scope of this PR?