2.2.0-pre4: compile error

Tim Waugh (tim@cyberelk.demon.co.uk)
Sun, 3 Jan 1999 15:18:58 +0000 (GMT)


I got this with 2.2.0-pre4:

make -C ipc
make[1]: Entering directory `/home/tim/linux/ipc'
make all_targets
make[2]: Entering directory `/home/tim/linux/ipc'
gcc -D__KERNEL__ -I/home/tim/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev4 -c -o
util.o util.c
util.c:16: asm/ipc.h: No such file or directory
make[2]: *** [util.o] Error 1
make[2]: Leaving directory `/home/tim/linux/ipc'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/tim/linux/ipc'
make: *** [_dir_ipc] Error 2

This is on an alpha (noname). This error was introduced by this part of
the pre4 patch:

diff -u --recursive --new-file v2.2.0-pre3/linux/ipc/util.c
linux/ipc/util.c
--- v2.2.0-pre3/linux/ipc/util.c Fri Nov 27 13:09:29 1998
+++ linux/ipc/util.c Sat Jan 2 10:22:36 1999
@@ -12,7 +12,8 @@
#include <linux/mm.h>
#include <linux/shm.h>
#include <linux/init.h>
-
+#include <linux/msg.h>
+#include <asm/ipc.h>
#include <asm/uaccess.h>

#if defined(CONFIG_SYSVIPC)

Alpha appears to be the only port without an asm/ipc.h.

Tim.
*/

-
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/