* Ivans Chou on Saturday, June 03, 2006 at 16:50:58 +0000:
> (I orignally posted this solution to my own question on the Apple
> Support and MacAddict Forums, but I thought I'd share it here as well.)

<snip>

> This problem is the result of Apple developers using 10.4 to compile
> their software and distributing the binaries to 10.3 users via
> Software Update. The undefined symbols are present in the 10.4
> operating system, but not 10.3.  The previous solution is to downgrade
> to Quicktime 7.0.1.  Here is a better solution.
> 
> Obtain an older copy of the frameworks.  I've provided one at
> (hopefully this doesn't violate my Software License Agreement):
> 
> http://rapidshare.de/files/20281171/CompatFrameworks.tgz.html
> 
> What you will get is a compressed file that contains the Quicktime
> 7.0.1 Framework and a 10.3.9 QuartzCore Framework. I don't know the
> exact version of the QuartzCore Framework but it does work.
> 
> Uncompress the files somewhere that is not in your System folder. (ie. do 
> not install these Frameworks into your /System/Library/Frameworks!
> They are only for getting around compiler errors!) For command-line
> weenies you can use the following command in the Terminal application:
> 
> gunzip < CompatFrameworks.tgz | tar xvf -
> 
> in your Makefiles you should add:
> 
> -F/path/to/where/you/extracted

Thank you! This was really helpful. This way I am not forced to
upgrade to 10.4 right away, which is a huge load off my back.

c
-- 
_B A U S T E L L E N_ lesen!  --->> <http://www.blacktrash.org/baustellen.html>


_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to