cygnusxi / CurecoinSource

Curecoin 2.0+ Source Code
https://curecoin.net
MIT License
146 stars 57 forks source link

Fix for Boost 1.70+ #47

Closed davemint closed 4 years ago

davemint commented 4 years ago

This builds fine on Arch x64 using the latest boost libs.

schnerring commented 4 years ago

I'm on Arch and have another package depending on boost-libs, so the current PKGBUILD from the AUR doesn't work for me.

I successfully built your version with boost and boost-libs 1.72.

To reproduce I changed the following lines in the AUR PKGBUILD like so:

...
depends=('qt5-base' 'qt5-tools' 'miniupnpc' 'boost-libs' 'openssl-1.0')
makedepends=('boost' 'db' 'git')
source=("git+https://github.com/davemint/CurecoinSource.git#branch=master"
        "curecoin.desktop")
...
cygnusxi commented 4 years ago

48 has been merged and fixes this issue.