on executing the command → make 2>&1 | tee build.log
I receive error, mentioned below
Making all in m4
Making all in src
gawk: ./mkerrnos.awk:86: warning: regexp escape sequence \#' is not a known regexp operator gawk: ./mkerrcodes1.awk:84: warning: regexp escape sequence
#’ is not a known regexp operator
gawk: ./mkerrcodes.awk:88: warning: regexp escape sequence \#' is not a known regexp operator gawk: ./mkstrtable.awk:113: warning: regexp escape sequence
#’ is not a known regexp operator
gawk: ./mkstrtable.awk:113: warning: regexp escape sequence \#' is not a known regexp operator gawk: fatal: cannot use gawk builtin
namespace’ as variable name
make[4]: *** [Makefile:1323: errnos-sym.h] Error 2
make[3]: *** [Makefile:474: all-recursive] Error 1
make[2]: *** [Makefile:405: all] Error 2
make[1]: *** [/cygdrive/c/lode/dev/core/external/libgpg-error/ExternalProject_libgpg-error.mk:22: C:/lode/dev/core/workdir/ExternalProject/libgpg-error/build] Error 1
make[1]: *** Waiting for unfinished jobs…
cl : Command line warning D9025 : overriding ‘/W4’ with ‘/w’
make: *** [Makefile:282: build] Error 2