From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME9CY-0005We-LJ for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:49:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME9CU-0005R2-Eq for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:49:50 -0400 Received: from [199.232.76.173] (port=42430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME9CU-0005Qr-8z for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:49:46 -0400 Received: from main.gmane.org ([80.91.229.2]:57310 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ME9CT-0006bY-H8 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:49:45 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ME9CL-00027d-Af for qemu-devel@nongnu.org; Tue, 09 Jun 2009 21:49:37 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jun 2009 21:49:37 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jun 2009 21:49:37 +0000 From: Consul Date: Tue, 09 Jun 2009 14:49:26 -0700 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <1BAB41F587B54E748B6A04352B27A1E9@FSCPC> Sender: news 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: qemu-devel@nongnu.org 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 In file included from qemu-common.h:74, from net.c:120: osdep.h:56:1: warning: "inline" redefined In file included from c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/pcap/pcap.h:41, from c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/pcap.h:45, from net.c:97: c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/pcap-stdinc.h:66:1: warning: this is the location of the previous definition net.c: In function `pcap_cleanup': net.c:1236: warning: implicit declaration of function `pcap_getevent' net.c:1236: warning: assignment makes pointer from integer without a cast net.c:1237: warning: assignment makes pointer from integer without a cast net.c: In function `net_pcap_init': net.c:1236: warning: redundant redeclaration of 'pcap_getevent' net.c:1236: warning: previous implicit declaration of 'pcap_getevent' was here net.c:1422: warning: assignment makes pointer from integer without a cast net.c:1423: warning: assignment makes pointer from integer without a cast