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

Multiple (cross-)build related fixes and additions #24

Merged
merged 6 commits into from
Sep 19, 2018
Merged

Multiple (cross-)build related fixes and additions #24

merged 6 commits into from
Sep 19, 2018

Conversation

codablock
Copy link
Contributor

See individual commits. If something should not be included as part of this PR, I can remove it again and put it into another specialized PR.

"#if BLSALLOC == sodium" for some reason evaluates to true and thus sodium
is used even though it is not present.
/dev/[u]dev is not present on Windows.
When cross-compiling on Debian Stretch, compilation fails because Wincrypt.h
can't be found because includes are case-sensitive on Linux.
Copy link
Contributor

@mariano54 mariano54 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes!

@mariano54 mariano54 merged commit 98323d0 into Chia-Network:master Sep 19, 2018
@codablock codablock deleted the pr_build branch September 20, 2018 05:22
PastaPastaPasta added a commit to PastaPastaPasta/bls-signatures that referenced this pull request Nov 28, 2021
…k#24)

util.hpp: In static member function ‘static std::string bls::Util::HexStr(const uint8_t*, size_t)’:
util.hpp:62:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   62 |         for (int i=0; i < len; ++i)
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 this pull request may close these issues.

2 participants