Forum OpenACS Development: Response to nsxml compile error with Red Hat 7.2

Collapse
Posted by Gaizka Villate on

I found a similar problem, and i fixed it adding a couple of lines at the end of the Makefile file.

LIBXMLHOME = /usr/include/libxml2/libxml

CFLAGS    += -I$(LIBXMLHOME)

I hope that helps!