From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IX2Fs-00022T-Ub for qemu-devel@nongnu.org; Sun, 16 Sep 2007 18:06:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IX2Fo-00021x-G3 for qemu-devel@nongnu.org; Sun, 16 Sep 2007 18:06:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IX2Fo-00021u-Ck for qemu-devel@nongnu.org; Sun, 16 Sep 2007 18:06:12 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IX2Fn-0007WQ-SF for qemu-devel@nongnu.org; Sun, 16 Sep 2007 18:06:12 -0400 Date: Sun, 16 Sep 2007 22:40:51 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] Current CVS build errors on RH9 Message-ID: <20070916214051.GB9972@networkno.de> References: <46D97581.3040406@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46D97581.3040406@earthlink.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Robert Reif Cc: qemu-devel@nongnu.org Robert Reif wrote: > 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.) It missed some ifdefs to disable use of those syscalls. > 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' Both should be fixed now. Thiemo