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

Mac build fixes #8

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on May 8, 2017

  1. Fix Mac build issue

    error: use of undeclared identifier 'lseek64'; did you mean 'lseek'?
    simon committed May 8, 2017
    Configuration menu
    Copy the full SHA
    ab87e18 View commit details
    Browse the repository at this point in the history
  2. Fix Mac build issue

    error: cast from pointer to smaller type 'unsigned int' loses information
    simon committed May 8, 2017
    Configuration menu
    Copy the full SHA
    59ca7f7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Fix Mac build issue

    sem_init() is deprecated, so use sem_open() instead.
    simon committed May 15, 2017
    Configuration menu
    Copy the full SHA
    c84ddc0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Fix Mac build issue

    Datadir path now set to $HOME/.multichain to be the same as Unix
    bitcartel committed May 20, 2017
    Configuration menu
    Copy the full SHA
    bbafd91 View commit details
    Browse the repository at this point in the history
  2. Fix Mac build issue

    IP address auto-detection for Mac.
    bitcartel committed May 20, 2017
    Configuration menu
    Copy the full SHA
    7e97331 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Configuration menu
    Copy the full SHA
    5e7fe42 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Fix Mac build issue

    Leveldb uses OSMemoryBarrier() which is deprecated in macOS 10.12
    resulting in build warnings.  Fixed by applying upstream patch to
    replace OSMemoryBarrier() with std::atomic_thread_fence().
    bitcartel committed May 22, 2017
    Configuration menu
    Copy the full SHA
    c428347 View commit details
    Browse the repository at this point in the history