Index: [thread] [date] [subject] [author]
  From: Robert Ennals <rje33@cam.ac.uk>
  To  : ggi-develop@eskimo.com
  Date: Fri, 05 Feb 1999 09:32:18 +0000

Re: con2fbmap.c

john mccutchan wrote:
> 
> Hi
> 
>         I was compile con2fbmap.c and i got the following errors
> 
>         con2fbmap.c: In function `main':
>         con2fbmap.c:27: storage size of `map' isn't known
>         con2fbmap.c:45: `FBIOPUT_CON2FBMAP' undeclared (first use this function)
>         con2fbmap.c:45: (Each undeclared identifier is reported only once
>         con2fbmap.c:45: for each function it appears in.)
>         con2fbmap.c:50: `FBIOGET_CON2FBMAP' undeclared (first use this function)
>         con2fbmap.c:27: warning: unused variable `map'
>         make: *** [con2fbmap] Error 1
> 
>         If anyone could help me with this i would really appreciate it :)
> 
>         john

I had this a while ago and it turned out that the reason was that there
were old kernel headers in the include path.

Make sure that your compile is finding the latest versions of the kernel
headers (eg 2.2 or similar).


-- 

Robert Ennals / Cambridge University / rje33@cam.ac.uk / ennals@acm.org
http://www.thor.cam.ac.uk/~rje33/

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