Bug in configure when building VirtualBox 5.0.2 on Yosemite

Discussions related to using the OSE version of VirtualBox.
Post Reply
MickDeveloper
Posts: 4
Joined: 16. Sep 2015, 01:43

Bug in configure when building VirtualBox 5.0.2 on Yosemite

Post by MickDeveloper »

In the vbox/configure script, line #2150:

Change:

check_xcode_sdk_path "$WITH_XCODE_SDK_DIR"

To:

check_xcode_sdk_path "$WITH_XCODE_DIR"

-Mick
Post Reply