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 518

Summary: _HIPointConvert referenced from QuickTime expected to be defined in Carbon
Product: SDL Reporter: Mike <poster>
Component: mainAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: poster
Version: 1.2.12   
Hardware: PowerPC   
OS: Mac OS X 10.3 (PPC)   

Description Mike 2007-11-21 16:42:39 UTC
After configuring with no errors, make on a 10.3.9 PPC box fails with this error: "_HIPointConvert referenced from QuickTime expected to be defined in Carbon". For what it's worth, the same error occurred when making SDL 1.2.11.
Comment 1 Sam Lantinga 2007-12-29 10:19:11 UTC
Apple introduced Tiger dependencies in their Quicktime SDK with the 7.2 update, and never fixed it.
Here are some instructions from someone who worked around the problem:

"Have a look there:
http://www.mackb.com/Uwe/Forum.aspx/programming/3810/HIPointConvert-missing

That's part of the answer, but setting special link flags is not that
much easy. I compiled the SDL library too and to do so I made a
copy of the original QuickTime framework then I moved the one
from the 10.2.8 SDK to the Frameworks folder
(in /System/Library) and it worked. Then you have to replace the
framework (in /System/Library/Frameworks) with the original one."