Issue 114477 - configure does not check for Mac OS X 10.4 SDK
Summary: configure does not check for Mac OS X 10.4 SDK
Status: ACCEPTED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOO330m7
Hardware: PC Mac OS X 10
: P2 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 13:59 UTC by pavel.lastovicka
Modified: 2017-05-20 10:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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".