Closed switzer closed 6 years ago
The project compiles if you install boost
from scratch:
brew uninstall boost
brew install --build-from-source --HEAD boost
I am updating the documentation about the OSX build and will add separate issues for the other problems that exist.
I am trying to compile the latest release (https://github.com/Anoncoin/anoncoin/releases/tag/5e441d8) to work on my Mac.
Per a Slack chat, I am adding all of the errors I get during the process here:
When running
make
:Aside from the warnings, the key error is that
miniupnpc
has been modified in the OS since this code has been tested on a Mac.I ran configure without
miniupnpc
to see how it goes:Output of
make
is as follows:I am happy to work with someone live with this. I will add to this issue as I fix problems.