Issue 126651

Summary: Build crashes on Mac OS X 10.11 in main/unoxml and main/vcl
Product: Build Tools Reporter: Pathangi Jatinshravan <jatinshr001>
Component: build.plAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Major    
Priority: P2 CC: oooforum
Version: 4.2.0-dev   
Target Milestone: ---   
Hardware: Mac   
OS: OS X 10.11   
Issue Type: DEFECT Latest Confirmation in: 4.2.0-dev
Developer Difficulty: ---

Description Pathangi Jatinshravan 2015-11-13 14:32:36 UTC
Build crashes on Mac OS X 10.11 on the above two modules. This is the error on main/unoxml:

cd .. && make -s -r -j1  
make: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2/libxml/tree.h', needed by `/Users/jatin1/repos/asf/openoffice/main/solver/420/unxmaccx.pro/workdir/CxxObject/unoxml/source/dom/node.o'.  Stop.
dmake:  Error code 2, while making 'all'
ERROR: error 65280 occurred while making /Users/jatin1/repos/asf/openoffice/main/unoxml/prj

It appears to be trying to find MacOSX10.10.sdk. My MACOSX_SDK_PATH environment variable is: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk

It is correctly set to 10.11.sdk, and other modules have no issue, this happens only on main/unoxml and main/vcl. The issue in main/vcl is also similar, trying to find 10.10.sdk.