Re: [libxml++] Library not found
- From: Darko Miletic <darko uvcms com>
- To: Chris Kostakis <three1twochi yahoo com>
- Cc: libxmlplusplus-general lists sourceforge net
- Subject: Re: [libxml++] Library not found
- Date: Sun, 18 Dec 2005 19:48:10 -0300
Chris Kostakis wrote:
> Hi I am relatively new to linux programming so bear with my stupidity.
>
> When I try to include the library:
> #include <libxml++/libxml++.h>
>
> I get an error that the file cannot be found.
You need to supply location as to where libxml++ is located to the
compiler. It would be something like this:
g++ -I/usr/include/libxml++-2.6/ <other compiler options>
How exactly will you do this depens what development tools are you
using, IDE, automake etc.
Darko
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]