-
Notifications
You must be signed in to change notification settings - Fork 902
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
Failure when compiling the HSM on Linux Mint #1069
Comments
Could be related to #1060, could you try to compile with branch https://github.com/cdecker/lightning/tree/issue-1060? |
Can you try #1073 please? That should make sure that the in-tree libsecp256k1 is used over another one installed in |
Hi, I just tried to compile from the branch in #1060, interestingly it somehow manages to run for much longer only to fail again with what seems to me a very similar error, here are only the last lines :
|
And now I tried with the #1073 commit, it ran for much longer and failed in identical way :
(watch out though I'm not a developper and learning to use github, might be some mistake on my side) |
Aren't those both the exact same error as the first one (with more linebreaks)? Very strange, do you have another |
@BobleChinois wired, you should find '-L/usr/local/lib' string like follow after #1073:
Could you please try this command?
|
@arowser sorry for the low reactivity, I've been very busy last month and I didn't have time to pick up the matter again.
|
Ok I worked it out, don't know how but it worked, I think you can close the issue now. Thanks ! |
@cdecker When it is fixed, this issue can be closed as well. |
Thanks for the heads up @jsarenik 👍 |
Hi, I ran unto what seems to be a very similar issue while making :
I use GCC version 5.4.0 :
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.6) 5.4.0 20160609
Can you help me make it out ? Thanks !
The text was updated successfully, but these errors were encountered: