View Single Post
Posts: 25 | Thanked: 1 time | Joined on Apr 2006
#4
Hi,

Thank you for your response. I am able to execute and include <gtk/gtk.h> file, but when I tried to include <libxml/xmlreader.h>, it is giving compilation error as below:

main.c:8:30: libxml/xmlreader.h: No such file or directory

libxml2 library is installed in my machine. I executed "find" command to search for xmlreader.h file. It displayed the below results:

/usr/include/libxml2/libxml/xmlreader.h
/scratchbox/users/mouli/targets/CHINOOK_ARMEL/usr/include/libxml2/libxml/xmlreader.h
/scratchbox/users/mouli/targets/CHINOOK_X86/usr/include/libxml2/libxml/xmlreader.h

How can I do this? Am I have to change any path settings?

Thanks in advance.

Regards,
Chandra