[flext] Trying to compile gendy~ as a static library for iOS

Jamie Bullock jamie at jamiebullock.com
Tue Sep 5 10:19:25 CEST 2017


Hi Orestis,

> On 11 Jul 2017, at 22:13, Orestis Papadopoulos <orjpap at gmail.com> wrote:
> 
> 
> So far it's going well, it works on the iphone simulators and builds just fine with libpd.
> 
> On the device, I get an EXC_ARM_DA_ALIGN error in cas.hpp during this function call:
> 
> return __sync_bool_compare_and_swap_8(reinterpret_cast<volatile long long*>(addr), old.l, nw.l);
> 
> this is probably some architecture specific stuff that I'll have to fix.


Can you explain how you managed to get past the Carbon.h errors?

Thanks

Jamie



> 
>>> 
>>> Now I get an error not being able to find Carbon.h
>>> 
>>> #elif FLEXT_OS == FLEXT_OS_MAC
>>>     #if FLEXT_OSAPI != FLEXT_OSAPI_MAC_MACH
>>>         #include<MacMemory.h>
>>>     #else
>>>         #include<Carbon/Carbon.h>
>>> 
>>> And when I included the carbon framework it just leads to more wrong includes and etc. inside the carbon framework.
>>> 



More information about the flext mailing list