>>>> run this: >>>> $ find /Library/Developer/CommandLineTools -name '*.sdk' >>> >>> Nothing. >>> >> >> I tried this again. The command line installation creates: >> >> 1. /Library/Developer/CommandLineTools >> 2. /usr/include >> 3. Many many /System/Library/Frameworks/.../Headers >> 4. Some examples and documentation > > That's what I suspected. I'll have to rethink my patch for 8043340 a bit as I > see no reason we can't support this for OpenJDK.
One more test for you: $ xcode-select --print-path Let me know what that reports (I suspect something like /Library/Developer/CommandLineTools/Developer). I'll have to change both places where we run xcodebuild to properly support this. -DrD-