Skip to content

Makefile fixes#4406

Merged
niftynei merged 2 commits into
ElementsProject:masterfrom
rustyrussell:expfile-deps
Mar 3, 2021
Merged

Makefile fixes#4406
niftynei merged 2 commits into
ElementsProject:masterfrom
rustyrussell:expfile-deps

Conversation

@rustyrussell
Copy link
Copy Markdown
Contributor

@rustyrussell rustyrussell commented Mar 3, 2021

Fixes #4283
Changelog-None

@rustyrussell rustyrussell added this to the v0.9.4 milestone Mar 3, 2021
@rustyrussell rustyrussell force-pushed the expfile-deps branch 2 times, most recently from ffd380a to 5bc6b9d Compare March 3, 2021 01:59
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Caused by missing common/iso4217.c from common/Makefile:

```
In file included from ./common/iso4217.h:4,
                 from common/iso4217.c:3:
./wire/wire.h:7:10: fatal error: secp256k1_recovery.h: No such file or directory
    7 | #include <secp256k1_recovery.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:265: common/iso4217.o] Error 1
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@cdecker
Copy link
Copy Markdown
Member

cdecker commented Mar 3, 2021

ACK cfdf1fd

Copy link
Copy Markdown
Collaborator

@niftynei niftynei left a comment

Choose a reason for hiding this comment

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

ACK cfdf1fd

@niftynei niftynei merged commit 4deb931 into ElementsProject:master Mar 3, 2021
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.

linker missing libsecp256k1

3 participants