Opened 18 years ago
Closed 18 years ago
#12 closed defect (invalid)
Missed <linux/compiler.h>
Reported by: | agbr | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp is not compiled successfully with my version of glibc-2.4 and kernel-2.6.16, because <linux/usbdevice_fs.h> contains declarations like "void user *data", but "user" is declared in <linux/compiler.h> which is not included in usbdevice_fs.h.
google says that it is necessary to include <linux/compiler.h> manually in all files which use <linux/usbdevice_fs.h>.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | USBProxyServiceLinux.cpp-806.patch added |
---|
comment:1 by , 18 years ago
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I guess this means it's not a vbox bug? Will close for now.
Note:
See TracTickets
for help on using tickets.
Your distro should use David Woodhouse's userspace kernel headers which is the official distribution for kernel headers now btw and which does not have this problem.