I am trying to compile & install Glusterfs-4.1.6
using tar file and I am getting this error message when
running `make`.
afr-common.c: In function ‘afr_lookup_entry_heal’:
afr-common.c:2892:29: error: implicit declaration
of function ‘uuid_is_null’
[-Werror=implicit-function-declaration]
if (uuid_is_null (gfid)) {
^
cc1: some warnings being treated as errors
Makefile:585: recipe for target 'afr.lo' failed
make[5]: *** [afr.lo] Error 1
Makefile:467: recipe for target 'all-recursive'
failed
make[4]: *** [all-recursive] Error 1
Makefile:467: recipe for target 'all-recursive'
failed
make[3]: *** [all-recursive] Error 1
Makefile:473: recipe for target 'all-recursive'
failed
make[2]: *** [all-recursive] Error 1
Makefile:606: recipe for target 'all-recursive'
failed
make[1]: *** [all-recursive] Error 1
Makefile:497: recipe for target 'all' failed
make: *** [all] Error 2