Re: variadic functions missing in bridgesupport file

2015-08-18 Thread Lee Henson
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

variadic functions missing in bridgesupport file

2015-08-17 Thread Lee Henson
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