From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 10 20:36:32 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 534EC16A417 for ; Wed, 10 Oct 2007 20:36:32 +0000 (UTC) (envelope-from heikorecktenwald@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id CAD2013C455 for ; Wed, 10 Oct 2007 20:36:31 +0000 (UTC) (envelope-from heikorecktenwald@googlemail.com) Received: by nf-out-0910.google.com with SMTP id b2so282702nfb for ; Wed, 10 Oct 2007 13:36:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; bh=vI0DWqDedZES1LpFdyOOW0hUj2Xx4rRQZnEOvzUD8UI=; b=amm3Z3WiTZLHpioOEu5sVrRjC3q60hN0zaCfiG94h7VFZcYLkXCYxrEo6CQepbwbbnmOXthpY7/vqSxXbhC2kex2eVXNcFvHXKzTfhIDFPUfp3WT2eQCI++/xj9maDC1jYRtDdxL9MoT8pfQsq1AghZmE6uBZCTDTWflV7KQPbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=AIjocqsx/AMW7PPtpS9hEWLv0C1tbNIZ3347DgXkP+8lRiqs7/6+c/EbgGqCLZ9eMKRs7uuk5IyEVal+I0lbJ2Da2lyvJKUiJ80CI8yvv/OxDV6plqnA+RUFSFodesTG5Z5zTEVUXw51XDyLyDO2+K4YJv7p7Y4kLYfCDIDroDA= Received: by 10.86.50.8 with SMTP id x8mr483619fgx.1192048590789; Wed, 10 Oct 2007 13:36:30 -0700 (PDT) Received: from ?192.168.70.1? ( [213.196.243.18]) by mx.google.com with ESMTPS id 22sm2136355fkr.2007.10.10.13.36.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Oct 2007 13:36:28 -0700 (PDT) Message-ID: <470D376D.9070808@privacy.net> Date: Wed, 10 Oct 2007 22:34:53 +0200 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: <470C82DC.3000807@gmail.com> <20071010202023.fd88a33f.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20071010202023.fd88a33f.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Heiko Recktenwald Subject: Re: multimedia/gtk-setpwc? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 20:36:32 -0000 Torfinn Ingolfsen wrote: > On Wed, 10 Oct 2007 09:44:28 +0200 > Heiko Recktenwald wrote: > >> setpwc.c:78: error: `VIDIOCGCAP' undeclared (first use in this > > I googled this, and came up with: > http://www.gelato.unsw.edu.au/lxr/ident?i=VIDIOCGCAP > > Ok, so it is defined in videodev.h. > I then used 'locate' to see if I have a videodev.h on my system. I do, it is in > /usr/local/include/linux/videodev.h > > I then do: > root@kg-work# pkg_info -W /usr/local/include/linux/videodev.h Yeah, thats why I say I know this "Chinese". I once had it installed manualy from multimedia/bsdpwc. So there must be another problem. Maybe, probably I must tell setpwc.c the path to it and more things like that. Thanks, H. > /usr/local/include/linux/videodev.h was installed by package v4l_compat-1.0.20060801 > > So, what happens if you install the v4l_compat port (multimedia/v4l_compat) and try again? > > HTH