From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 2 12:08:31 2009 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 CFBA410656EE for ; Tue, 2 Jun 2009 12:08:31 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from smtp19.orange.fr (smtp19.orange.fr [80.12.242.19]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5B08FC0A for ; Tue, 2 Jun 2009 12:08:31 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1929.orange.fr (SMTP Server) with ESMTP id 340D820000BD; Tue, 2 Jun 2009 14:08:30 +0200 (CEST) Received: from [192.168.1.27] (ABordeaux-157-1-172-239.w86-210.abo.wanadoo.fr [86.210.227.239]) by mwinf1929.orange.fr (SMTP Server) with ESMTP id DFD2020000BC; Tue, 2 Jun 2009 14:08:29 +0200 (CEST) X-ME-UUID: 20090602120829916.DFD2020000BC@mwinf1929.orange.fr Message-ID: <4A2515B7.1080908@wanadoo.fr> Date: Tue, 02 Jun 2009 14:06:15 +0200 From: Nicolas User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: Hans Petter Selasky , freebsd-multimedia@freebsd.org References: <4A24F849.80204@wanadoo.fr> <200906021217.24357.hselasky@c2i.net> <4A24FD1A.7020604@wanadoo.fr> <200906021316.02441.hselasky@c2i.net> In-Reply-To: <200906021316.02441.hselasky@c2i.net> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: USB webcam++ support for FreeBSD-8-current is soon here 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: Tue, 02 Jun 2009 12:08:33 -0000 Thanks, but new problem: localhost# make cc -O2 -pipe -march=prescott -std=gnu99 -fstack-protector -c /usr/src/lib/libusb/libusb20.c In file included from /usr/src/lib/libusb/libusb20.c:36: /usr/src/lib/libusb/libusb20_int.h:52: warning: 'struct usb_device_info' declared inside parameter list /usr/src/lib/libusb/libusb20_int.h:52: warning: its scope is only this definition or declaration, which is probably not what you want /usr/src/lib/libusb/libusb20.c: In function 'libusb20_dev_get_info': /usr/src/lib/libusb/libusb20.c:939: warning: passing argument 2 of 'pdev->beMethods->dev_get_info' from incompatible pointer type cc -O2 -pipe -march=prescott -std=gnu99 -fstack-protector -c /usr/src/lib/libusb/libusb20_desc.c In file included from /usr/src/lib/libusb/libusb20_desc.c:35: /usr/src/lib/libusb/libusb20_int.h:52: warning: 'struct usb_device_info' declared inside parameter list /usr/src/lib/libusb/libusb20_int.h:52: warning: its scope is only this definition or declaration, which is probably not what you want cc -O2 -pipe -march=prescott -std=gnu99 -fstack-protector -c /usr/src/lib/libusb/libusb20_ugen20.c In file included from /usr/src/lib/libusb/libusb20_ugen20.c:40: /usr/src/lib/libusb/libusb20_int.h:52: warning: 'struct usb_device_info' declared inside parameter list /usr/src/lib/libusb/libusb20_int.h:52: warning: its scope is only this definition or declaration, which is probably not what you want /usr/src/lib/libusb/libusb20_ugen20.c:896: error: conflicting types for 'ugen20_dev_get_info' /usr/src/lib/libusb/libusb20_ugen20.c:54: error: previous declaration of 'ugen20_dev_get_info' was here *** Error code 1 Stop in /usr/src/lib/libusb. Another solution ? Nicolas.