CC ring_rx.c ring_rx.c: In function 'alloc_rx_ring_frames': ring_rx.c:143: error: 'struct ring' has no member named 'layout3' ring_rx.c:144: error: 'struct ring' has no member named 'layout3' ring_rx.c: In function 'sock_rx_net_stats': ring_rx.c:172: error: field 'k3' has incomplete type make: *** [netsniff-ng/ring_rx.o] Error 1
On Aug 14, 2014, at 9:13 AM, Tobias Klauser <[email protected]> wrote: > On 2014-08-14 at 14:30:44 +0200, Mike Reeves <[email protected]> wrote: >> Ok configure didn't freak out on me but when I go to make I get the >> following: >> >> CC ring_rx.c >> ring_rx.c: In function 'destroy_rx_ring': >> ring_rx.c:26: error: 'TPACKET_V3' undeclared (first use in this function) >> ring_rx.c:26: error: (Each undeclared identifier is reported only once >> ring_rx.c:26: error: for each function it appears in.) >> ring_rx.c: In function 'sock_rx_net_stats': >> ring_rx.c:162: error: 'TPACKET_V3' undeclared (first use in this function) >> ring_rx.c:165: error: field 'k3' has incomplete type >> make: *** [netsniff-ng/ring_rx.o] Error 1 > > Ok, looks like my fix didn't do it yet. I just pushed another fix to > the repo on github. Could you try again with the current HEAD of the > master branch? > > Thanks > Tobias > > -- > You received this message because you are subscribed to the Google Groups > "netsniff-ng" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
