We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A followup on the irc discussion. Plain vanilla Freebsd 10.2 install, pkg install gcc49 cmake boost-all cryptopp
option(WITH_STATIC "Static build" OFF) compiles.
option(WITH_STATIC "Static build" ON) does not.
The text was updated successfully, but these errors were encountered:
You told me that you cannot build Monero either. I suspect there is a problem with the default FreeBSD setup. Can someone verify?
(See also this Monero issue)
Sorry, something went wrong.
New fact. Static compilation is a success on FreeBSD 10.1 Something changed since then.
Broken library: http://pkg.freebsd.org/freebsd:10:x86:64/release_2/All/boost-libs-1.55.0_5.txz
Use the previous one when compiling on 10.2: http://pkg.freebsd.org/freebsd:10:x86:64/release_1/All/boost-libs-1.55.0_4.txz
I'm going to close this since the problem is freebsd-related rather than i2pd-related. You should probably report the bug to the freebsd developers.
No branches or pull requests
A followup on the irc discussion.
Plain vanilla Freebsd 10.2 install,
pkg install gcc49 cmake boost-all cryptopp
option(WITH_STATIC "Static build" OFF) compiles.
option(WITH_STATIC "Static build" ON) does not.
The text was updated successfully, but these errors were encountered: