Closed grubles closed 4 years ago
Wow, they made stdin a macro. Gah!
Will fix.
Does that fix it?
Yes, plugin.c
now compiles, but there is another error that seems unrelated.
cc common/amount.c
common/amount.c:306:15: error: implicit conversion from 'unsigned long long' to
'double' changes value from 18446744073709551615 to 18446744073709551616
[-Werror,-Wimplicit-int-float-conversion]
if (scaled > UINT64_MAX)
~ ^~~~~~~~~~
/usr/include/sys/stdint.h:123:21: note: expanded from macro 'UINT64_MAX'
#define UINT64_MAX 0xffffffffffffffffULL
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
gmake: *** [Makefile:254: common/amount.o] Error 1
bsd$
This time for sure!
2020-09-13T15:37:35.361Z INFO lightningd: Server started with public key 0358634b7326fb5a579b44bc8dca5c22587aca9340b0603eb2d25a720f3fe41a08, alias ODDGOPHER (color #035863) and lightningd v0.9.1rc2-2-g096976e-modded
Working!
Issue and Steps to Reproduce
Compiling
v0.9.0-1
fails due to the following error when using usingOpenBSD clang version 10.0.1
: