I can't compile kernel afer patch-2.2.2

Andrzej Walczak (awalczak@tele.pw.edu.pl)
Mon, 01 Mar 1999 15:05:15 +0100


PROBLEM: I can't compile kernel after installing patch 2.2.2
KEYWORDS: Kernel compilation
TO: linux-kernel@vger.rutgers.edu

Linux version 2.2.1 (root@astra.pit.edu.pl)
(gcc version egcs-2.91.57 19980901 (egcs-1.1 release)) #2
Tue Feb 23 10:35:41 CET 1999

-- Versions installed: (if some fields are empty or looks
-- unusual then possibly you have very old versions)
Linux astra.pit.edu.pl 2.2.1 #2 Tue Feb 23 10:35:41 CET 1999 i586
unknown
Kernel modules 2.1.121
Gnu C egcs-2.91.57
Binutils 2.9.1.0.15
Linux C Library 2.0.7
Dynamic linker ldd (GNU libc) 2.0.7
Linux C++ Library 2.9.0
Procps 1.2.7
Mount 2.8a
Net-tools (1999-01-01)
Kbd 0.96
Sh-utils 1.16

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o
loopback.o loopback.c
/usr/src/linux/include/net/sock.h: In function `sk_filter':
In file included from loopback.c:51:
/usr/src/linux/include/net/sock.h:796: dereferencing pointer to
incomplete type
/usr/src/linux/include/net/sock.h:796: dereferencing pointer to
incomplete type
/usr/src/linux/include/net/sock.h:796: warning: passing arg 1 of
`sk_run_filter' from incompatible pointer type
/usr/src/linux/include/net/sock.h:796: too few arguments to function
`sk_run_filter'
/usr/src/linux/include/net/sock.h: In function `sk_filter_release':
/usr/src/linux/include/net/sock.h:807: warning: implicit declaration
of function `sk_filter_len'
/usr/src/linux/include/net/sock.h:811: dereferencing pointer to
incomplete type
/usr/src/linux/include/net/sock.h: In function `sk_filter_charge':
/usr/src/linux/include/net/sock.h:817: dereferencing pointer to
incomplete type
make[3]: *** [loopback.o] Error 1
make[3]: Leaving directory `/usr/src/linux/drivers/net'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/drivers/net'
make[1]: *** [_subdir_net] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [_dir_drivers] Error 2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/