Opened 15 years ago
Closed 15 years ago
#5952 closed defect (fixed)
--disable-xpcom build fails
Reported by: | Max | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.1.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Building with "--disable-xpcom" fails:
==
kmk[2]: * No rule to make target /export/home/max/vbox-orig/vbox/out/solaris.x86/release/lib/VBox-libxml2.a', needed by
/export/home/max/vbox-orig/vbox/out/solaris.x86/release/obj/VBoxRT/VBoxRT.so'. Stop.
==
Appearently there is a dependency on libxml2. But the configure script does not checks/configures libxml2 when XPCOM is disabled.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | configure-check-libxml2.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report. Fixed in SVN (including another place).
Note:
See TracTickets
for help on using tickets.
Patch for "configure" script