[vbox-dev] [Patch] Add support for building VirtualBox on OSX 10.12

Frank Mehnert frank.mehnert at oracle.com
Wed Jun 7 12:31:46 GMT 2017


Hi Socratis,

On Mittwoch, 7. Juni 2017 14:03:06 CEST Kalogrianitis Socratis wrote:
> >>> --- configure	(revision 67178)
> >>> +++ configure	(working copy)
> >>> @@ -2196,6 +2196,14 @@
> >>>  test_header "Darwin version"
> >>>  darwin_ver=`uname -r`
> >>>  case "$darwin_ver" in
> >>> +    16\.*)
> >>> +      check_xcode_sdk_path "$WITH_XCODE_DIR"
> >>> +      [ $? -eq 1 ] || fail
> >>> +      darwin_ver="10.12" # Sierra
> >>> +      sdk=$WITH_XCODE_DIR/Developer/SDKs/MacOSX10.6.sdk
> >>> +      cnf_append "VBOX_WITH_MACOSX_COMPILERS_FROM_DEVEL" "1"
> >>> +      cnf_append "VBOX_PATH_MACOSX_DEVEL_ROOT" "$WITH_XCODE_DIR/Developer"
> >>> +      ;;
> >>>    15\.*)
> >>>      check_xcode_sdk_path "$WITH_XCODE_DIR"
> >>>      [ $? -eq 1 ] || fail
> >>> 
> >> 
> >> This patch is provided under the MIT license.
> > 
> > Applied.
> > 
> > Thanks!
> > 
> > Frank
> 
> Frank,
> 
> a minor thing that I just noticed in the timeline. The line that goes:
> >>> +      darwin_ver="10.12" # Sierra
> 
> in the trunk (https://www.virtualbox.org/changeset/67198/vbox) it became:
> >>> +      darwin_ver="10.11" # Sierra
> 

OMG, stupid typo :-) Fixed. Thanks!

Frank
-- 
Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox
ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany

ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstraße 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher



More information about the vbox-dev mailing list