Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 06:28:32 -0800 (PST)
From:      Mark Busby <redtick@sbcglobal.net>
To:        freebsd-multimedia@freebsd.org
Subject:   pvr250 build error
Message-ID:  <20050224142832.78508.qmail@web81202.mail.yahoo.com>

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




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