Opened 5 years ago

Last modified 5 years ago

#58040 closed defect

wxWidgets-3.2: builds on 10.7 but requires `--with-macosx-sdk` set to 10.8 SDK — at Initial Version

Reported by: kencu (Ken) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: lion Cc: mojca (Mojca Miklavec)
Port: wxWidgets-3.2

Description

According to the official website, wxWidgets-3.2 will run on 10.7+, but when building on 10.7, it fails due to 10.8 - specific SDK features (log attached).

Passing in the path to the 10.8 SDK on 10.7 does fix the build.

I thought ${developer_dir}/SDKS/MacOSX10.8.sdk should be the path, but it turns out that is not correct on 10.7 at least. The following worked:

--with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk \
--with-macosx-version-min=${macosx_deployment_target} \

Change History (1)

Changed 5 years ago by kencu (Ken)

Note: See TracTickets for help on using tickets.