"Jordan K. Hubbard" wrote: > ===> kdump > cc -O -pipe -I/a/time/src/usr.bin/kdump/../ktrace -I/a/time/src/usr.bin/kdump /../.. -c /a/time/src/usr.bin/kdump/kdump.c > /bin/sh /a/time/src/usr.bin/kdump/mkioctls > ioctl.c > cc -O -pipe -I/a/time/src/usr.bin/kdump/../ktrace -I/a/time/src/usr.bin/kdump /../.. -c ioctl.c > In file included from ioctl.c:66: > /usr/include/pccard/cardinfo.h:57: redeclaration of `enum cardstate' > /usr/include/pccard/cardinfo.h:57: conflicting types for `noslot' > /usr/include/pccard/card.h:57: previous declaration of `noslot' > /usr/include/pccard/cardinfo.h:57: conflicting types for `empty' > /usr/include/pccard/card.h:57: previous declaration of `empty'
I had this problem.. There is a stray file in /usr/include/pccard - card.h should not be there, and the generator script for ktrace/kdump/truss finds it. === revision 1.9 date: 1997/11/18 21:03:57; author: nate; state: dead; lines: +0 -0 - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with the card.h that config builds. [ Repository renaming done in the background to save the card.h history ] === > JFYI.. > > - Jordan > > To Unsubscribe: send mail to majord...@freebsd.org > with "unsubscribe freebsd-current" in the body of the message > Cheers, -Peter -- Peter Wemm <pe...@netplex.com.au> Netplex Consulting "No coffee, No workee!" :-) To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message