[Gambas-user] EXTERN_FUNC_INFO missing
Tobias Boege
taboege at gmail.com
Sat Aug 1 21:51:43 CEST 2020
Hi Benoît,
it seems that Gambas does not build anymore without libffi. The reason
is that the struct EXTERN_FUNC_INFO is used in an #else branch in
gbx_extern.c when ffi is not installed, but that type isn't defined
anywhere (anymore).
I see in 186bb8d5e (year 2012), you intended for Gambas to compile even
without libffi available. But in fe08dfa333 (year 2018, related to the
new jit component), you removed the EXTERN_FUNC_INFO type.
Regards,
Tobias
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list