This is a known issue. The mechanism for the detection which patches to apply is broken. Try using "make build" instead of "make".
Better solution: Upgrade to iptables-1.1.2
Internal structures in iptables have changed. Upgrade to iptables >= 1.1.1
Unfortunately a small bug made it into ip_conntrack_irc.c
Just edit Line number 46 of
{your-kernel-dir}/net/ipv4/netfilter/ip_nat_irc.c
from
MODULE_PARM_DESC("port numbers of IRC servers");
to
MODULE_PARM_DESC(ports, "port numbers of IRC servers");
Yes, unfortunately another bug made it into iptables-1.1.2 :(
Just edit {your-kernel-dir}/include/linux/netfilter_ipv4/ipt_string.h
and add the following line to the end of the file:
#endif /* _IPT_STRING_H */
Another option is using the latest netfilter CVS tree, which is available on the netfilter homepage.
I discovered the two tools 'iptables-save' and 'iptables-restore', included them in the Makefile and they don't compile.
They are not included in the Makefile, because they don't work with the recent netfilter/iptables system. A rewrite is in progress, though. Have a look at recent CVS revisions.