Index: [thread] [date] [subject] [author]
  From: Leimy <dleimbac@falcon.lhup.edu>
  To  : ggi-develop@eskimo.com
  Date: Thu, 15 Apr 1999 20:32:39 -0400 (EDT)

Re: Error compiling ggi beta2

What is your linux kernel version?
If you are compiling on a 2.0 kernel you cannot use fbdev so type
configure -disable-fbdev and you will not get this error.  If you upgraded
to linux 2.2.X then you must be sure that /usr/src/linux is the source
code for the 2.2.X kernel.  If not it won't compile.

I had the same problem a few days ago.

Dave
 > Hi,
> 
> I've install libgii-0.5 succesfully.
> ./configure in libggi-2.0b2 gave no error and no warning.
> But by trying to compile the source in libggi-2.0b2.tar.gz make gave up telling 
> me this:
> 
> Making all in fbdev
> make[3]: Entering directory `/home/armin/src/ggi/libggi-2.0b2/display/fbdev'
> /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include     -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -c visual.c
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -c  -fPIC -DPIC visual.c -o visual.lo
> visual.c: In function `GGIdlinit':
> visual.c:557: structure has no member named `accel'
> visual.c:559: structure has no member named `accel'
> visual.c:559: structure has no member named `accel'
> visual.c:560: structure has no member named `accel'
> visual.c:562: structure has no member named `accel'
> visual.c:569: structure has no member named `accel'
> visual.c:570: structure has no member named `accel'
> visual.c:571: structure has no member named `accel'
> make[3]: *** [visual.lo] Error 1
> make[3]: Leaving directory `/home/armin/src/ggi/libggi-2.0b2/display/fbdev'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/armin/src/ggi/libggi-2.0b2/display'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/armin/src/ggi/libggi-2.0b2'
> make: *** [all-recursive-am] Error 2
> 
> Have I made something wrong?
> 
> Armin
> 
> 

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