[ardour-dev] latest CVS commit
    Peder Hedlund 
    peder at musikhuset.org
       
    Fri Sep 23 00:11:51 PDT 2005
    
    
  
On Thu, 22 Sep 2005, Paul Davis wrote:
> On Thu, 2005-09-22 at 17:33 -0400, Jeremy Hall wrote:
> > Hi,
> >
> > ksi doesn't build again?
>
> on a large number of 2.6 systems it will not build because of changes to
> the kernel keyboard.h file and the other files it includes. this
> produces scary error messages to a lot of people, hence the change. i
> have no idea what a good fix is for this particular problem: we are not
> really supposed to use the kernel keyboard.h file anyway, but its the
> only way i know to get the constants that are in there.
 Why not strip away the other included files with a
    sed '/include/d' /usr/include/linux/keyboard.h > our_kbd.h
 and use our_kbd.h instead. It's a slightly bit kludgy solution
 but I see no particular wrong in doing that.
 Note: IANAP (I Am Not A Programmer)
 - Peder
    
    
More information about the ardour-dev-ardour.org
mailing list