[OpenAFS-devel] Compile-time failure on 2.4.0

David McIlroy davidmac@MIT.EDU
Wed, 17 Jan 2001 10:21:29 -0500


I attempted to compile using 
$ make LINUX_VERS="2.4.0" SYS_NAME="i386_linux24"

gcc -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -D__KERNEL__  -DCPU=586 -DKERNEL -D_KERNEL -DMODULE  -I. -I../ -c ../afs/afs_pioctl.c -DAFS_NONFSTRANS;
../afs/afs_pioctl.c:125: `PGetRxkcrypt' undeclared here (not in a function)
../afs/afs_pioctl.c:125: initializer element for `pioctlSw[55]' is not constant
../afs/afs_pioctl.c:126: `PSetRxkcrypt' undeclared here (not in a function)
../afs/afs_pioctl.c:126: initializer element for `pioctlSw[56]' is not constant
../afs/afs_pioctl.c: In function `PGetRxkcrypt':
../afs/afs_pioctl.c:3147: `int32' undeclared (first use in this function)
../afs/afs_pioctl.c:3147: (Each undeclared identifier is reported only once
../afs/afs_pioctl.c:3147: for each function it appears in.)
make[1]: *** [afs_pioctl.o] Error 1

Chas--Thanks for the previous osi and vcache patches; it finally got past that
hangup :-)

David