From: Charles Hedrick (hedrick@geneva.rutgers.edu)
Date: 01/02/93


From: hedrick@geneva.rutgers.edu (Charles Hedrick)
Subject: Re: 0.99.2 compile prob #2
Date: 2 Jan 1993 21:22:38 GMT


>Okay, no matter soft link or actual copy, the .99p2 cannot be compiled.
>I've grep all files from the patch kit and patched files, I CANNOT find
>definition for KEYBOARD_BH, and that's why the make process cannot be
>completed.

It's in /usr/src/linux/include/linux/interrupt.h. It should also be
accessible via /usr/include/linux/interrupt.h if you've got the right
symlinks. I built .99p1 and then .99p2 with no problems, using gcc
2.2.2d. My copy of .99p2 was produced by using patch -p0 <diffs.

Things to check if you're having compilation problems:
  - make sure /usr/include/linux and asm are symlinks to
        /usr/src/linux/include/linux and asm.
  - make sure you do "make config", "make dep", and "make clean" after
        moving to a new patch level.