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

Build fails on macOS due to size_t (hardfork branch) #1590

Closed
1 of 3 tasks
jmjatlanta opened this issue Feb 15, 2019 · 1 comment
Closed
1 of 3 tasks

Build fails on macOS due to size_t (hardfork branch) #1590

jmjatlanta opened this issue Feb 15, 2019 · 1 comment

Comments

@jmjatlanta
Copy link
Contributor

jmjatlanta commented Feb 15, 2019

The inclusion of HTLC brought with it the use of size_t, which can be (and is) platform specific. Attempting to build on macOS will give template errors due to size_t being equivalent to unsigned long long on macOS.

Build Environment

  • Host OS: macOS
  • Host Physical RAM 8GB
  • Source Branch/Tag: hardfork
  • OpenSSL Version: 1.1.0h
  • Boost Version: 1.68

Steps To Reproduce
git clone https://github.com/bitshares/bitshares-core
cd bitshares-core
git checkout hardfork
cmake .
make

CORE TEAM TASK LIST

  • Evaluate Build Error
  • Provide build guidance
  • Create Bug Report
@abitmore
Copy link
Member

Closed by #1589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants