I found a similar problem, and i fixed it adding a couple of lines at the end of the Makefile file.
Makefile
LIBXMLHOME = /usr/include/libxml2/libxml CFLAGS += -I$(LIBXMLHOME)
I hope that helps!