-
Notifications
You must be signed in to change notification settings - Fork 795
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
error "undefined reference" when building rai_wallet #269
Comments
Hmm, is it possible the linker is using a different boost version from the one you compiled against? I assume that you are using |
No difference. I did:
Cmake gives me a hint:
It seems to reference boost 1.63, which is correct. Still the warnings on the top confuse me |
I would try dumping debug details from |
Here's debug output:
does that help you in any way? I've added
at the top of CMake.Lists.txt but that didn't make a difference |
Sorry, the way to debug cmake is called Speaking of which -- how confident are you that |
there you go:
|
Just happened to me. Upgrade your CMake to 3.11. Newer boost versions require newer CMake versions (in this case, 1.63 requires 3.11) After installing and cleaning cmake cache (or delete your build folder, w/e), it went smooth |
Boost 1.66 is required as well. |
II've followed instructions on the wiki for ubuntu 16.04:
https://github.com/clemahieu/raiblocks/wiki/Install-Wallet-on-Ubuntu-16.04.3
linking fails:
The text was updated successfully, but these errors were encountered: