From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 2 12:59:58 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 2790F1065676 for ; Tue, 2 Jun 2009 12:59:58 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from smtp20.orange.fr (smtp20.orange.fr [80.12.242.26]) by mx1.freebsd.org (Postfix) with ESMTP id E07F68FC0A for ; Tue, 2 Jun 2009 12:59:57 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2003.orange.fr (SMTP Server) with ESMTP id 8DA5B20000A7; Tue, 2 Jun 2009 14:59:56 +0200 (CEST) Received: from [192.168.1.27] (ABordeaux-157-1-172-239.w86-210.abo.wanadoo.fr [86.210.227.239]) by mwinf2003.orange.fr (SMTP Server) with ESMTP id D7B9920000E7; Tue, 2 Jun 2009 14:59:53 +0200 (CEST) X-ME-UUID: 20090602125953883.D7B9920000E7@mwinf2003.orange.fr Message-ID: <4A2521C3.3050502@wanadoo.fr> Date: Tue, 02 Jun 2009 14:57:39 +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> <200906021316.02441.hselasky@c2i.net> <4A2515B7.1080908@wanadoo.fr> <200906021425.55635.hselasky@c2i.net> In-Reply-To: <200906021425.55635.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:59:58 -0000 Ok, i rename the struc in /usr/src/lib/libusb/libusb20_int.h And it does not compile: localhost# make cc -O2 -pipe -march=prescott -std=gnu99 -fstack-protector -c /usr/src/lib/libusb/libusb20_ugen20.c /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 What's else to modify ? Nicolas. > Just rename it to "usb2_device_info" and it should compile. > > --HPS >