I'm trying to build your very useful tool form source as a member of the forum stated that they had more success when it was built on their machine.
I downloaded a .tar.gz snapshot of the master branch and ran make in the same directory as the akefile but got:
g++ -I/usr/include/db4.8 -I/usr/include/cryptopp -ggdb -Wall -O2 -o wallet-recover main.cpp -lcryptopp -ldb-4.8
main.cpp:29:0: warning: "_GNU_SOURCE" redefined [enabled by default]
#define _GNU_SOURCE
^:0:0: note: this is the location of the previous definition
main.cpp:39:16: fatal error: db.h: No such file or directory
#include
^
compilation terminated.
make: *** [wallet-recover] Error 1
Please could you give me some directions if possible? I don't build software very often
Thanks