From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BvmFc-0000Ku-Qu for qemu-devel@nongnu.org; Fri, 13 Aug 2004 20:18:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BvmFb-0000Ki-2S for qemu-devel@nongnu.org; Fri, 13 Aug 2004 20:18:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BvmFa-0000Kf-Pw for qemu-devel@nongnu.org; Fri, 13 Aug 2004 20:18:23 -0400 Received: from [211.29.132.167] (helo=mail016.syd.optusnet.com.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BvmB8-0002JR-H9 for qemu-devel@nongnu.org; Fri, 13 Aug 2004 20:13:47 -0400 Received: from [211.30.39.120] (c211-30-39-120.mirnd1.nsw.optusnet.com.au [211.30.39.120]) by mail016.syd.optusnet.com.au (8.11.6p2/8.11.6) with ESMTP id i7E0DhG11740 for ; Sat, 14 Aug 2004 10:13:43 +1000 From: Tim Edwards Content-Type: text/plain Message-Id: <1092442422.21452.2.camel@coolserver> Mime-Version: 1.0 Date: Sat, 14 Aug 2004 10:13:43 +1000 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Compile error No rule to make taget 'HEADERS' 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 Hi, I'm using the qemu-rfb5 patch and trying to compile Qemu-0.6.0 from source on a Mandrake Linux 10.0 system. Without the patch Qemu compiles fine but once I apply the patch to the source I get the following error when trying to do a make: make: *** No rule to make target `HEADERS', needed by `all'. Stop. Any ideas why I could be getting this? Thanks Tim Edwards