From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCtIc-0000Qi-Ux for qemu-devel@nongnu.org; Sun, 29 Jun 2008 05:34:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCtIb-0000QB-9O for qemu-devel@nongnu.org; Sun, 29 Jun 2008 05:34:22 -0400 Received: from [199.232.76.173] (port=52668 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCtIb-0000Q2-0B for qemu-devel@nongnu.org; Sun, 29 Jun 2008 05:34:21 -0400 Received: from rv-out-0708.google.com ([209.85.198.251]:10351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KCtIa-0001MX-ON for qemu-devel@nongnu.org; Sun, 29 Jun 2008 05:34:20 -0400 Received: by rv-out-0708.google.com with SMTP id f25so775044rvb.22 for ; Sun, 29 Jun 2008 02:34:19 -0700 (PDT) Message-ID: <761ea48b0806290234x112a0e59qae762edfee81c4ed@mail.gmail.com> Date: Sun, 29 Jun 2008 11:34:18 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] compilation error: gen-icount.h: No such file or directory In-Reply-To: <804dabb00806290219s4d58c04bt96eb17063f886c43@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <804dabb00806290219s4d58c04bt96eb17063f886c43@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, Jun 29, 2008 at 11:19 AM, Peter Teoh wrote: > After doing a checkout, > > svn co svn://svn.sv.gnu.org/qemu > > I got the following errors during compilation: > > /sda4/download/linux_linus/qemu/qemu/trunk/target-i386/translate.c:68:24: > gen-icount.h: No such file or directory Paul forgot to commit the new file with his instruction counter path. You should stay at revision 4798 until he adds it. Laurent