From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USlZp-00048n-2D for qemu-devel@nongnu.org; Thu, 18 Apr 2013 05:56:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USlZo-0002hc-0v for qemu-devel@nongnu.org; Thu, 18 Apr 2013 05:56:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USlZn-0002g5-Oy for qemu-devel@nongnu.org; Thu, 18 Apr 2013 05:56:23 -0400 Message-ID: <516FC344.9080002@redhat.com> Date: Thu, 18 Apr 2013 11:56:20 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <516FBFAA.1060703@msgid.tls.msk.ru> In-Reply-To: <516FBFAA.1060703@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] =?utf-8?q?hw/usb/host-libusb=2Ec=3A1254=3A217=3A_err?= =?utf-8?b?b3I6IOKAmExJQlVTQl9MT0dfTEVWRUxfV0FSTklOR+KAmSB1bmRlY2xhcmVk?= =?utf-8?q?_here_=28not_in_a_function=29?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: Hans de Goede , qemu-devel On 04/18/13 11:40, Michael Tokarev wrote: > The error in $subject is spewed when trying to compile current > qemu code on my debian wheezy system. > > /usr/include/libusb-1.0/libusb.h does not define any LIBUSB_LOG_LEVEL* > constants. libusb-1.0-0 on my system is of version 1.0.11. > > Should we define some minimum libusb-1.0 version requiriment, or > conditionally compile the 'loglevel' property? Which minimum > version is needed? I think we should go for a minimum version requirement. Dunno which version the loglevels where added, Hans? cheers, Gerd