dashpay / bls-signatures

BLS signatures in C++, using the relic toolkit
Apache License 2.0
10 stars 34 forks source link

'bls-dash/bls.hpp' not found: How to compile this? #33

Closed coolaj86 closed 1 year ago

coolaj86 commented 2 years ago

I created a relatively simple program that just creates a private key from a seed and then exports the seed, private key, and public key as hex, but it doesn't compile due to this error:

go run cmd/dashmsg/main.go bls generate
# github.com/dashpay/bls-signatures/go-bindings
blschia.cpp:17:10: fatal error: 'bls-dash/bls.hpp' file not found

Obviously this doesn't work with the standard Go build process. What custom steps are necessary to get this to work?

github-actions[bot] commented 1 year ago

'This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.'

github-actions[bot] commented 1 year ago

'This issue was automatically closed because it has been flagged as stale and subsequently passed 7 days with no further activity.'