Hello Tobias, Thursday, February 1, 2007, 1:00:07 AM, you wrote:
> Hi Users, > there were some bad LDFLAG options in the python bindings > Makefile.am. This prevented RRDtool from being built successfully on > Solaris with the Forte compiler suite. > rrdtool 1.2.19 resolves this problem. > http://oss.oetiker.ch/rrdtool/pub > cheers > tobi I still seem to be having issues getting it built with Sun Studio 11. Making all in src source='rrd_gfx.c' object='rrd_gfx.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/bash ../depcomp \ /bin/bash ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/rrdtool-1.2.19/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2019 -I/usr/include -I/usr/sfw/include -I/usr/include/libart-2.0 -I/usr/sfw/include/freetype2 -I/opt/sfw/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/include/libart-2.0 -I/usr/include/freetype2 -g -KPIC -DPIC -c -o rrd_gfx.lo rrd_gfx.c cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/rrdtool-1.2.19/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2019 -I/usr/include -I/usr/sfw/include -I/usr/include/libart-2.0 -I/usr/sfw/include/freetype2 -I/opt/sfw/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/include/libart-2.0 -I/usr/include/freetype2 -g -KPIC -DPIC -c rrd_gfx.c -KPIC -DPIC -o .libs/rrd_gfx.o "rrd_tool.h", line 143: warning: modification of typedef with "int" ignored "rrd_gfx.c", line 465: undefined symbol: FT_LOAD_TARGET_NORMAL "rrd_gfx.c", line 466: undefined symbol: FT_LOAD_TARGET_LIGHT "rrd_gfx.c", line 467: undefined symbol: FT_LOAD_TARGET_MONO "rrd_gfx.c", line 502: undefined symbol: FT_RENDER_MODE_NORMAL "rrd_gfx.c", line 503: undefined symbol: FT_RENDER_MODE_LIGHT "rrd_gfx.c", line 504: undefined symbol: FT_RENDER_MODE_MONO "rrd_gfx.c", line 693: undefined symbol: FT_PIXEL_MODE_GRAY "rrd_gfx.c", line 693: non-constant case expression "rrd_gfx.c", line 713: undefined symbol: FT_PIXEL_MODE_MONO "rrd_gfx.c", line 713: non-constant case expression cc: acomp failed for rrd_gfx.c *** Error code 1 dmake: Fatal error: Command failed for target `rrd_gfx.lo' Current working directory /usr2/build/rrdtool-1.2.19/src *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='src bindings doc examples'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" dmake: Fatal error: Command failed for target `all-recursive' Current working directory /usr2/build/rrdtool-1.2.19 *** Error code 1 dmake: Fatal error: Command failed for target `all' [EMAIL PROTECTED]:/usr2/build/rrdtool-1.2.19$ -- Best regards, Allen mailto:[EMAIL PROTECTED] _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
