From: Thomas Winischhofer <thomas@winischhofer.net>
To: linux-kernel@vger.kernel.org
Subject: [Fwd: sis fb compiler errors]
Date: Wed, 16 Oct 2002 18:49:04 +0200 [thread overview]
Message-ID: <3DAD9880.4E98BCB6@falke.mail> (raw)
[-- Attachment #1: Type: text/plain, Size: 591 bytes --]
I expect more messages of this sort now that 2.4.20pre11 is out.
Sorry to say this, but it looks like Alan (again) forgot to sumbit the
updated sisfb.h file (from /include/linux) to Marcello along with the
rest of the updated code.
If anyone of you want to run sisfb in the meantime, go to
www.winischhofer.net/linuxsis630.shtml, download the sisfb source and
copy the file "sisfb.h" from the archive to [kernel-tree]/include/linux
(over the old one).
Thomas
--
Thomas Winischhofer
Vienna/Austria
mailto:thomas@winischhofer.net http://www.winischhofer.net/
[-- Attachment #2: Type: message/rfc822, Size: 6946 bytes --]
From: "Xosé Vázquez" <xose@wanadoo.es>
To: thomas@winischhofer.net
Subject: sis fb compiler errors
Date: Wed, 16 Oct 2002 18:19:11 +0200
Message-ID: <3DAD917F.98B1A390@wanadoo.es>
hi Thomas,
sis fb compiler errors with 2.4.20-pre11:
In file included from sis_main.c:67:
sis_main.h:348: parse error before `sisvga_engine'
sis_main.h:348: warning: type defaults to `int' in declaration of
`sisvga_engine'
sis_main.h:348: `UNKNOWN_VGA' undeclared here (not in a function)
sis_main.h:348: warning: data definition has no type or storage class
sis_main.h:363: parse error before `sisfbinfo'
sis_main.h:363: warning: type defaults to `int' in declaration of
`sisfbinfo'
sis_main.h:363: warning: data definition has no type or storage class
sis_main.c: In function `sisfb_validate_mode':
sis_main.c:316: `SIS_300_VGA' undeclared (first use in this function)
sis_main.c:316: (Each undeclared identifier is reported only once
sis_main.c:316: for each function it appears in.)
sis_main.c:323: `SIS_315_VGA' undeclared (first use in this function)
sis_main.c: In function `sis_getcolreg':
sis_main.c:500: structure has no member named `video_cmap_len'
sis_main.c: In function `sisfb_setcolreg':
sis_main.c:514: structure has no member named `video_cmap_len'
sis_main.c: In function `sisfb_do_set_var':
sis_main.c:666: structure has no member named `video_linelength'
sis_main.c:669: structure has no member named `DstColor'
sis_main.c:670: structure has no member named `SiS310_AccelDepth'
sis_main.c:671: structure has no member named `video_cmap_len'
sis_main.c:674: structure has no member named `DstColor'
sis_main.c:675: structure has no member named `SiS310_AccelDepth'
sis_main.c:676: structure has no member named `video_cmap_len'
sis_main.c:679: structure has no member named `DstColor'
sis_main.c:680: structure has no member named `SiS310_AccelDepth'
sis_main.c:681: structure has no member named `video_cmap_len'
sis_main.c:684: structure has no member named `video_cmap_len'
sis_main.c: In function `sisfb_do_install_cmap':
sis_main.c:802: structure has no member named `video_cmap_len'
sis_main.c: In function `sisfb_pan_var':
sis_main.c:837: `SIS_315_VGA' undeclared (first use in this function)
sis_main.c: In function `sisfb_crtc_to_var':
sis_main.c:886: structure has no member named `video_cmap_len'
sis_main.c:897: structure has no member named `video_cmap_len'
sis_main.c:908: structure has no member named `video_cmap_len'
sis_main.c:919: structure has no member named `video_cmap_len'
sis_main.c:1055: structure has no member named `heapstart'
sis_main.c: In function `sisfb_get_cmap':
sis_main.c:1120: structure has no member named `video_cmap_len'
sis_main.c: In function `sisfb_set_cmap':
sis_main.c:1134: structure has no member named `video_cmap_len'
sis_main.c: In function `sisfb_get_fix':
sis_main.c:1285: structure has no member named `video_linelength'
sis_main.c: In function `sisfb_ioctl':
sis_main.c:1391: structure has no member named `video_linelength'
sis_main.c:1394: structure has no member named `DstColor'
sis_main.c:1395: structure has no member named `SiS310_AccelDepth'
sis_main.c:1396: structure has no member named `video_cmap_len'
sis_main.c:1399: structure has no member named `DstColor'
sis_main.c:1400: structure has no member named `SiS310_AccelDepth'
sis_main.c:1401: structure has no member named `video_cmap_len'
sis_main.c:1404: structure has no member named `DstColor'
sis_main.c:1405: structure has no member named `SiS310_AccelDepth'
sis_main.c:1406: structure has no member named `video_cmap_len'
sis_main.c:1409: structure has no member named `video_cmap_len'
sis_main.c:1419: `SISFB_GET_INFO' undeclared (first use in this
function)
sis_main.c:1421: `sisfb_info' undeclared (first use in this function)
sis_main.c:1421: `x' undeclared (first use in this function)
sis_main.c:1421: parse error before `)'
sis_main.c:1423: `SISFB_ID' undeclared (first use in this function)
sis_main.c:1429: structure has no member named `heapstart'
sis_main.c: In function `SiS_Sense30x':
sis_main.c:2202: `SIS_300_VGA' undeclared (first use in this function)
sis_main.c: In function `sisfb_heap_init':
sis_main.c:2396: structure has no member named `heapstart'
sis_main.c:2398: structure has no member named `heapstart'
sis_main.c:2400: structure has no member named `heapstart'
sis_main.c:2403: structure has no member named `heapstart'
sis_main.c:2406: structure has no member named `heapstart'
sis_main.c:2408: structure has no member named `heapstart'
sis_main.c:2414: `SIS_315_VGA' undeclared (first use in this function)
sis_main.c:2586: `SIS_300_VGA' undeclared (first use in this function)
sis_main.c: In function `sisfb_post_setmode':
sis_main.c:2944: `SIS_300_VGA' undeclared (first use in this function)
sis_main.c:2959: `SIS_315_VGA' undeclared (first use in this function)
sis_main.c: In function `sisfb_init':
sis_main.c:3232: `SIS_300_VGA' undeclared (first use in this function)
sis_main.c:3259: `SIS_315_VGA' undeclared (first use in this function)
sis_main.c:3687: structure has no member named `video_linelength'
sis_main.c:3690: structure has no member named `DstColor'
sis_main.c:3691: structure has no member named `SiS310_AccelDepth'
sis_main.c:3692: structure has no member named `video_cmap_len'
sis_main.c:3695: structure has no member named `DstColor'
sis_main.c:3696: structure has no member named `SiS310_AccelDepth'
sis_main.c:3697: structure has no member named `video_cmap_len'
sis_main.c:3700: structure has no member named `DstColor'
sis_main.c:3701: structure has no member named `SiS310_AccelDepth'
sis_main.c:3702: structure has no member named `video_cmap_len'
sis_main.c:3705: structure has no member named `video_cmap_len'
sis_main.c:3790: `SISFB_GET_INFO' undeclared (first use in this
function)
make[3]: *** [sis_main.o] Error 1
make[2]: *** [_modsubdir_sis] Error 2
make[1]: *** [_modsubdir_video] Error 2
make: *** [_mod_drivers] Error 2
--
Antes vivia. Ahora tengo ordenador.
reply other threads:[~2002-10-16 16:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DAD9880.4E98BCB6@falke.mail \
--to=thomas@winischhofer.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.