qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Christian Bourque" <christian.bourque@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] SuSE 10.1 + GCC 3.3.6
Date: Sun, 14 May 2006 13:45:27 -0400	[thread overview]
Message-ID: <a6ee49d30605141045h675e9778v127dfc2f9132f2a4@mail.gmail.com> (raw)

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_control':
/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 `ctrl'
make[1]: *** [usb-linux.o] Error 1
-----------------------------

Has anyone else experienced the same problem?

Thanks

Christian

                 reply	other threads:[~2006-05-14 17:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a6ee49d30605141045h675e9778v127dfc2f9132f2a4@mail.gmail.com \
    --to=christian.bourque@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).