HI,
I have the following: #include <libxml++/libxml++.h>
and when i compile it says fatal error: libxml++/libxml++.h.No such file or directory
. I've checked in the directory: /usr/include/libxml++-2.6/libxml++ and there it is the libxml++.h. Where am I wrong? why do i receive this error? thx
EDIT:
I did include g++ prg.cpp -o prg -I/usr/include/libxml++-2.6/ and now i have the
error:fatal error: glibmm/ustring.h: No such file or directory