When I run the script it gives me an error
netbase.cpp:86:16: error: 'getaddrinf' was not declared in this scope; did you mean 'getaddrinfo'?
86 | int nErr = getaddrinf.Ln(pszName, NULL, &aiHint, &aiRes);
| ^~~~~~~~~~
main.h:644:6: error: 'CBlockFileinf' does not name a type; did you mean 'CBlockFileInfo'?
644 | CBlockFileinf.Ln() {
| ^~~~~~~~~~~~~
| CBlockFileInfo
makefile.unix:181: recipe for target 'obj/netbase.o' failed
make: *** [obj/netbase.o] Error 1
make: *** Waiting for unfinished jobs....
makefile.unix:181: recipe for target 'obj/addrman.o' failed
make: *** [obj/addrman.o] Error 1
makefile.unix:181: recipe for target 'obj/checkpoints.o' failed
make: *** [obj/checkpoints.o] Error 1
makefile.unix:181: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
When I run the script it gives me an error
netbase.cpp:86:16: error: 'getaddrinf' was not declared in this scope; did you mean 'getaddrinfo'?
86 | int nErr = getaddrinf.Ln(pszName, NULL, &aiHint, &aiRes);
| ^~~~~~~~~~
main.h:644:6: error: 'CBlockFileinf' does not name a type; did you mean 'CBlockFileInfo'?
644 | CBlockFileinf.Ln() {
| ^~~~~~~~~~~~~
| CBlockFileInfo
makefile.unix:181: recipe for target 'obj/netbase.o' failed
make: *** [obj/netbase.o] Error 1
make: *** Waiting for unfinished jobs....
makefile.unix:181: recipe for target 'obj/addrman.o' failed
make: *** [obj/addrman.o] Error 1
makefile.unix:181: recipe for target 'obj/checkpoints.o' failed
make: *** [obj/checkpoints.o] Error 1
makefile.unix:181: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1