﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
3468	"Fails to build with ""VBOX_WITH_64_BITS_GUESTS="""	blueyed		"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."	defect	closed	other	VirtualBox 2.1.4	fixed			other	other
