[rrd-users] perl-shared - error on make
Etienne Joubert
etienne at citec.net
Tue May 2 11:28:29 MEST 2000
G'day,
I've recently upgraded to perl -v 5.6.0. Now when `make` in the
rrdtool-1.0.20 directory it seems
that i get an error from the perl-shared/ directory.
The error is as follows:
make[2]: Entering directory `/usr/local/src/rrdtool-1.0.20/perl-shared'
gcc -c -I../src -I../gd1.3 -fno-strict-aliasing -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"1.000201\"
-DXS_VERSION=\"1.000201\" -fpic
-I/usr/local/lib/perl5/5.6.0/i686-linux/CORE RRDs.c
RRDs.xs: In function `XS_RRDs_error':
RRDs.xs:62: `sv_undef' undeclared (first use in this function)
RRDs.xs:62: (Each undeclared identifier is reported only once
RRDs.xs:62: for each function it appears in.)
RRDs.xs: In function `XS_RRDs_last':
RRDs.xs:75: `sv_undef' undeclared (first use in this function)
RRDs.xs: In function `XS_RRDs_create':
RRDs.xs:87: `sv_undef' undeclared (first use in this function)
RRDs.xs: In function `XS_RRDs_update':
RRDs.xs:100: `sv_undef' undeclared (first use in this function)
RRDs.xs: In function `XS_RRDs_tune':
RRDs.xs:113: `sv_undef' undeclared (first use in this function)
RRDs.xs: In function `XS_RRDs_graph':
RRDs.xs:150: `sv_undef' undeclared (first use in this function)
RRDs.xs: In function `XS_RRDs_fetch':
RRDs.xs:193: `sv_undef' undeclared (first use in this function)
RRDs.xs: In function `XS_RRDs_info':
RRDs.xs:245: `sv_undef' undeclared (first use in this function)
make: *** [RRDs.o] Error 1
After looking at perl-shared/RRDs.xs i see that every line specified in
the error has the format:
CODE:
rrdcode(rrd_*something*);
Has anyone experienced this? and if i'm missing somthing please let me
know :)
kind regards,
EJ
--
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://www.ee.ethz.ch/~slist/rrd-users
More information about the rrd-users
mailing list