All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.42 compiler error in video/vga16fb.c
@ 2002-10-12 23:01 Bob Billson
  2002-10-13  1:53 ` Petr Vandrovec
  2002-10-13 20:10 ` James Simmons
  0 siblings, 2 replies; 6+ messages in thread
From: Bob Billson @ 2002-10-12 23:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: James Simmons

In drivers/video/vga16fb.c gcc (2.95.4 and 3.2) gives:

gcc -Wp,-MD,drivers/video/.vga16fb.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4  -Iarch/i386/mach-generic -nostdinc -iwithprefix include    -DKBUILD_BASENAME=vga16fb   -c -o drivers/video/vga16fb.o drivers/video/vga16fb.c
drivers/video/vga16fb.c: In function `vga16fb_set_disp':
drivers/video/vga16fb.c:177: structure has no member named `visual'
drivers/video/vga16fb.c:178: structure has no member named `type'
drivers/video/vga16fb.c:179: structure has no member named `type_aux'
drivers/video/vga16fb.c:180: structure has no member named `ypanstep'
drivers/video/vga16fb.c:181: structure has no member named `ywrapstep'
drivers/video/vga16fb.c:182: structure has no member named `line_length'
drivers/video/vga16fb.c: In function `vga_vesa_blank':
drivers/video/vga16fb.c:664: warning: implicit declaration of function`cli'
drivers/video/vga16fb.c:671: warning: implicit declaration of function`sti'
drivers/video/vga16fb.c: At top level:
drivers/video/vga16fb.c:814: unknown field `fb_get_fix' specified in initializer
drivers/video/vga16fb.c:814: warning: initialization from incompatible pointer type
drivers/video/vga16fb.c:815: unknown field `fb_get_var' specified in initializer
drivers/video/vga16fb.c:815: warning: initialization from incompatible pointer type
make[2]: *** [drivers/video/vga16fb.o] Error 1
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2


       bob
-- 
 bob billson        email: reb@bhive.dhs.org          ham: kc2wz    /)
                           reb@elbnet.com             beekeeper  -8|||}
 "Níl aon tinteán mar do thinteán féin." --Dorothy    Linux geek    \)
 [ GPG key--> http://bhive.dhs.org/gpgkey.html ]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-10-19 11:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-12 23:01 2.5.42 compiler error in video/vga16fb.c Bob Billson
2002-10-13  1:53 ` Petr Vandrovec
2002-10-18 16:47   ` James Simmons
2002-10-18 16:47     ` James Simmons
2002-10-19 10:56     ` Antonino Daplas
2002-10-13 20:10 ` James Simmons

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.