Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Wed, 03 Feb 1999 14:08:02 +0100

Re: compile errors

Peter Danielsson wrote:
> 
> I've found a solution to my earlier problem!
> (I feel a bit stupid for not trying it before
> mailing...)
> The file degas/lib/libgii/input/linux_kbd/input.c
> should be changed! Before the #include <linux/...>
> there should be a #include <linux/types.h>.

I will try this once I get home, but even if it works on ARM I seriously
doubt it will work on ix86. IIRC linux/types.h is a file you can _not_
include if you use glibc.

In the meantime, could you please change linux/vt.h to sys/vt.h
and linux/kd.h to sys/kd.h and see if it works without including
linux/types.h ?

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]