qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix i386-softmmu with newer kernel headers
@ 2007-01-23 16:03 VMiklos
  2007-01-23 16:09 ` Johannes Schindelin
  2007-01-23 16:09 ` Lonnie Mendez
  0 siblings, 2 replies; 3+ messages in thread
From: VMiklos @ 2007-01-23 16:03 UTC (permalink / raw)
  To: qemu-devel

hi

with newer kernel-headers, i get the following compile error:
gcc-3.3 -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
-I.. -I/var/tmp/fst/src/qemu-0.8.2/target-i386
-I/var/tmp/fst/src/qemu-0.8.2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -I/var/tmp/fst/src/qemu-0.8.2/fpu -DHAS_AUDIO
-I/var/tmp/fst/src/qemu-0.8.2/slirp -c -o usb-linux.o
/var/tmp/fst/src/qemu-0.8.2/usb-linux.c
/var/tmp/fst/src/qemu-0.8.2/usb-linux.c:29:28: linux/compiler.h: No
such file or directory
make[1]: *** [usb-linux.o] Error 1
make[1]: Leaving directory `/var/tmp/fst/src/qemu-0.8.2/i386-softmmu'
make: *** [subdir-i386-softmmu] Error 2

is this a known issue?

a trivial patch is here:

http://darcs.frugalware.org/repos/frugalware-current/source/xapps-extra/qemu/qemu-0.8.2-include.diff

i'm not sure about what would require that inclusion. i mean in case i
would know, of course i would send some
#ifndef FOO
#include <linux/conpiler.h>
#endif
patch :)

thanks,
VMiklos

--
Developer of Frugalware Linux, to make things frugal - http://frugalware.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-23 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-23 16:03 [Qemu-devel] [PATCH] fix i386-softmmu with newer kernel headers VMiklos
2007-01-23 16:09 ` Johannes Schindelin
2007-01-23 16:09 ` Lonnie Mendez

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).