From owner-freebsd-current@FreeBSD.ORG Sun Oct 12 06:44:04 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 C59A216A4B3 for ; Sun, 12 Oct 2003 06:44:04 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF3443FB1 for ; Sun, 12 Oct 2003 06:44:03 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 4160F65449; Sun, 12 Oct 2003 14:44:02 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03957-05-2; Sun, 12 Oct 2003 14:44:01 +0100 (BST) Received: from saboteur.dek.spc.org (82-147-18-81.dsl.uk.rapidplay.com [82.147.18.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 133956545E; Sun, 12 Oct 2003 14:44:01 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id EC6FC28; Sun, 12 Oct 2003 14:43:59 +0100 (BST) Date: Sun, 12 Oct 2003 14:43:59 +0100 From: Bruce M Simpson To: "Sebastian Yepes F. [ESN]" Message-ID: <20031012134359.GC666@saboteur.dek.spc.org> Mail-Followup-To: "Sebastian Yepes F. [ESN]" , freebsd-current@FreeBSD.org References: <20031012153744.1073ff61.esn@x123.info> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031012153744.1073ff61.esn@x123.info> cc: freebsd-current@FreeBSD.org Subject: Re: [Build Error]:: pccard 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: Sun, 12 Oct 2003 13:44:04 -0000 On Sun, Oct 12, 2003 at 03:37:44PM +0000, Sebastian Yepes F. [ESN] wrote: > Hi all there haves been some problems with the pccard* for like 2 weeks > i have not been abel to compile the kernel. > > fest it was the pccardvar.h was mising this:: Did you follow all the instructions in UPDATING? I have been building GENERIC successfully from source over the past 2 weeks with a rolling cvs checkout from my local repository mirror. BMS