Re: [bwm-tools-tech] Compile Error on Ubuntu 6.06
Brought to you by:
nkukard
From: Andrew N. <and...@gm...> - 2007-04-03 21:17:52
|
Are all these packages installed? apt-get install build-essential rrdtool libxml2 librrd2-dev libglib2.0-dev libxml2-dev I got bwm-tools and installed but never got it functing. i moved to centos and got stuff working On 4/3/07, John Bii <jo...@mu...> wrote: > I am also trying to install bwm-tools 0.2.3 on Ubuntu 6.06. > > > > ./configure command completes with no problem. > > The make command gives me the following error, what am I missing? > > > > 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=\"/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:637: error: too few arguments to function ‘rrd_graph’ > > make[2]: *** [bwm_graph-graph.o] Error 1 > > make[2]: Leaving directory `/opt/bwm_tools-200603080716/bwm_graph' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/opt/bwm_tools-200603080716' > > make: *** [all] Error 2 > > > > John Bii > > > > > > -- > > John Bii > > School of Medicine > > Moi University > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |