Worked well in Linux Mint 20.3 (after Time update) so I thought it would work right off in Linux Mint 21. I think I’m missing a prerequisite but I don’t don’t what it is. Make stops almost immediately with a “string expected” error in Utils.hpp library. Not sure what’s missing. Here’s the error comes up…
In file included from node/AES.cpp:15:
In file included from node/AES.hpp:18:
node/Utils.hpp:23:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
make: *** [<builtin>: node/AES.o] Error 1
I’ve tried to install the gcc I can find, but I’m guessing something is missing.
Thanks for any pointers.