Re: Always links with CoreVideo, even if i don't want it??
Re: Always links with CoreVideo, even if i don't want it??
- Subject: Re: Always links with CoreVideo, even if i don't want it??
- From: Thomas Engelmeier <email@hidden>
- Date: Tue, 22 Jan 2008 11:17:20 +0100
On 22.01.2008, at 09:00, David M. Cotter wrote:
i wish that were the problem. but i truly do want to have the min
system be 10.3, while linking against 10.4u.
yes i can set the dev root to 10.4, but then it won't link against
any 10.4 system calls that i am making.
note: i only make those calls after testing that i am in fact
running on 10.4, so this does not cause a crash on 10.3
i don't think this has to do with corevideo, as this setup has been
working for years and only stopped working when i started developing
on 10.5 with XCode 3
Any chance you're linking against the QuickTime.framework? At least
Alan Rogers on the QuickTime Dev list and I have a non-starting app
due to missing symbols on machines with an last system update around
the 10.4.x with x <= 9 time when building with Xcode 3 and the 10.4u
SDK on Leopard.
As I had to do just an end-of-life workaround-fix build of my app, I
didn't trace the reason down and just rebooted to Tiger for an working
build.
My guess _why_ it started to get problematic is that with Xcode 3
there is a later release of the QuickTime framework included in the
10.4.u SDK, and as the QT SDK gets updated out of sync with the OS
releases, there are symbols referenced that are plain missing without
the optional latest QuickTime install.
Regards,
Tom_E
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden