From: Craig T Manske (albion@csd4.csd.uwm.edu)
Date: 05/28/93


From: albion@csd4.csd.uwm.edu (Craig T Manske)
Subject: Help compiling 99.9 kernel.
Date: 28 May 1993 09:27:19 GMT


First, This is what I have:

    gcc 2.4.0
    libc 4.4
    0.99.6 kernel running

I just got the source (Not patches) to the linux-0.99.9 kernel and tried to
compile them. When the make got to keyboard.c it gave:

    keyboard.c:1424: conflicting declarations of `key_table'
    keyboard.c:68: `key_table' previously declared here

Line 68 in keyboard.c reads:
    fptr key_table[];

Line 1424 in keyboard.c reads:
    static fptr key_table[] = {

I read through all the readme files with the new kernel sources and did
everything they said. I also re-read the new gcc and lib README files to
see if I missed something there. But to my dimise I found nothing.

I also installed the snd-kit drivers. But the README file for that said
nothing about problems.

Can someone point me to what I did wrong? I am not an expert at C but I kinda
know what I am doing.

Albion
albion@csd4.csd.uwm.edu