When compiling VirtualBox without VBOX_WITH_64_BITS_GUESTS, RTGCPTR has the type uint32_t. So AssertCompileSize(RTGCPTR, 8) fails, as sizeof(RTGCPTR)==4. This seems to be a bug in VirtualBox. The Debian package builds because it doesn't unset VBOX_WITH_64_BITS_GUESTS on 32bit systems and by default VBOX_WITH_64_BITS_GUESTS is set on all archs. So I recommend removing the VBOX_WITH_64_BITS_GUESTS code from debian/rules.
-- virtualbox-ose new upstream version 2.1.4 https://bugs.launchpad.net/bugs/328161 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
