https://bz.apache.org/ooo/show_bug.cgi?id=126651
Issue ID: 126651
Issue Type: DEFECT
Summary: Build crashes on Mac OS X 10.11 in main/unoxml and
main/vcl
Product: Build Tools
Version: 4.0.0
Hardware: Mac
OS: Mac OS X 10.11
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: build.pl
Assignee: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are the assignee for the issue.