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

Summary: Unable to link under OS X
Product: sdl12-compat Reporter: C.W. Betts <computers57>
Component: everythingAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86_64   
OS: macOS 10.13   

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.