From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USlTO-0001s4-8C for qemu-devel@nongnu.org; Thu, 18 Apr 2013 05:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USlTM-0008Oz-UB for qemu-devel@nongnu.org; Thu, 18 Apr 2013 05:49:46 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:34683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USlL2-0005mu-G7 for qemu-devel@nongnu.org; Thu, 18 Apr 2013 05:41:08 -0400 Message-ID: <516FBFAA.1060703@msgid.tls.msk.ru> Date: Thu, 18 Apr 2013 13:40:58 +0400 From: Michael Tokarev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [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: Gerd Hoffmann Cc: qemu-devel 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? Thanks, /mjt