Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Thu, 2 Jul 1998 13:02:53 +1000

Re: problems on libggi

Jan Kneschke writes:

>  3. libggi doesn't compile with fbdev-target enabled:
>  
>  make[2]: Entering directory
>  /linux2/home/weigon/degas/lib/libggi/display/fbdev'gcc -fPIC -O2
>  -funroll-loops -fomit-frame-pointer -m486 -malign-functions=2
>  -malign-loops=2 -malign-jumps=2 -pedantic
>  -I/linux2/home/weigon/degas/lib/libggi/include
>  -I/linux2/home/weigon/degas/lib/libggi/../../include
>  -I/linux2/home/weigon/degas/lib/libggi/../../driver/include  -Wall
>  -Wstrict-prototypes -g -DDEBUG -DGGICONFFILE=\"/etc/ggi/libggi.conf\" -c -o
>  visual.o visual.c
>  visual.c: In function 'GGIdlinit':
>  visual.c:117: structure has no member named 'Setsplitline'
>  visual.c:117: 'GGIsetsplitline' undeclared (first use this function)
>  visual.c:117: (Each undeclared identifier is reported only once
>  visual.c:117: for each function it appears in.)

OK, fixed.

>  mode.c: In function 'Do_setmode':
>  mode.c:125: structure has no member named 'Setsplitline'
>  mode.c:125: 'GGIsetsplitline' undeclared (first use this function)
>  mode.c:125: (Each undeclared identifier is reported only once
>  mode.c:125: for each function it appears in.)
>  mode.c: In function 'GGIcheckmode':
>  mode.c:302: 'FB_TYPE_VGA_TEXT' undeclared (first use this function)
>  mode.c: In function 'GGIgetmode':
>  mode.c:379: warning: unused variable 'ff'

Ahh, FB_TYPE_VGA_TEXT only appeared in 2.1.107.  Fixed.

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

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