Hello beautiful dev(s).
CXX test/fuzz/fuzz-tx_out.o
test/fuzz/string.cpp: In function ‘void string_fuzz_target(FuzzBufferType)’:
test/fuzz/string.cpp:145:43: error: too few arguments to function ‘std::string CopyrightHolders(const string&, const string&)’
145 | (void)CopyrightHolders(random_string_1);
| ^
In file included from test/fuzz/string.cpp:6:
./clientversion.h:44:13: note: declared here
44 | std::string CopyrightHolders(const std::string& strPrefix1, const std::string& strPrefix2);
| ^~~~~~~~~~~~~~~~
make[2]: *** [Makefile:16129: test/fuzz/fuzz-string.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/ceedii/vertcoin-core-23.2/src'
make[1]: *** [Makefile:18112: all-recursive] Error 1
make[1]: Leaving directory '/home/ceedii/vertcoin-core-23.2/src'
make: *** [Makefile:816: all-recursive] Error 1
Hello beautiful dev(s).
I/m trying to build the latest release, at thetime of writing https://github.com/vertcoin-project/vertcoin-core/releases/tag/v23.2 on my Debian 11 server but i/m facing the following error: