From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afrK2-00071u-En for qemu-devel@nongnu.org; Tue, 15 Mar 2016 11:55:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afrJy-0007LH-Cb for qemu-devel@nongnu.org; Tue, 15 Mar 2016 11:55:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afrJx-0007LA-RO for qemu-devel@nongnu.org; Tue, 15 Mar 2016 11:55:46 -0400 References: From: Thomas Huth Message-ID: <56E8307E.803@redhat.com> Date: Tue, 15 Mar 2016 16:55:42 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] some error when compile qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?6auY5by6?= , qemu-devel@nongnu.org Hi =E9=AB=98=E5=BC=BA, On 15.03.2016 07:33, =E9=AB=98=E5=BC=BA wrote: > Hi,alls >=20 > I compile qemu on ubuntu 12.04,when "make",some error appears.the error= : >=20 > migration/rdma.c: =E5=9C=A8=E5=87=BD=E6=95=B0=E2=80=98qemu_rdma_dump_id= =E2=80=99=E4=B8=AD: > migration/rdma.c:738:21: =E9=94=99=E8=AF=AF=EF=BC=9A =E2=80=98struct ib= v_port_attr=E2=80=99=E6=B2=A1=E6=9C=89=E5=90=8D=E4=B8=BA > =E2=80=98link_layer=E2=80=99=E7=9A=84=E6=88=90=E5=91=98 ... When reporting compiler errors, please make sure to switch the output of the compiler to English language, e.g. by typing: LANG=3DC make Thanks, Thomas