Dear community, I am currently trying to compile rrdtool 1.4.8 with glib-2.34.0 and pango-1.28.4. I got some issue when I execute make for rrdtool :
make[2]: entrant dans le répertoire « /applis/src/compilation/rrdtool-1.4.7/src » CC rrdcached-rrd_daemon.o Dans le fichier inclus à partir de rrd_daemon.c:108: /usr/include/glib-2.0/glib.h:39:25: error: glib/gcache.h : No such file or directory /usr/include/glib-2.0/glib.h:41:30: error: glib/gcompletion.h : No such file or directory /usr/include/glib-2.0/glib.h:69:23: error: glib/grel.h : No such file or directory As I compile all the dependencies in /usr/local/ I changed the $PKG_CONFIG_PATH as follow : # echo $PKG_CONFIG_PATH /usr/local/cairo-1.12.14/lib/pkgconfig/:/usr/local/pixman-0.28.2/lib/pkgconfig/:/usr/local/freetype-2.3.5/lib/pkgconfig/:/usr/local/fontconfig-2.10.91/lib/pkgconfig/:/usr/local/pango-1.28.4/lib/pkgconfig/:/usr/local/glib-2.34.0/lib/pkgconfig/ Configure is Ok. I looked on my system for gcache.h file, it appears to be in /usr/local/glib-2.34.0/include/glib-2.0/glib/deprecated/gcache.h According to glib2-devel-2.22.5-7.el6.x86_64 rpm the file is in : /usr/include/glib-2.0/glib/gcache.h So the files in glib-2.34.0 has been moved to the folter deprecated. Does this mean glib2.34 is not compatible with rrdtool 1.4.7 ? Thank you for your help !
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
