From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRjjz-00021G-Vg for qemu-devel@nongnu.org; Sun, 02 Sep 2007 03:19:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRjjy-0001zN-TS for qemu-devel@nongnu.org; Sun, 02 Sep 2007 03:19:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRjjy-0001z7-Li for qemu-devel@nongnu.org; Sun, 02 Sep 2007 03:19:26 -0400 Received: from jive.softhome.net ([66.54.152.27]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IRjjy-0000w0-9O for qemu-devel@nongnu.org; Sun, 02 Sep 2007 03:19:26 -0400 Message-ID: <46DA5DC7.9010302@softhome.net> Date: Sun, 02 Sep 2007 13:52:55 +0700 From: Mulyadi Santosa MIME-Version: 1.0 Subject: Re: [Qemu-devel] Current CVS build errors on RH9 References: <46D97581.3040406@earthlink.net> In-Reply-To: <46D97581.3040406@earthlink.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Cc: reif@earthlink.net Hi > > /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.) > > > > /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) Got that messages too when I try to rebuild the CVS version about 3-4 days ago on my RH9 box. IMHO the reason is: no tg_kill syscall and hpet exists on RH 9. However, I successfully build the same CVS version on FC2. So, either we need to make the ./configure script detect such occassion and put the relevant ifdefs here and there, or we completely don't support those old distributions. Anybody wants to share his/her thoughts about it? regards, Mulyadi