Issue 114477

Summary: configure does not check for Mac OS X 10.4 SDK
Product: Build Tools Reporter: pavel.lastovicka
Component: codeAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P2 CC: issues
Version: OOO330m7   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description pavel.lastovicka 2010-09-13 13:59:36 UTC
- Nothing can be compiled apart from bootstrap. Compiler cannot find system
header files.
- The culprit is the compiler switch -isysroot /Developer/SDKs/MacOSX10.4u.sdk
on line 54 in solenv/inc/unxmacx.mk
- 10.4 SDK is not installed on my system because I have Snow Leopard.
Comment 1 pavel.lastovicka 2010-09-13 14:26:39 UTC
The line "EXTRA_LINKFLAGS*=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
"
also needs to be fixed.
Comment 2 Stephan Bergmann 2010-09-13 14:58:38 UTC
Currently, you can only build on 10.6 if you install Xcode with the optional
10.4 SDK included (see
<http://wiki.services.openoffice.org/w/index.php?title=AquaBuild&oldid=183418#Mandatory_Requirements>).

What is apparently missing from configure is to check for existence of
/Developer/SDKs/MacOSX10.4u.sdk -- changed the summary accordingly.

(If you really want to be able to build against a newer SDK, please file a
separate enhancement issue.)
Comment 3 Stephan Bergmann 2010-09-13 14:59:48 UTC
.
Comment 4 pavel.lastovicka 2010-09-24 13:26:36 UTC
Ok, I have filed a separate enhancement issue.
Comment 5 Marcus 2017-05-20 10:47:50 UTC
Reset assigne to the default "issues@openoffice.apache.org".