need loadkeys --mktable under cygwin

2004-03-30 Thread bertrand marquis
Hello i.m trying to build the kernel under cygwin with a cross compiler (host=cygwin target=i386-linux) and it seems that the kernel need the loadkeys program to be build. I have tried to find it but it seems that it don't exist. Does anyone know a solution for that problem ? thanks -- Uns

Re: need loadkeys --mktable under cygwin

2004-03-30 Thread Igor Pechtchanski
On Tue, 30 Mar 2004, bertrand marquis wrote: > Hello > > i.m trying to build the kernel under cygwin with a cross compiler > (host=cygwin target=i386-linux) and it seems that the kernel need the > loadkeys program to be build. I have tried to find it but it seems that > it don't exist. > Does

Re: need loadkeys --mktable under cygwin

2004-03-30 Thread bertrand marquis
I found a solution i downloaded kbd-0.99 it doesn't compile under cygwin but if you take the files: loadkeys.y ksyms.c findfile.c getfd.c than you take kd.h wait.h and keyboard.h from a linux kernel and you can compile a simple loadkeys for cygwin to use to compile a kernel. i made this with those