From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: Problems with VNC with upstream Qemu Date: Tue, 14 Jun 2011 13:58:13 +0800 Message-ID: <1308031093.5604.29.camel@limbo> References: <1307944979.5604.1.camel@limbo> <1307954775.5604.5.camel@limbo> <1307955991.5604.9.camel@limbo> <1307956764.5604.21.camel@limbo> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Castro Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, 2011-06-13 at 23:19 +0900, Daniel Castro wrote: > > Well I decided to recompile following Anthony's wiki page, and > stumbled on this error: > This is extracted from configure.log on > /usr/include/xenctrl.h:970:21: fatal error: xc_e820.h: No such file or directory > compilation terminated. > xe3nctrl.h is found at the location but xc_e820 is not found there. > I am using candidates/xenpv-support branch for qemu and staging > xen-unstable jun 10 tip. > Since I had already compiled qemu I suspected something had changed, > so I decided to switch back to the unstable branch and compile xen > again. Now qemu will configure and compile without errors. > > Here is the configure I am using: > daniel@dani-ubuntu-xen:/usr/src/qemu/qemu-dm$ sudo ./configure > --enable-xen --target-list=i386-softmmu > --extra-cflags="-I$/usr/src/staging-xen-unstable/dist/install/usr/include" > --extra-ldflags="-L$/usr/src/staging-xen-unstable/dist/install/usr/lib" > This is the error I am getting: > ERROR > ERROR: User requested feature xen > ERROR: configure was not able to find it > ERROR > > If anyone needs me to reproduce it just drop me a line. > > I've come across this error before, which is caused by incorrect header path and lib path. I am using xen unstable, not the *staging* unstable. I use candidates/xenpv-support branch, too. Hope this helps. Wei.