Opened 17 years ago
Closed 17 years ago
#1419 closed defect (fixed)
build fail on solaris because src/VBox/Devices/Audio/solaudio.c is missing
Reported by: | halton | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.5 SVN |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Build trunk code r8018 on solaris, meet following error:
kmk[3]: * No rule to make target /export/home/halton/work/projects/virtualbox/vbox/trunk/src/VBox/Devices/Audio/solaudio.c', needed by
/export/home/halton/work/projects/virtualbox/vbox/trunk/out/solaris.amd64/release/obj/src/VBox/Devices/Drivers/Audio/solaudio.o'. Stop.
Remove the Audio/solaudio.c line from src/VBox/Devices/Makefile.kmk would be workaround by now.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | vbox-01-missing-solaudio.c added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the hint. We re-exported the file (which was accidently removed). Next time please use the devel mailing list to report build problems.
work around patch for this bug