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 - _HIPointConvert referenced from QuickTime expected to be defined in Carbon
Summary: _HIPointConvert referenced from QuickTime expected to be defined in Carbon
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: main (show other bugs)
Version: 1.2.12
Hardware: PowerPC Mac OS X 10.3 (PPC)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 16:42 UTC by Mike
Modified: 2007-12-29 10:19 UTC (History)
1 user (show)

See Also:


Attachments

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