|
| i typed make bzImage and everything went fine for a while until i got this
error:
/usr/src/linux-2.4.8/include/linux/netfilter_ipv4/ip_conntrack.h:128: field
`ct_irc_info' has incomplete type
make[3]: *** [ip_conntrack_standalone.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.8/net/ipv4/netfilter'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.8/net/ipv4/netfilter'
make[1]: *** [_subdir_ipv4/netfilter] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.8/net'
i then sought out the 128th line and got:
struct ip_ct_irc ct_irc_info;
my guess this is some undeclared structure... what can i do???
|
|