-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fails to link ricochet-refresh
due to missing symbol related to abseil
#178
Comments
The abseil dependency is coming from protobuf which was added in the 3.22 series (which is why we build against the 3.21 series in the official releases: https://github.com/blueprint-freespeech/ricochet-build/blob/6cec75b70cfdd6d237ceb2d66328960afb33b073/rbm.conf#L66) For a local build you should be able to install the abseil the abseil dev package for your distro. |
Yeah, I have it installed yet I get the error. Perhaps the installed version is too old or new (https://voidlinux.org/packages/?arch=x86_64&q=abseil). Installed version is |
Alright, so:
It seems like that the .so file mentioned in the linking error includes the relevant symbols. Any ideas where to go from here? |
fixed in #182 |
Hello.
When trying to compile, I get the following error:
Any ideas?
The text was updated successfully, but these errors were encountered: