Skip to content
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

Open
realsetvin opened this issue Jan 9, 2024 · 8 comments
Open

Building from source ubuntu 22 #101

realsetvin opened this issue Jan 9, 2024 · 8 comments

Comments

@realsetvin
Copy link

Encountered many issues, is anyone able to build this from source on ubuntu 22?

@realsetvin
Copy link
Author

$ sudo wget https://github.com/codablock/bls-signatures/archive/v20181101.zip
$ sudo unzip v20181101.zip
$ cd bls-signatures-20181101
$ sudo cmake .
$ sudo make install

This does not work, make fails. There are several errors

@realsetvin
Copy link
Author

error: size of array element is not a multiple of its alignment 101 | blake2s_state S[8][1];

Raptor3um/raptoreum#48 (comment)

@realsetvin
Copy link
Author

If I fix that issue there are still other issues. And thats just to build the deps, not even building the qt

@Altcoin-Cash
Copy link
Contributor

I think you are the first trying on ubuntu 22.

@realsetvin
Copy link
Author

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.

@realsetvin
Copy link
Author

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?

@nucash-mining
Copy link

nucash-mining commented Jan 31, 2024 via email

@MichaelHDesigns
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants