From owner-freebsd-current@FreeBSD.ORG Tue Jan 19 16:53:14 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0722F1065706; Tue, 19 Jan 2010 16:53:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id B4F118FC15; Tue, 19 Jan 2010 16:53:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 1FFA17B847; Wed, 20 Jan 2010 05:53:12 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bArSIIRCQZQO; Wed, 20 Jan 2010 05:53:07 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 20 Jan 2010 05:53:07 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 1540111432; Wed, 20 Jan 2010 05:53:07 +1300 (NZDT) Date: Wed, 20 Jan 2010 05:53:06 +1300 From: Andrew Thompson To: freebsd-current@freebsd.org, freebsd-usb@freebsd.org Message-ID: <20100119165306.GA58342@citylink.fud.org.nz> References: <201001101437.37269.hselasky@c2i.net> <20100114072753.GJ80705@stlux503.dsto.defence.gov.au> <201001140924.47454.hselasky@c2i.net> <20100114084831.GL80705@stlux503.dsto.defence.gov.au> <20100114090329.GH63408@citylink.fud.org.nz> <20100119091217.GR39820@stlux503.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100119091217.GR39820@stlux503.dsto.defence.gov.au> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing [SEC=UNCLASSIFIED] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Jan 2010 16:53:14 -0000 On Tue, Jan 19, 2010 at 05:12:17PM +0800, Wilkinson, Alex wrote: > > 0n Thu, Jan 14, 2010 at 10:03:29PM +1300, Andrew Thompson wrote: > > >On Thu, Jan 14, 2010 at 04:48:31PM +0800, Wilkinson, Alex wrote: > >> > >> 0n Thu, Jan 14, 2010 at 09:24:47AM +0100, Hans Petter Selasky wrote: > >> > >> >I think Andrew made a fixed port which you can test. > >> > >> Can you please point me in the direction to this ? > > > >I'l update the tarball tomorrow and send it out. > > Got these errors: > > [FreeBSD 9.0-CURRENT #0 r202270: Thu Jan 14 11:20:04 WST 2010] > > ===> Building for webcamd-0.1.0 > Warning: Object directory not changed from original /usr/ports/multimedia/webcamd/work/webcamd-0.1.0 > cc -O2 -pipe -I/usr/ports/multimedia/webcamd/work/webcamd-0.1.0/v4l-dvb/linux/drivers/media/video/gspca -I/usr/ports/multimedia/webcamd/work/webcamd-0.1.0/v4l-dvb/linux/include -I/usr/ports/multimedia/webcamd/work/webcamd-0.1.0/v4l-dvb/linux -I/usr/ports/multimedia/webcamd/work/webcamd-0.1.0 -I/usr/ports/multimedia/webcamd/work/webcamd-0.1.0/dummy -DCONFIG_VIDEO_V4L1_COMPAT -DHAVE_WEBCAMD -include webcamd_global.h -O2 -Wall -Wno-pointer-sign -fvisibility=hidden -std=gnu99 -fstack-protector -c webcamd.c > webcamd.c:37:23: error: video4bsd.h: No such file or directory > webcamd.c:55: error: 'V4B_ALLOC_UNIT_MAX' undeclared here (not in a function) > webcamd.c: In function 'main': > webcamd.c:126: error: storage size of 'cmd' isn't known > webcamd.c:176: error: 'V4B_DEVICES_MAX' undeclared (first use in this function) Do you have CFLAGS set in /etc/make.conf by chance? Andrew