Opened 17 years ago
Closed 17 years ago
#416 closed defect (duplicate)
vboxvfs kernel module does not compile cause of missing files
Reported by: | GlaDiaC | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.4.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
vboxvfs kernel module does not compile cause of missing files. The attached patch fixed all relevant files.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | vbox-kmp-vboxvfs.diff added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
We handle this report in #415 as well.
Note:
See TracTickets
for help on using tickets.
kBuild calls the Makefile.kmk in src/VBox/Additions/linux/sharedfolders/ and uses a file named src/VBox/Additions/linux/sharedfolders/files_vboxvfs to copy the needed sources and headers which are needed to compile vboxvfs. The files get copied to out/linux.amd64/release/bin/additions/src/vboxvfs/. It copies a the src/VBox/Additions/linux/sharedfolders/Makefile.module to this directory too.
The problem is that in src/VBox/Additions/linux/sharedfolders/files_vboxvfs serveral headers and sources are missing. And they are missing in src/VBox/Additions/linux/sharedfoldes/Makefile.module too. So if you want to compile vboxadd in out/linux.amd64/release/bin/additions/src/vboxvfs/ you are not able to compile it cause there are missing headers and source files. The attached patch adds the missing files. Then vboxvfs will compile.