From owner-freebsd-current@FreeBSD.ORG Sun Aug 31 20:50:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2963216A4BF for ; Sun, 31 Aug 2003 20:50:06 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39BB43FE3 for ; Sun, 31 Aug 2003 20:50:04 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h813o1TX021046; Sun, 31 Aug 2003 21:50:03 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 31 Aug 2003 21:49:25 -0600 (MDT) Message-Id: <20030831.214925.115988633.imp@bsdimp.com> To: freebsd@yazzy.org From: "M. Warner Losh" In-Reply-To: <50093.192.168.99.10.1062381158.squirrel@mail.yazzy.org> References: <50093.192.168.99.10.1062381158.squirrel@mail.yazzy.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Kernel fails to compile X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 03:50:06 -0000 In message: <50093.192.168.99.10.1062381158.squirrel@mail.yazzy.org> "Martin Jessa" writes: : Sources fetched an hour ago. : Running make in /usr/src/sys/i386/compile/MYKERNEL : : : : cc -c -O -pipe -march=i486 -Wall -Wredundant-decls -Wnested-externs : -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline : -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. : -I../../../contrib/dev/acpica -I../../../contrib/ipfilter : -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -D_KERNEL : -include opt_global.h -fno-common -finline-limit=15000 : -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 : -ffreestanding -Werror ../../../dev/pcic/i82365.c : ../../../dev/pcic/i82365.c: In function `pcic_chip_do_mem_map': : ../../../dev/pcic/i82365.c:850: error: structure has no member named `offset' : ../../../dev/pcic/i82365.c:855: error: structure has no member named `offset' : ../../../dev/pcic/i82365.c: In function `pcic_chip_mem_map': : ../../../dev/pcic/i82365.c:928: error: structure has no member named `offset' : *** Error code 1 Don't use pcic and pccard in the same kernel. It can't possibly work, and I'm working on a replacement that does. Warner