From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4qu9-00046S-Vd for qemu-devel@nongnu.org; Tue, 06 Mar 2012 04:42:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4qtq-0005HR-TC for qemu-devel@nongnu.org; Tue, 06 Mar 2012 04:42:01 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:60729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4qtq-0005Gc-95 for qemu-devel@nongnu.org; Tue, 06 Mar 2012 04:41:42 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 6 Mar 2012 15:11:29 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay04.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q269fOIX4382950 for ; Tue, 6 Mar 2012 15:11:24 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q269fN0P029347 for ; Tue, 6 Mar 2012 20:41:24 +1100 Message-ID: <4F55DBC1.6000305@linux.vnet.ibm.com> Date: Tue, 06 Mar 2012 17:41:21 +0800 From: Mark Wu MIME-Version: 1.0 References: <1330968842-24635-1-git-send-email-pbonzini@redhat.com> <1330968842-24635-3-git-send-email-pbonzini@redhat.com> <4F55B9D4.7070106@linux.vnet.ibm.com> <4F55C75F.90508@redhat.com> <4F55C887.3060600@linux.vnet.ibm.com> <4F55CB4E.5030102@redhat.com> In-Reply-To: <4F55CB4E.5030102@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/8] qapi: complete implementation of unions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, fsimonce@redhat.com, eblake@redhat.com On 03/06/2012 04:31 PM, Paolo Bonzini wrote: > Il 06/03/2012 09:19, Mark Wu ha scritto: >> gcc -v >> Using built-in specs. >> Target: x86_64-redhat-linux >> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man >> --infodir=/usr/share/info >> --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap >> --enable-shared --enable-threads=posix --enable-checking=release >> --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions >> --enable-gnu-unique-object >> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada >> --enable-java-awt=gtk --disable-dssi >> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre >> --enable-libgcj-multifile --enable-java-maintainer-mode >> --with-ecj-jar=/usr/share/java/eclipse-ecj.jar >> --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic >> --with-arch_32=i686 --build=x86_64-redhat-linux >> Thread model: posix >> gcc version 4.4.5 20110214 (Red Hat 4.4.5-6) (GCC) > And you do not have any problems compiling, for example, usb-redir.c or > hw/usb-ehci.c? I can compile hw/usb-ehci.c, but for usb-redir.c, I am not sure. The version of usbredir required by qemu is at least 0.3.4. I can't get the rpm package for RHEL. I tried to build it from source code, but I got another dependency issue: Requested 'libusb-1.0 >= 1.0.9' but version of libusb-1.0 is 1.0.3. Then I give up. Any other files I can try to compile to narrow down the problem? Thanks!! > Paolo > >