No recent progress, but any and all pull requests will be reviewed, tested and merged with lightning speed

I look forward to it. Thanks!
Been trying to compile picocoin on tinycore (
http://tinycorelinux.net).
Complied jansson package ok. Then started with picocoin.
I did 'autoreconf -vi' and './configure'. All good.
Did not get to 'make DESTDIR=/mnt/sdb1/tmp/picocoin install-strip'.
Shame, as this looks like a great little package. I searched for and found it!
Now to test drive... I hope the SPV client is working (or soon)!
Fatal make errors are reported at 'make test' (and so 'make install' will also fail).
My c-coding is weak, so as to not make a mess of it I ask that someone take a look

Perhaps my method is obviously wrong?
Rather than register at github I posted here. OK?
Here is the end of 'make test' output:
Seems these pages refer to something along the same lines.
--error: static declaration of 'foo' follows non-static declaration--
http://stackoverflow.com/questions/3148244/static-declaration-follows-non-static-declarationhttps://www.linuxquestions.org/questions/programming-9/error-previous-declaration-of-xxxxx-was-here-627195/