[Bug 320937] Re: libxml++2.6-dev headers installed to invalid path

2009-01-24 Thread Andreas Olsson
** 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

[Bug 320937] Re: libxml++2.6-dev headers installed to invalid path

2009-01-24 Thread kaervos
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

[Bug 320937] Re: libxml++2.6-dev headers installed to invalid path

2009-01-24 Thread Dinxter
** 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

[Bug 320937] Re: libxml++2.6-dev headers installed to invalid path

2009-01-24 Thread Murray Cumming
> 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://