[bwm-tools-tech] not compiling...
Brought to you by:
nkukard
From: thefinn <the...@gm...> - 2006-03-01 00:40:56
|
I downloaded version 0.2.2 today and tried to compile, am getting the following error, keep in mind, i have rrdtool installed locally anyhow. Thanks TheFinn. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_DIR=\"/usr/local/var/bwm_tools\" -DRRDTOOL_VER=0 -g -O2 -MT bwm_graph-graph.o -MD -MP -MF ".deps/bwm_graph-graph.Tpo" -c -o bwm_graph-graph.o `test -f 'graph.c' || echo './'`graph.c; \ then mv -f ".deps/bwm_graph-graph.Tpo" ".deps/bwm_graph-graph.Po"; else rm -f ".deps/bwm_graph-graph.Tpo"; exit 1; fi graph.c: In function ‘writeGraphs’: graph.c:633: error: too few arguments to function ‘rrd_graph’ make[2]: *** [bwm_graph-graph.o] Error 1 make[2]: Leaving directory `/root/bwm_tools-0.2.3/bwm_graph' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/bwm_tools-0.2.3' make: *** [all] Error 2 |