From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfKep-0001Aj-9V for qemu-devel@nongnu.org; Sun, 14 May 2006 13:45:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfKen-0001AW-0B for qemu-devel@nongnu.org; Sun, 14 May 2006 13:45:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfKem-0001AT-Qt for qemu-devel@nongnu.org; Sun, 14 May 2006 13:45:28 -0400 Received: from [64.233.162.207] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FfKh1-0005de-Bw for qemu-devel@nongnu.org; Sun, 14 May 2006 13:47:47 -0400 Received: by nz-out-0102.google.com with SMTP id z3so9709nzf for ; Sun, 14 May 2006 10:45:27 -0700 (PDT) Message-ID: Date: Sun, 14 May 2006 13:45:27 -0400 From: "Christian Bourque" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [Qemu-devel] SuSE 10.1 + GCC 3.3.6 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 get this error when trying to compile QEMU 0.8.1 (or CVS version) under SuSE 10.1 and GCC 3.3.6: ----------------------------- In file included from /home/cbourque/download/qemu/usb-linux.c:29: /usr/include/linux/usbdevice_fs.h:49: error: variable or field `__user' declared void /usr/include/linux/usbdevice_fs.h:49: error: syntax error before '*' token /usr/include/linux/usbdevice_fs.h:56: error: variable or field `__user' declared void /usr/include/linux/usbdevice_fs.h:56: error: syntax error before '*' token /usr/include/linux/usbdevice_fs.h:66: error: variable or field `__user' declared void /usr/include/linux/usbdevice_fs.h:66: error: syntax error before '*' token /usr/include/linux/usbdevice_fs.h:100: error: variable or field `__user' declared void /usr/include/linux/usbdevice_fs.h:100: error: syntax error before '*' token /usr/include/linux/usbdevice_fs.h:109: error: syntax error before '}' token /usr/include/linux/usbdevice_fs.h:116: error: variable or field `__user' declared void /usr/include/linux/usbdevice_fs.h:116: error: syntax error before '*' token /home/cbourque/download/qemu/usb-linux.c: In function `usb_host_handle_cont= rol': /home/cbourque/download/qemu/usb-linux.c:91: error: invalid application of `sizeof' to an incomplete type /home/cbourque/download/qemu/usb-linux.c: In function `usb_host_handle_data= ': /home/cbourque/download/qemu/usb-linux.c:110: error: storage size of `bt' isn't known /home/cbourque/download/qemu/usb-linux.c:121: error: invalid application of `sizeof' to an incomplete type /home/cbourque/download/qemu/usb-linux.c:110: warning: unused variable `bt' /home/cbourque/download/qemu/usb-linux.c: In function `usb_host_device_open= ': /home/cbourque/download/qemu/usb-linux.c:185: error: storage size of `ctrl' isn't known /home/cbourque/download/qemu/usb-linux.c:188: error: invalid application of `sizeof' to an incomplete type /home/cbourque/download/qemu/usb-linux.c:185: warning: unused variable `ctr= l' make[1]: *** [usb-linux.o] Error 1 ----------------------------- Has anyone else experienced the same problem? Thanks Christian