Undeclared identifier error

I'm now at commit 3f2a5d5f4dc4bc33fb3f8c11de115439dc78ecb3 and getting the following error:

demangle.cc:28:5: error: use of undeclared identifier 'free'
    free(realname);
    ^
1 error generated.
make[4]: *** [demangle.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I've attached the output of my configure and make

configure_out.txtmake_output.txt