From: Vikas S. <vik...@gm...> - 2010-06-12 22:04:30
|
With reference to my above mail, The header files in parse_xmlLesson.c are #include "parse_xmlLesson.h" #include <stdlib.h> #include <gtk/gtk.h> #include <libxml/xmlmemory.h> #include <libxml/parser.h> #include <libxml/tree.h> I am getting error on compilation of tuxmath.How to link the library libxml2-devel with makefile.am (if I am right)? -- Vikas Singh |