From owner-freebsd-multimedia Tue Oct 13 06:36:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA24124 for freebsd-multimedia-outgoing; Tue, 13 Oct 1998 06:36:50 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA24119 for ; Tue, 13 Oct 1998 06:36:47 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id PAA05911; Tue, 13 Oct 1998 15:36:22 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id PAA18493; Tue, 13 Oct 1998 15:36:16 +0200 (MET DST) Message-ID: <19981013153616.31760@follo.net> Date: Tue, 13 Oct 1998 15:36:16 +0200 From: Eivind Eklund To: flygt@sr.se, freebsd-multimedia@FreeBSD.ORG Subject: Re: [gunnar@pluto.sr.se: Trying to compile bktr support] References: <19981010170729.A13753@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19981010170729.A13753@sr.se>; from Gunnar Flygt on Sat, Oct 10, 1998 at 05:07:29PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I made a compilation of the support for video chip bt848. After a while > the compiler complains about a missing .h file It's looking for: > > ../../pci/brooktree848.c:272: opt_bktr.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > The file missing opt_bktr.h is nowhere in the source tree as far as I > can find. I even tried to compile with the file commented out. This > works fine (as far as compiling is concerned, but there is no > recognition of the TV card) Which version of source? This means that you're compiling brooktree848.c on something that hasn't got the brooktree options added to the conf/options - if this is a mismatch in the FreeBSD CVS repository, we have to fix it. If not, you just have to add some option to conf/options, pointing at opt_bktr.h - check out the cvs logs for src/sys/conf/options using CVSweb: http://www.freebsd.org/cg/cvsweb.cgi/src/sys/conf/options The non-recognition of the TV card is a different issue - a dmesg from a boot -v would be useful for attempting to track this down. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message