[rrd-users] Re: not able to compile rrdtools
Andreas Meyer
anmeyer at anup.de
Mon Dec 4 15:53:22 MET 2006
Alex van den Bogaerdt <alex at ergens.op.het.net> schrieb:
> On Mon, Dec 04, 2006 at 02:39:47PM +0100, Andreas Meyer wrote:
>
> > I get this error with ./configure
> > ....
> > Findr 3rd-Party Libraries
> > checking for art_vpath_add_point in -lart_lgpl_2... no
> > checking for pkg-config... no
> > ....
> >
> > I looked in libart_lgpl-2.3.17.tar.gz and there is no
> > art_vpath_add_point just
>
> Try looking inside art_vpath.h
ah yes, there is a line
void
art_vpath_add_point (ArtVpath **p_vpath, int *pn_points, int *pn_points_max,
ArtPathcode code, double x, double y);
> Isn't the problem just that rrdtool cannot find your libart ?
>
> Install it first, and if it is installed in a non-default
> location make sure to tell configure about this fact.
It is installed in /opt/gnome. I edited the configure scipt
on lines 24554 and 24555 to look in
if test "x/opt/gnome/include/libart-2.0" != "x"; then
CPPFLAGS="$CPPFLAGS -I/opt/gnome/include/libart-2.0"
or
if test "x/opt/gnome/include" != "x"; then
CPPFLAGS="$CPPFLAGS -I/opt/gnome/include"
or
if test "x/opt/gnome" != "x"; then
CPPFLAGS="$CPPFLAGS -I/opt/gnome"
I don't know how to tell configure where to look.
--
Andreas Meyer
Mein öffentlicher GPG-Schlüssel unter:
http://gpg-keyserver.de/pks/lookup?search=anmeyer&fingerprint=on&op=index
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list