From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRTrI-0004cy-Ax for qemu-devel@nongnu.org; Sat, 01 Sep 2007 10:21:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRTrH-0004bT-2R for qemu-devel@nongnu.org; Sat, 01 Sep 2007 10:21:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRTrG-0004b1-Sv for qemu-devel@nongnu.org; Sat, 01 Sep 2007 10:21:54 -0400 Received: from pop-altamira.atl.sa.earthlink.net ([207.69.195.62]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRTrG-0007QM-Kt for qemu-devel@nongnu.org; Sat, 01 Sep 2007 10:21:54 -0400 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=earthlink.net) by pop-altamira.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1IRTrF-0004Cv-00 for qemu-devel@nongnu.org; Sat, 01 Sep 2007 10:21:53 -0400 Message-ID: <46D97581.3040406@earthlink.net> Date: Sat, 01 Sep 2007 10:21:53 -0400 From: Robert Reif MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Current CVS build errors on RH9 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 It's been a few months since I comipled from source so I just tried with current CVS and got these errors on RH9: /home/wine/qemu/linux-user/syscall.c: In function `sys_tgkill': /home/wine/qemu/linux-user/syscall.c:170: `__NR_tgkill' undeclared (first use in this function) /home/wine/qemu/linux-user/syscall.c:170: (Each undeclared identifier is reported only once /home/wine/qemu/linux-user/syscall.c:170: for each function it appears in.) in various subdirectories and: /home/wine/qemu/vl.c:59:24: linux/hpet.h: No such file or directory /home/wine/qemu/vl.c: In function `hpet_start_timer': /home/wine/qemu/vl.c:1222: storage size of `info' isn't known /home/wine/qemu/vl.c:1230: `HPET_IRQFREQ' undeclared (first use in this function) /home/wine/qemu/vl.c:1230: (Each undeclared identifier is reported only once /home/wine/qemu/vl.c:1230: for each function it appears in.) /home/wine/qemu/vl.c:1239: `HPET_INFO' undeclared (first use in this function) /home/wine/qemu/vl.c:1244: `HPET_EPI' undeclared (first use in this function) /home/wine/qemu/vl.c:1249: `HPET_IE_ON' undeclared (first use in this function) /home/wine/qemu/vl.c:1222: warning: unused variable `info' in various other subdirectories.