go-jit
go-jit copied to clipboard
Build Error
Hello, I when I try to build, I get this error
jit-insn.c: In function ‘initialize_setjmp_block’:
jit-insn.c:7222:59: error: ‘sigsetjmp’ undeclared (first use in this function); did you mean ‘sigset_t’?
7222 | value = jit_insn_call_native(func, "sigsetjmp", (void *) sigsetjmp,
| ^~~~~~~~~
| sigset_t
jit-insn.c:7222:59: note: each undeclared identifier is reported only once for each function it appears in
jit-insn.c: In function ‘jit_insn_convert’:
jit-insn.c:4283:15: note: the ABI of passing union with ‘long double’ has changed in GCC 4.4
4283 | const_value = jit_value_get_constant(value);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~