I confirm my local build is ok now thanks to your patch.
Thank you Stephan!
On 10/15/23 16:40, Julien Nabet wrote:
now Python part fails to build with: Failed to build these modules:
_ctypes" but only with warnings. As if libffi and Python were now take
into account werror whereas it wasn't the case before.
Did you maybe get confused by -Wimplicit-function-declarati
On 10/15/23 15:11, Julien Nabet wrote:
../src/tramp.c:262:22: error: call to undeclared function
'open_temp_exec_file'; ISO C99 and later do not support implicit
function declarations [-Wimplicit-function-declaration]
tramp_globals.fd = open_temp_exec_file ();
^
1 error
now Python part fails to build with: Failed to build these modules:
_ctypes" but only with warnings. As if libffi and Python were now take
into account werror whereas it wasn't the case before.
I gave a try with https://gerrit.libreoffice.org/c/core/+/157988