-
Notifications
You must be signed in to change notification settings - Fork 25
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
Installing in ${HOME}/.local
causes build error
#134
Comments
Thanks for the bug report! This is interesting and I learned some things. tl;dr: recommended fix is to use Few observations:
|
Some of the followups listed in previous comment are probably still a good idea, but note that with the bitcoin/bitcoin#31741 there is probably less of a reason to want to install libmultiprocess as a separate package, so that makes it less likely someone would encounter problems using cmake --install --prefix. It is still pretty useful to install it as a separate package in order to be able to work with this git repository though, so I should at least document fact that that --prefix option can lead to problems and CMAKE_INSTALL_PREFIX should be preferred instead. |
On Ubuntu 24.04, with a patch from #133 applied:
The text was updated successfully, but these errors were encountered: