I downloaded the Aperture 2.1 SDK and tried compiling one example code. Problem is that that code wants to build against the 10.4 framework, which is not compatible with GCC 4.2, and if I change the project to use 1.5 or 1.6, it finds a number of errors related to unfound libraries or protocol.
Is there a more recent version of the SDK available?
Thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Aperture-dev mailing list (Apertu...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/aperture-dev/aperture-dev%2Bgarchive-9674%40googlegroups.com
This email sent to aperture-dev+...@googlegroups.com
On 10-07-01 8:16 PM, Steve Hammond wrote:
> I downloaded the Aperture 2.1 SDK and tried compiling one example
> code. Problem is that that code wants to build against the 10.4
> framework, which is not compatible with GCC 4.2, and if I change the
> project to use 1.5 or 1.6, it finds a number of errors related to
> unfound libraries or protocol.
>
> Is there a more recent version of the SDK available?
I posted about this problem earlier this week and got a reply in private.
Just install the FxPlug SDK found at:
http://developer.apple.com/appleapplications/download/
It should solve the problem as it brings in the proper headers.
Cheers,
Hub