From: Vikas S. <vik...@gm...> - 2010-06-10 21:53:57
|
Hi I have a program parse_xmlLesson.c which parses XML files which I want to include in Tuxmath source. But this requires libxml2-devel library and compiles by following - $gcc -g -Wall `xml2-config --cflags --libs` `gnome-config --cflags --libs gnome gnomeui xml` -o parse_xmlLesson parse_xmlLesson.c How to compile Tuxmath source, so that this library does not produce an error ? -- Vikas Singh |