** Changed in: libxml++2.6 (Ubuntu)
Status: New => Invalid
--
libxml++2.6-dev headers installed to invalid path
https://bugs.launchpad.net/bugs/320937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ub
OOops. My n00b is showing. *blush*
I only know just enough to be dangerous. =)
I added:
`pkg-config libxml++-2.6 --cflags --libs`
to my compiler options and all is well now.
Thanks, and sorry for the false alarm.
Cheers.
--
libxml++2.6-dev headers installed to invalid path
https://bugs.laun
** Changed in: libxml++2.6 (Ubuntu)
Status: Invalid => Confirmed
** Changed in: libxml++2.6 (Ubuntu)
Status: Confirmed => New
--
libxml++2.6-dev headers installed to invalid path
https://bugs.launchpad.net/bugs/320937
You received this bug notification because you are a member of U
> Including this in a c++ source file as:
> #include
But you shouldn't do that. You should use pkg-config to give you the include
path, and just use
#include
This is entirely normal for libraries which plan to have parallel-
installed versions, as all libraries should.
This may help:
http://