Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 1998 15:36:16 +0200
From:      Eivind Eklund <eivind@yes.no>
To:        flygt@sr.se, freebsd-multimedia@FreeBSD.ORG
Subject:   Re: [gunnar@pluto.sr.se: Trying to compile bktr support]
Message-ID:  <19981013153616.31760@follo.net>
In-Reply-To: <19981010170729.A13753@sr.se>; from Gunnar Flygt on Sat, Oct 10, 1998 at 05:07:29PM %2B0200
References:  <19981010170729.A13753@sr.se>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981013153616.31760>