Subject: xmcd w/atapi
To: None <port-i386@NetBSD.ORG>
From: Carl S Shapiro <cshapiro@sparky.ic.sunysb.edu>
List: port-i386
Date: 07/19/1997 22:47:58
I seem to get the following errors while building xmcd with Manuel Bouyer's
xmcd atapi patches:

gcc -O2 -fno-strength-reduce   -I..  -I/usr/X11R6/include   -DCSRG_BASED   -DFUNCPROTO=15 -DNARROWPROTO  -DBSDCOMPAT  -c nbioc.c
nbioc.c:41: redefinition of `union msf_lba'
nbioc.c: In function `nbioc_rdtoc':
nbioc.c:332: cannot convert to a pointer type
nbioc.c:333: cannot convert to a pointer type
nbioc.c:374: incompatible type for argument 1 of `memcpy'
nbioc.c:374: incompatible type for argument 2 of `memcpy'
nbioc.c: In function `nbioc_disc_present':
nbioc.c:496: incompatible type for argument 2 of `memcpy'
nbioc.c:507: incompatible type for argument 2 of `memcpy'
nbioc.c: In function `nbioc_get_playstatus':
nbioc.c:849: cannot convert to a pointer type
nbioc.c:861: cannot convert to a pointer type
nbioc.c: In function `nbioc_get_toc':
nbioc.c:1236: cannot convert to a pointer type
*** Error code 1

Stop.



Am I doing anything obviously wrong?


Carl