From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEVXZ-00006b-BU for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:41:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEVXU-0008WV-Ku for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:41:00 -0400 Received: from [199.232.76.173] (port=50312 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEVXU-0008WO-Hc for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:40:56 -0400 Received: from mail.gmx.net ([213.165.64.20]:32901) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MEVXT-0004LZ-UT for qemu-devel@nongnu.org; Wed, 10 Jun 2009 17:40:56 -0400 Message-ID: From: "Sebastian Herbszt" References: <49C0BFCD.1040304@siemens.com> <49C6F2AA.40408@codemonkey.ws><49C91829.6000606@siemens.com> <49CE5DD1.1010302@codemonkey.ws> <7A9475ADF255438F86B48879B553733E@FSCPC> <4A09320F.1000705@siemens.com><5F412034D5F7477A95980A3554CCD5DC@FSCPC> <22F2AA9D186E4B179211713E01CD2FDE@FSCPC> <1BAB41F587B54E748B6A04352B27A1E9@FSCPC> In-Reply-To: Date: Wed, 10 Jun 2009 23:39:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Add pcap-based host network bridge List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Consul , qemu-devel@nongnu.org Consul wrote: > Sebastian Herbszt wrote: >> Consul wrote: >>> This small patch was needed to compile it. Otherwise it appears to work... >> >> Odd. It compiles here fine. Can you post the error please? >> Which wpdpack version are you using? >> > > CC net.o > In file included from net.c:99: > c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/remote-ext.h:39:2: #error Please do not include this file > directly. Just define HAVE_REMOTE and then include pcap.h Looks like this error is introduced by wpdpack 4.1 beta. Version 4.0, which i am using, doesn't include it. Thanks for the patch. - Sebastian