VirtualBox

Changes between Version 79 and Version 80 of Mac OS X build instructions


Ignore:
Timestamp:
Feb 13, 2015 11:12:55 AM (9 years ago)
Author:
bird
Comment:

leo was dropped a long long time ago

Legend:

Unmodified
Added
Removed
Modified
  • Mac OS X build instructions

    v79 v80  
    6262    The default is to a release build, should you wish to do a ''debug'' or ''profile'' build add {{{BUILD_TYPE=debug}}} or {{{BUILD_TYPE=profile}}} as argument to `kmk` or export it as an environment variable in your shell.
    6363
    64 === Tips for building !VirtualBox on Snow Leopard 32bit ===
    65 
    66 For backward compatibility (that is Leopard) !VirtualBox is build against the 10.5 SDK even on Snow Leopard (32bit). This can be problematic if you are using e.g. OpenSSL from !MacPorts which is build against the 10.6 SDK. You have two possibilities to solve this problem:
    67 
    68  1. Build all dependencies yourself and point them to the 10.5 SDK. Use e.g. `./configure --with-openssl-dir=/path/to/self/build/OpenSSL` before building !VirtualBox.
    69 
    70  2. If you don't care about backwards compatibility, you can force !VirtualBox to be build against the 10.6 SDK. For this include the following into a file called `LocalConfig.kmk`, which should be located in the top level directory of the !VirtualBox build tree:
    71 {{{
    72 VBOX_DEF_MACOSX_VERSION_MIN = 10.6
    73 VBOX_DARWIN_NO_COMPACT_LINKEDIT =
    74 VBOX_MACOS_10_5_WORKAROUND =
    75 }}}
    76 
    7764== Running !VirtualBox ==
    7865

© 2023 Oracle
ContactPrivacy policyTerms of Use