From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2obL-0006nC-SJ for qemu-devel@nongnu.org; Tue, 18 Jul 2006 08:22:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2obK-0006lO-AK for qemu-devel@nongnu.org; Tue, 18 Jul 2006 08:22:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2obK-0006lD-6m for qemu-devel@nongnu.org; Tue, 18 Jul 2006 08:22:58 -0400 Received: from [202.124.17.46] (helo=mx.node6503.gplhost.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2oeD-0001j4-0M for qemu-devel@nongnu.org; Tue, 18 Jul 2006 08:25:57 -0400 Received: from localhost (localhost [127.0.0.1]) by mx.node6503.gplhost.com (Postfix) with ESMTP id 502E417474A8 for ; Tue, 18 Jul 2006 20:20:37 +0800 (SGT) Received: from mx.node6503.gplhost.com ([127.0.0.1]) by localhost (node6503 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12508-09 for ; Tue, 18 Jul 2006 20:20:31 +0800 (SGT) Received: from [10.0.0.147] (cm7.epsilon246.maxonline.com.sg [222.164.246.7]) by mx.node6503.gplhost.com (Postfix) with ESMTP id E10B8120A348 for ; Tue, 18 Jul 2006 20:20:30 +0800 (SGT) Message-ID: <44BCD295.7020703@tusker.org> Date: Tue, 18 Jul 2006 20:22:45 +0800 From: Damien Mascord MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-0.8.1 compile errors on x86_64 suse linux 10.1 References: <23bcb8700607080807tc913d59s2ccbace11433e33@mail.gmail.com> <20060708151518.GB868@jbrown.mylinuxbox.org> <23bcb8700607171216x526a96fbmb7ebdbd19d5a6330@mail.gmail.com> <44BC49D8.9030009@tusker.org> <23bcb8700607172029m197732bdgd0d75b33c91d3e3c@mail.gmail.com> In-Reply-To: <23bcb8700607172029m197732bdgd0d75b33c91d3e3c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 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 Bill C. Riemers wrote: > The following message was forwarded to me: > > ------------------------- > Hello all, > > there's a problem compiling usb-linux.c on SuSE 10.1 with the standard > kernel headers (kernel 2.6.16.13-4-default from uname -r). > > I'm using gcc 3.4.6 and the problem is an include file is missing in > usb-linux.c > > The missing h-file is . That inclusion needs to be > written before the inclusion of > > Adding this include file the compiler is happy and all is ok. > > regards, > Fausto > ------------------------------------------------------- > > This solution works. So it looks like the problem is simply a missing > header include in qemu-0.8.1 version. It has nothing to do with > recompiling glibc, or downloading different kernel source, or any > other such non-sense. > > Bill Hi Bill, Luckily it was as simple as that, my apologies for blowing it out of proportion here. Cheers, Damien