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
On macOS, size_t is an unsigned long long. std::min does not do implicit conversions, and fails to compile certain fc:: headers.
Build Error Description
build error stating it cannot find an appropriate template for std::min
Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the CMakeFiles/CMakeOutput.log.
Host OS: macOS 10.14 (Mojave)
Host Physical RAM 8GB
Source Branch/Tag: develop
OpenSSL Version: 1.1.0h
Boost Version: 1.68.0
C++ Compiler: clang
Steps To Reproduce
Attempt to compile bitshares-fc on macOS
CORE TEAM TASK LIST
Evaluate Build Error
Provide build guidance
Create Bug Report
The text was updated successfully, but these errors were encountered:
On macOS, size_t is an unsigned long long. std::min does not do implicit conversions, and fails to compile certain fc:: headers.
Build Error Description
build error stating it cannot find an appropriate template for std::min
Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the
CMakeFiles/CMakeOutput.log
.Steps To Reproduce
Attempt to compile bitshares-fc on macOS
CORE TEAM TASK LIST
Build Error
Bug Report
The text was updated successfully, but these errors were encountered: