Closed vpmedia closed 3 months ago
After some fixes new error:
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/cygdrive/f/crossbridge-futures/libffi-3.0.11 -I. -I/
cygdrive/f/crossbridge-futures/libffi-3.0.11/include -Iinclude -I/cygdrive/f/crossbridge-futures/lib
ffi-3.0.11/src -DFFI_BUILDING -g -I/cygdrive/f/crossbridge-futures/sdk/usr/include -fexceptions -MT
src/avm2/ffi.lo -MD -MP -MF src/avm2/.deps/ffi.Tpo -c /cygdrive/f/crossbridge-futures/libffi-3.0.11/
src/avm2/ffi.c -o src/avm2/ffi.o
/cygdrive/f/crossbridge-futures/libffi-3.0.11/src/avm2/ffi.c:301:20: error: no member named
'trampoline_table_entry' in 'ffi_closure'
*code = closure->trampoline_table_entry = avm2_tramp_alloc(closure_inner, 0, closure, NULL);
~~~~~~~ ^
/cygdrive/f/crossbridge-futures/libffi-3.0.11/src/avm2/ffi.c:308:28: error: no member named
'trampoline_table_entry' in 'ffi_closure'
avm2_tramp_free(closure->trampoline_table_entry);
~~~~~~~ ^
2 errors generated.