Re: [pmacct-discussion] pmacct 1.5.0rc2 released !

2014-01-06 Thread Paolo Lucente
Hi Slava, Good to have compiler peakiness turned on. Fixed the issue, log from the CVS below: http://www.mail-archive.com/pmacct-commits@pmacct.net/msg00946.html If you want to stick to 1.5.0rc2 instead of fetching from CVS you can simply go to line of pmacct.c and replace the u_int32_t

Re: [pmacct-discussion] pmacct 1.5.0rc2 released !

2014-01-06 Thread Paolo Lucente
Hi Slava, This is also fixed. Actually just another (and last) instance of the same issue you found before. As before, you can edit line 2187 of util.c to replace the u_int32_t definition to u_int64_t or fetch from CVS. Cheers, Paolo On Mon, Jan 06, 2014 at 11:40:15PM +0200, Viacheslav

Re: [pmacct-discussion] pmacct 1.5.0rc2 released !

2014-01-06 Thread Viacheslav Dubrovskyi
07.01.2014 00:20, Paolo Lucente пишет: Hi Slava, Hi Paolo, Get another error: mongodb_plugin.c:739:4: warning: passing argument 4 of 'mongo_create_index' makes integer from pointer without a cast [enabled by default] In file included from mongodb_plugin.h:29:0, from

Re: [pmacct-discussion] pmacct 1.5.0rc2 released !

2014-01-06 Thread Paolo Lucente
Hi Slava, This is strange since you have installed version 0.7 of the MongoDB API (which is when they increased by one the amount of parameters needed to invoke function mongo_create_index which is, in turn, why the 'too many arguments' error appears wrong). It would be beneficial if you could

Re: [pmacct-discussion] pmacct 1.5.0rc2 released !

2014-01-06 Thread Viacheslav Dubrovskyi
07.01.2014 01:27, Paolo Lucente пишет: Hi Slava, This is strange since you have installed version 0.7 of the MongoDB API (which is when they increased by one the amount of parameters needed to invoke function mongo_create_index which is, in turn, why the 'too many arguments' error appears