From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cam Macdonell Subject: Re: Missing symlink in qemu-kvm.git? Date: Wed, 29 Apr 2009 12:18:05 -0600 Message-ID: <49F899DD.6080502@cs.ualberta.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: walt Return-path: Received: from fleet.cs.ualberta.ca ([129.128.22.22]:35784 "EHLO fleet.cs.ualberta.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755529AbZD2SSL (ORCPT ); Wed, 29 Apr 2009 14:18:11 -0400 Received: from fleet.cs.ualberta.ca (localhost.localdomain [127.0.0.1]) by fleet-spampd (Postfix) with ESMTP id 1BD0528007 for ; Wed, 29 Apr 2009 12:18:06 -0600 (MDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: walt wrote: > When building on x86 I get this error: > > make[2]: Entering directory `/home/wa1ter/src/qemu-kvm/kvm/libkvm' > make[2]: *** No rule to make target > `/home/wa1ter/src/qemu-kvm/kvm/kernel/include/asm/kvm.h', needed by `libkvm.o'. > > I fixed it by adding the same symlink that I add to Linus's kernel.git for > exactly the same reason: > > #cd qemu-kvm/kvm/kernel/include > #ln -s ../arch/x86/include/asm asm [there was no asm directory here] > > Am I the only one who has this problem? > No you're not. I had that problem. It's mentioned in the replies to Avi's announcement that qemu-kvm.git is live. configure has been modified to create "include" if it's not there. I'm not sure if that change has been pushed, but it's there. Cam