We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4589 - Unable to link under OS X
Summary: Unable to link under OS X
Status: NEW
Alias: None
Product: sdl12-compat
Classification: Unclassified
Component: everything (show other bugs)
Version: unspecified
Hardware: x86_64 macOS 10.13
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-11 07:29 UTC by C.W. Betts
Modified: 2019-04-11 07:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description C.W. Betts 2019-04-11 07:29:05 UTC
After working around the issue of SDL2 header locations, it fails to link under Mac, complaining about a missing function. The function can be found in src/SDL12_compat_objc.m. After fixing that, it still doesn't link because of a couple new undefined symbols, both related to Objective-C. Telling the linker to link against the AppKit fixes this issue.