#12 closed defect (invalid)
Missed <linux/compiler.h>
回報者: | agbr | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox 1.3.2 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述
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>.
附加檔案 (1)
更動歷史 (4)
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
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.