Hello I'm getting the following error while building (a Debian version of the cvs tree):
ar cru .libs/libpdaPlugin.a libpdaPlugin_la-pdaPlugin.o ranlib .libs/libpdaPlugin.a creating libpdaPlugin.la (cd .libs && rm -f libpdaPlugin.la && ln -s ../libpdaPlugin.la libpdaPlugin.la) if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../myrrd -DLINUX -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include -ggdb -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -DPIC -MT librrdPlugin_la-rrdPlugin.lo -MD -MP -MF ".deps/librrdPlugin_la-rrdPlugin.Tpo" -c -o librrdPlugin_la-rrdPlugin.lo `test -f 'rrdPlugin.c' || echo './'`rrdPlugin.c; \ then mv -f ".deps/librrdPlugin_la-rrdPlugin.Tpo" ".deps/librrdPlugin_la-rrdPlugin.Plo"; else rm -f ".deps/librrdPlugin_la-rrdPlugin.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../myrrd -DLINUX -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include -ggdb -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -DPIC -MT librrdPlugin_la-rrdPlugin.lo -MD -MP -MF .deps/librrdPlugin_la-rrdPlugin.Tpo -c rrdPlugin.c -fPIC -DPIC -o .libs/librrdPlugin_la-rrdPlugin.o rrdPlugin.c: In function `handleRRDHTTPrequest': rrdPlugin.c:180: error: too few arguments to function `printHTMLheader' make[4]: *** [librrdPlugin_la-rrdPlugin.lo] Fel 1 make[4]: Leaving directory `/home/ola/build/debian/ntop/ntop-cvs/ntop/plugins' make[3]: *** [all-recursive] Fel 1 make[3]: Leaving directory `/home/ola/build/debian/ntop/ntop-cvs/ntop/plugins' make[2]: *** [all-recursive] Fel 1 make[2]: Leaving directory `/home/ola/build/debian/ntop/ntop-cvs/ntop' make[1]: *** [all] Fel 2 make[1]: Leaving directory `/home/ola/build/debian/ntop/ntop-cvs/ntop' make: *** [build-stamp-ntop] Fel 2 [EMAIL PROTECTED]:~/build/debian/ntop/ntop-cvs/ntop$ Regards, // Ola On Fri, May 13, 2005 at 12:52:39PM -0400, Ross West wrote: > Hello ntop-dev people! > > ndrui> There are some cool changes potentially coming from Luca/Dinesh and the > ndrui> usual bug fixes, testing, updating of text files etc., but the general > shape > ndrui> of ntop 3.2 should be pretty clear from the cvs. > > Is it possible to get the NetFlow v5/v7 ASN bug (reversed fields in the > flow_ver5_rec and flow_ver7_rec structs in global-structtypes.h file) > in for v3.2? > > I submitted it a while ago, but may have been missed. Look for my > original post for the link against Cisco's netflow record spec. > > Here's a quick diff again today's (Fri May 13/2005) cvs copy. > > -= start > north$ diff globals-structtypes.h globals-structtypes.h.new > 1120d1119 > < u_int16_t dst_as; /* dst peer/origin Autonomous System */ > 1122c1121 > < u_int8_t dst_mask; /* destination route's mask bits */ > --- > > u_int16_t dst_as; /* dst peer/origin Autonomous System */ > 1123a1123 > > u_int8_t dst_mask; /* destination route's mask bits */ > 1160d1159 > < u_int16_t dst_as; /* dst peer/origin Autonomous System */ > 1162c1161 > < u_int8_t dst_mask; /* destination route's mask bits */ > --- > > u_int16_t dst_as; /* dst peer/origin Autonomous System */ > 1163a1163 > > u_int8_t dst_mask; /* destination route's mask bits */ > -= End > > ndrui> Right now, we have pretty good access to various Linuxes, Solaris, OS > X and > ndrui> Windows. More limited FreeBSD. That's it... > > I've got a FreeBSD box running against a couple of NetFlows here if > there's anything specific to check against. > > Cheers, > Ross. > > -- > Ross West > > > _______________________________________________ > Ntop-dev mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > -- --------------------- Ola Lundqvist --------------------------- / [EMAIL PROTECTED] Annebergsslingan 37 \ | [EMAIL PROTECTED] 654 65 KARLSTAD | | +46 (0)54-10 14 30 +46 (0)70-332 1551 | | http://www.opal.dhs.org UIN/icq: 4912500 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / --------------------------------------------------------------- _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
