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

Fix for failed build on Linux "Invalid_argument" #73

Open
BigBallWiggles opened this issue Dec 19, 2023 · 1 comment · May be fixed by #75 or #83
Open

Fix for failed build on Linux "Invalid_argument" #73

BigBallWiggles opened this issue Dec 19, 2023 · 1 comment · May be fixed by #75 or #83

Comments

@BigBallWiggles
Copy link

BigBallWiggles commented Dec 19, 2023

I went to install BitcoinZ in Linux and I got an error when compiling saying 'Invalid_argument' undefined or something. I also noticed the 'curl' dependency on the directions wasn't listed which was an easy one, but I Googled about the 'Invalid_argument' and someone on Stack Overflow said "it is defined in the header stdexcept Include it..." So I went into crypto/equihash.h and added " #include stdexcept.h " and saved it and it built successfully.

I actually used the greater than and less than signs without the .h Github seemed not to like the greater than and less than signs

This was linked to pull requests Apr 30, 2024
@MarcelusCH
Copy link
Member

I guess @ezzygarmyz patches could solve this. We should check about to merge this (and others deps PR) into a new branch, and find testers to validate a rc version.

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

Successfully merging a pull request may close this issue.

2 participants