Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std::min requires 2 matching parameters #1560

Closed
3 tasks
jmjatlanta opened this issue Feb 5, 2019 · 0 comments
Closed
3 tasks

std::min requires 2 matching parameters #1560

jmjatlanta opened this issue Feb 5, 2019 · 0 comments
Assignees
Labels
build About build process

Comments

@jmjatlanta
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build About build process
Projects
None yet
Development

No branches or pull requests

2 participants