Re: configure checks for python3-notmuch2 module

2021-10-06 Thread Tomi Ollila
On Wed, Oct 06 2021, Tomi Ollila wrote: > > So, on Fedora 34, without python3-devel installed > > $ python3 -c 'import cffi,setuptools; cffi.FFI().verify()' > __pycache__/_cffi__xd915627fxd88346ae.c:2:10: fatal error: Python.h: No > such file or directory > 2 | #include > |

Re: configure checks for python3-notmuch2 module

2021-10-06 Thread Tomi Ollila
On Wed, Oct 06 2021, David Bremner wrote: > Tomi Ollila writes: > >> >> Have to check how all this behaves on Fedora 34 machine when I >> have access to one (currently away from such machines and from >> power grid also (laptop battery power, which I have to preserve, >> mobile devices gets

Re: configure checks for python3-notmuch2 module

2021-10-06 Thread David Bremner
Tomi Ollila writes: > > Have to check how all this behaves on Fedora 34 machine when I > have access to one (currently away from such machines and from > power grid also (laptop battery power, which I have to preserve, > mobile devices gets charged by small solar panels so no problem > there

Re: configure checks for python3-notmuch2 module

2021-07-25 Thread Tomi Ollila
On Mon, Jul 12 2021, Michael J. Gruber wrote: > David Bremner venit, vidit, dixit 2021-07-11 23:29:57: >> >> It turns out we need pyconfig.h to build the (new) python bindings. I >> don't think this is adequately checked for by the configure script, >> since I had a Fedora user report a build

Re: configure checks for python3-notmuch2 module

2021-07-15 Thread Tomi Ollila
On Sun, Jul 11 2021, David Bremner wrote: > It turns out we need pyconfig.h to build the (new) python bindings. I > don't think this is adequately checked for by the configure script, > since I had a Fedora user report a build failure (during make install, > which I found odd) missing pyconfig.h

Re: configure checks for python3-notmuch2 module

2021-07-12 Thread Michael J Gruber
David Bremner venit, vidit, dixit 2021-07-11 23:29:57: > > It turns out we need pyconfig.h to build the (new) python bindings. I > don't think this is adequately checked for by the configure script, > since I had a Fedora user report a build failure (during make install, > which I found odd)

configure checks for python3-notmuch2 module

2021-07-11 Thread David Bremner
It turns out we need pyconfig.h to build the (new) python bindings. I don't think this is adequately checked for by the configure script, since I had a Fedora user report a build failure (during make install, which I found odd) missing pyconfig.h On Debian this is on libpython3.x-dev, which is