-
Notifications
You must be signed in to change notification settings - Fork 9
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
Building from source ubuntu 22 #101
Comments
$ sudo wget https://github.com/codablock/bls-signatures/archive/v20181101.zip This does not work, make fails. There are several errors |
error: size of array element is not a multiple of its alignment 101 | blake2s_state S[8][1]; |
If I fix that issue there are still other issues. And thats just to build the deps, not even building the qt |
I think you are the first trying on ubuntu 22. |
Yes sir I can only be grateful that there is someone who is willing to look at this at all. If you need anything from me let me know. ubuntu 24 is coming soon, and there is no binaries for any linux - so it would be nice if we could get this working. |
ser plz help Is there a way I can build this in ubuntu 18 but it will run on ubuntu 22? |
It will run in Ubuntu 22
…On Wed, Jan 31, 2024 at 7:32 AM Setvin ***@***.***> wrote:
I think you are the first trying on ubuntu 22.
ser plz help
Is there a way I can build this in ubuntu 18 but it will run on ubuntu 22?
—
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJP7EPD3F2QTR5ALSKKALBTYRJBYLAVCNFSM6AAAAABBTXMLZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJZGEYTCNBUHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
If you build for Ubuntu 18 it will run with Ubuntu 18, if you got the executables then upgrade to Ubuntu 22, they will run, but if you build from source, the depends have to be specific to your build environment. What are the errors you are getting? There are already compiled binaries available to download, but if you are building from source, what's the error? |
Encountered many issues, is anyone able to build this from source on ubuntu 22?
The text was updated successfully, but these errors were encountered: