From owner-freebsd-hackers Thu Aug 6 11:39:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26427 for freebsd-hackers-outgoing; Thu, 6 Aug 1998 11:39:39 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from shadow.spel.com (elevator.cablenet-va.com [208.206.84.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26343; Thu, 6 Aug 1998 11:39:18 -0700 (PDT) (envelope-from mturpin@shadow.spel.com) Received: from localhost (mturpin@localhost) by shadow.spel.com (8.8.5/8.8.5) with SMTP id OAA20881; Thu, 6 Aug 1998 14:40:45 -0400 (EDT) Date: Thu, 6 Aug 1998 14:40:45 -0400 (EDT) From: Mark turpin To: FreeBSD Current , FreeBSD hackers Subject: Kernel compile problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I try to compile a GENERIC (-current as of 2:00PM (EDT) Aug 6,1998) kernel I get the following error. Am I doing something wrong? Thanks Mark Turpin cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../scsi/cd.c In file included from ../../scsi/cd.c:48: ioconf.h:11: conflicting types for `fdintr' ../../i386/isa/isa_device.h:155: previous declaration of `fdintr' ioconf.h:11: warning: redundant redeclaration of `fdintr' in same scope ../../i386/isa/isa_device.h:155: warning: previous declaration of `fdintr' ioconf.h:12: conflicting types for `wdintr' ../../i386/isa/isa_device.h:186: previous declaration of `wdintr' ioconf.h:12: warning: redundant redeclaration of `wdintr' in same scope ../../i386/isa/isa_device.h:186: warning: previous declaration of `wdintr' ioconf.h:13: conflicting types for `bt_isa_intr' ../../i386/isa/isa_device.h:146: previous declaration of `bt_isa_intr' ioconf.h:13: warning: redundant redeclaration of `bt_isa_intr' in same scope ../../i386/isa/isa_device.h:146: warning: previous declaration of `bt_isa_intr' ioconf.h:14: conflicting types for `uhaintr' ../../i386/isa/isa_device.h:185: previous declaration of `uhaintr' ioconf.h:14: warning: redundant redeclaration of `uhaintr' in same scope ../../i386/isa/isa_device.h:185: warning: previous declaration of `uhaintr' ioconf.h:15: conflicting types for `ahaintr' ../../i386/isa/isa_device.h:138: previous declaration of `ahaintr' ioconf.h:15: warning: redundant redeclaration of `ahaintr' in same scope ../../i386/isa/isa_device.h:138: warning: previous declaration of `ahaintr' ioconf.h:16: conflicting types for `aicintr' ../../i386/isa/isa_device.h:139: previous declaration of `aicintr' ioconf.h:16: warning: redundant redeclaration of `aicintr' in same scope ../../i386/isa/isa_device.h:139: warning: previous declaration of `aicintr' ioconf.h:17: conflicting types for `ncaintr' ../../i386/isa/isa_device.h:167: previous declaration of `ncaintr' ioconf.h:17: warning: redundant redeclaration of `ncaintr' in same scope ../../i386/isa/isa_device.h:167: warning: previous declaration of `ncaintr' ioconf.h:18: conflicting types for `seaintr' ../../i386/isa/isa_device.h:177: previous declaration of `seaintr' ioconf.h:18: warning: redundant redeclaration of `seaintr' in same scope ../../i386/isa/isa_device.h:177: warning: previous declaration of `seaintr' ioconf.h:19: conflicting types for `wtintr' ../../i386/isa/isa_device.h:189: previous declaration of `wtintr' ioconf.h:19: warning: redundant redeclaration of `wtintr' in same scope ../../i386/isa/isa_device.h:189: warning: previous declaration of `wtintr' ioconf.h:20: conflicting types for `mcdintr' ../../i386/isa/isa_device.h:165: previous declaration of `mcdintr' ioconf.h:20: warning: redundant redeclaration of `mcdintr' in same scope ../../i386/isa/isa_device.h:165: warning: previous declaration of `mcdintr' ioconf.h:23: conflicting types for `scintr' ../../i386/isa/isa_device.h:176: previous declaration of `scintr' ioconf.h:23: warning: redundant redeclaration of `scintr' in same scope ../../i386/isa/isa_device.h:176: warning: previous declaration of `scintr' ioconf.h:24: conflicting types for `npxintr' ../../i386/isa/isa_device.h:168: previous declaration of `npxintr' ioconf.h:24: warning: redundant redeclaration of `npxintr' in same scope ../../i386/isa/isa_device.h:168: warning: previous declaration of `npxintr' ioconf.h:26: conflicting types for `siointr' ../../i386/isa/isa_device.h:178: previous declaration of `siointr' ioconf.h:26: warning: redundant redeclaration of `siointr' in same scope ../../i386/isa/isa_device.h:178: warning: previous declaration of `siointr' ioconf.h:27: conflicting types for `lptintr' ../../i386/isa/isa_device.h:163: previous declaration of `lptintr' ioconf.h:27: warning: redundant redeclaration of `lptintr' in same scope ../../i386/isa/isa_device.h:163: warning: previous declaration of `lptintr' ioconf.h:28: conflicting types for `mseintr' ../../i386/isa/isa_device.h:166: previous declaration of `mseintr' ioconf.h:28: warning: redundant redeclaration of `mseintr' in same scope ../../i386/isa/isa_device.h:166: warning: previous declaration of `mseintr' ioconf.h:29: conflicting types for `psmintr' ../../i386/isa/isa_device.h:173: previous declaration of `psmintr' ioconf.h:29: warning: redundant redeclaration of `psmintr' in same scope ../../i386/isa/isa_device.h:173: warning: previous declaration of `psmintr' ioconf.h:30: conflicting types for `edintr' ../../i386/isa/isa_device.h:150: previous declaration of `edintr' ioconf.h:30: warning: redundant redeclaration of `edintr' in same scope ../../i386/isa/isa_device.h:150: warning: previous declaration of `edintr' ioconf.h:31: conflicting types for `ieintr' ../../i386/isa/isa_device.h:158: previous declaration of `ieintr' ioconf.h:31: warning: redundant redeclaration of `ieintr' in same scope ../../i386/isa/isa_device.h:158: warning: previous declaration of `ieintr' ioconf.h:32: conflicting types for `epintr' ../../i386/isa/isa_device.h:153: previous declaration of `epintr' ioconf.h:32: warning: redundant redeclaration of `epintr' in same scope ../../i386/isa/isa_device.h:153: warning: previous declaration of `epintr' ioconf.h:33: conflicting types for `exintr' ../../i386/isa/isa_device.h:154: previous declaration of `exintr' ioconf.h:33: warning: redundant redeclaration of `exintr' in same scope ../../i386/isa/isa_device.h:154: warning: previous declaration of `exintr' ioconf.h:34: conflicting types for `feintr' ../../i386/isa/isa_device.h:156: previous declaration of `feintr' ioconf.h:34: warning: redundant redeclaration of `feintr' in same scope ../../i386/isa/isa_device.h:156: warning: previous declaration of `feintr' ioconf.h:35: conflicting types for `le_intr' ../../i386/isa/isa_device.h:160: previous declaration of `le_intr' ioconf.h:35: warning: redundant redeclaration of `le_intr' in same scope ../../i386/isa/isa_device.h:160: warning: previous declaration of `le_intr' ioconf.h:36: conflicting types for `lncintr' ../../i386/isa/isa_device.h:161: previous declaration of `lncintr' ioconf.h:36: warning: redundant redeclaration of `lncintr' in same scope ../../i386/isa/isa_device.h:161: warning: previous declaration of `lncintr' ioconf.h:37: conflicting types for `zeintr' ../../i386/isa/isa_device.h:190: previous declaration of `zeintr' ioconf.h:37: warning: redundant redeclaration of `zeintr' in same scope ../../i386/isa/isa_device.h:190: warning: previous declaration of `zeintr' ioconf.h:38: conflicting types for `zpintr' ../../i386/isa/isa_device.h:191: previous declaration of `zpintr' ioconf.h:38: warning: redundant redeclaration of `zpintr' in same scope ../../i386/isa/isa_device.h:191: warning: previous declaration of `zpintr' ioconf.h:39: conflicting types for `csintr' ../../i386/isa/isa_device.h:147: previous declaration of `csintr' ioconf.h:39: warning: redundant redeclaration of `csintr' in same scope ../../i386/isa/isa_device.h:147: warning: previous declaration of `csintr' *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message