You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
I have an problem building aleth on Windows because yaml-cpp fails.
I ran this command:
cmake .. -DCMAKE_GENERATOR_PLATFORM=x64But I get an error in the hunter part
C:.hunter_Base\c4cfcc0\1643554\402d68a\Build\yaml-cpp\Source\include\yaml-cpp/exceptions.h(208): error C3646: '_NOEXCEPT': unknown override specifier [C:.hunter_Base\c4cfcc0\1643554\402d68a\Build\yaml-cpp\Build\yaml-cpp-Release-prefix\src\yaml-cpp-Release-build\yaml-cpp.vcxproj] [C:.hunter_Base\c4cfcc0\1643554\402d68a\Build\yaml-cpp\Build\yaml-cpp-Release.vcxproj]
The complete output is build.txt
I am on Windows 10, Visual Studio 2017 and cmake 3.13.4