From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 24 14:28:33 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C87116A4CE for ; Thu, 24 Feb 2005 14:28:33 +0000 (GMT) Received: from web81202.mail.yahoo.com (web81202.mail.yahoo.com [206.190.37.175]) by mx1.FreeBSD.org (Postfix) with SMTP id A9EF643D41 for ; Thu, 24 Feb 2005 14:28:32 +0000 (GMT) (envelope-from redtick@sbcglobal.net) Message-ID: <20050224142832.78508.qmail@web81202.mail.yahoo.com> Received: from [12.171.187.21] by web81202.mail.yahoo.com via HTTP; Thu, 24 Feb 2005 06:28:32 PST Date: Thu, 24 Feb 2005 06:28:32 -0800 (PST) From: Mark Busby To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: pvr250 build error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 14:28:33 -0000 I'm trying to build the pvr250 port in hopes of getting a ATI tv capture card working. I'm getting an error during the build and need some help to find a fix. from pciconf -lv none0@pci0:6:0: class=0x040000 card=0x00f81002 chip=0x880014f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems, Inc' device = 'CX2388x TV Capture Card' class = multimedia subclass = video (Phillips tuner on the card) from uname -a 5.3-STABLE FreeBSD 5.3-STABLE #2: Wed Feb 23 21:05:53 CST 2005 /usr/obj/usr/src/sys/HAMM amd64 error msg r:/usr/ports/multimedia/pvr250# make ===> Building for pvr250-20041230_1 cd /usr/ports/multimedia/pvr250/work/modules/cxm; make ===> cxm Warning: Object directory not changed from original /usr/ports/multimedia/pvr250/work/modules/cxm/cxm ===> cxm_iic Warning: Object directory not changed from original /usr/ports/multimedia/pvr250/work/modules/cxm/cxm_iic cd /usr/ports/multimedia/pvr250/work/pvr250-1.1; make cc -O -pipe -o setsize setsize.c setsize.c:5:33: machine/ioctl_bt848.h: No such file or directory setsize.c:6:34: machine/ioctl_meteor.h: No such file or directory setsize.c: In function `main': setsize.c:43: error: invalid application of `sizeof' to incomplete type `bktr_capture_area' setsize.c:45: error: dereferencing pointer to incomplete type setsize.c:46: error: dereferencing pointer to incomplete type setsize.c:47: error: dereferencing pointer to incomplete type setsize.c:48: error: dereferencing pointer to incomplete type setsize.c:50: error: dereferencing pointer to incomplete type setsize.c:50: error: dereferencing pointer to incomplete type setsize.c:61: error: `BT848_SCAPAREA' undeclared (first use in this function) setsize.c:61: error: (Each undeclared identifier is reported only once setsize.c:61: error: for each function it appears in.) *** Error code 1 Stop in /usr/ports/multimedia/pvr250/work/pvr250-1.1. *** Error code 1 ##################### end of error In hope of a cure, I built the bktr driver in the kernel, but no joy. # kernel video capture options device bktr device iicbus device iicbb device smbus