#3468 closed defect (fixed)
Fails to build with "VBOX_WITH_64_BITS_GUESTS="
回報者: | blueyed | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox 2.1.4 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述
In Ubuntu the package has/had code to set VBOX_WITH_64_BITS_GUESTS according to the build system.
This fails to build. Some investigation is available at https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/328161 and the build log is at: http://launchpadlibrarian.net/23237526/build.log
The problem is likely in src/VBox/VMM/testcase/tstVMStructGC.cpp, where it should be 4 instead of 8 in the second case:
#ifdef VBOX_WITH_64_BITS_GUESTS AssertCompileSize(RTGCPTR, 8); #else AssertCompileSize(RTGCPTR, 8); #endif
I'm not sure at all and the Ubuntu package does not change VBOX_WITH_64_BITS_GUESTS now anymore, but wanted to notify you about this.
Thanks, fixed.