From: Robby <inet6@mail.be>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: compile error ip6t_REJECT.c and 2.4.27-rc5
Date: Sat, 7 Aug 2004 21:36:34 +0200 (CEST) [thread overview]
Message-ID: <761227.1091907394234.JavaMail.Administrator@pumbaa> (raw)
I'm getting an error as you can see below, there was also something with ULOG that errored,
but since I didn't need that I went back in menuconfig and disabled it.
This is with the patch-o-matic-ng CVS of 07/08/2004 at 13:14 CEST.
It used to compile before (back with 2.4.25-rc3 and I still have it running).
The machine is a RH7.3 box.
[...]
gcc -D__KERNEL__ -I/usr/src/linux-2.4.27-rc5/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.27-rc5/include/linux/modversions.h -nostdinc -iwithprefix include -DKBUILD_BASENAME=ip6t_MARK -c -o ip6t_MARK.o ip6t_MARK.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.27-rc5/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.27-rc5/include/linux/modversions.h -nostdinc -iwithprefix include -DKBUILD_BASENAME=ip6t_REJECT -c -o ip6t_REJECT.o ip6t_REJECT.c
ip6t_REJECT.c: In function `maybe_reroute':
ip6t_REJECT.c:61: warning: implicit declaration of function `dst_output'
ip6t_REJECT.c: In function `send_reset':
ip6t_REJECT.c:76: parse error before `int'
ip6t_REJECT.c:123: warning: passing arg 1 of `ipv6_addr_copy' from incompatible pointer type
ip6t_REJECT.c:124: warning: passing arg 1 of `ipv6_addr_copy' from incompatible pointer type
ip6t_REJECT.c:125: structure has no member named `fl_ip_sport'
ip6t_REJECT.c:126: structure has no member named `fl_ip_dport'
ip6t_REJECT.c:127: `err' undeclared (first use in this function)
ip6t_REJECT.c:127: (Each undeclared identifier is reported only once
ip6t_REJECT.c:127: for each function it appears in.)
ip6t_REJECT.c:127: warning: implicit declaration of function `ip6_dst_lookup'
ip6t_REJECT.c:135: structure has no member named `header_len'
ip6t_REJECT.c:136: structure has no member named `trailer_len'
ip6t_REJECT.c:149: structure has no member named `header_len'
ip6t_REJECT.c:154: warning: implicit declaration of function `dst_metric'
ip6t_REJECT.c:154: `RTAX_HOPLIMIT' undeclared (first use in this function)
ip6t_REJECT.c: In function `send_unreach':
ip6t_REJECT.c:252: sizeof applied to an incomplete type
ip6t_REJECT.c:257: dereferencing pointer to incomplete type
ip6t_REJECT.c:275: warning: passing arg 1 of `ipv6_addr_copy' from incompatible pointer type
ip6t_REJECT.c:276: warning: passing arg 1 of `ipv6_addr_copy' from incompatible pointer type
ip6t_REJECT.c:277: structure has no member named `fl_icmp_type'
ip6t_REJECT.c:278: structure has no member named `fl_icmp_code'
ip6t_REJECT.c:298: warning: implicit declaration of function `dst_pmtu'
ip6t_REJECT.c:306: structure has no member named `header_len'
ip6t_REJECT.c:306: structure has no member named `trailer_len'
ip6t_REJECT.c:319: structure has no member named `header_len'
ip6t_REJECT.c:324: `RTAX_HOPLIMIT' undeclared (first use in this function)
make[2]: *** [ip6t_REJECT.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.27-rc5/net/ipv6/netfilter'
make[1]: *** [_modsubdir_ipv6/netfilter] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.27-rc5/net'
make: *** [_mod_net] Error 2
[root@core1-fe0-gw1 linux-2.4.27-rc5]#
-----------------------------------------------------
Mail.be, WebMail and Virtual Office
http://www.mail.be
next reply other threads:[~2004-08-07 19:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-07 19:36 Robby [this message]
2004-08-07 23:05 ` compile error ip6t_REJECT.c and 2.4.27-rc5 Yasuyuki Kozakai
2004-08-08 1:46 ` Robby
2004-08-08 2:10 ` Robby
2004-08-19 9:24 ` Harald Welte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=761227.1091907394234.JavaMail.Administrator@pumbaa \
--to=inet6@mail.be \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.