Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : ggi-develop@eskimo.com
  Date: Mon, 12 Apr 1999 17:10:47 +0200 (MET DST)

Re: Small problem with latest Beta

Hi !

> LibGII went fine, but LibGGI choked during make when it hit the file
> display/fbdev/mode.c.  The problem was the symbol `MAP_FAILED' which was
> not defined.  I've grepped all the header files in /usr/include for this
> symbol but nothing defines it.  Could it be a glibc2 addition ?  I'm
> still using libc5 here (linux 2.1.126).

Yes - it's on my "errata" list. This seems to be glibc defining the value
that gets returned when mmap fails.

You can safely #define it to be -1.

CU, Andy

-- 
Andreas Beck              |  Email :  <Andreas.Beck@ggi-project.org>

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