[RESOLVED] Re: Failing build following libffi upgrade

2023-10-16 Thread Julien Nabet
I confirm my local build is ok now thanks to your patch. Thank you Stephan!

Re: Failing build following libffi upgrade

2023-10-15 Thread Stephan Bergmann
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

Re: Failing build following libffi upgrade

2023-10-15 Thread Stephan Bergmann
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

Re: Failing build following libffi upgrade

2023-10-15 Thread Julien Nabet
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.

Re: Failing build following libffi upgrade

2023-10-15 Thread Julien Nabet
I gave a try with https://gerrit.libreoffice.org/c/core/+/157988