Re: variadic functions missing in bridgesupport file
Re: variadic functions missing in bridgesupport file
- Subject: Re: variadic functions missing in bridgesupport file
- From: Lee Henson <email@hidden>
- Date: Tue, 18 Aug 2015 12:43:21 +0000
So this appears to be caused by not having all the .h and .a files for the
library and it's dependencies together in the same directories. Eg. I had:
/vendor/lib1
/vendor/lib2
/vendor/lib3
when I should have had
/vendor/lib3 (containing all of lib1 + lib2 as well)
On Mon, 17 Aug 2015 at 21:04 Lee Henson <email@hidden> wrote:
> Hi
>
> I'm trying to use gen_bridge_metadata to create a bridgesupport file for a
> c library that contains a mixture of variadic and non-variadic functions.
> The non-variadic functions appear in the bridgesupport xml, but the
> variadic functions do not. Is this a known limitation? It looks to me like
> gen_bridge_metadata has some code that mentions variadic functions, but
> bridgesupportparse.parse does not detect them so they are never logged in
> the xml.
>
> Any advice gratefully received!
>
> Cheers
> Lee
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden