Re: Problem with pyconfig.h in python36 which is already solved for python27

2019-01-28 Thread Stefan Metzmacher via freebsd-python
Hi koobs, >> in Samba we recently switched to use python3 by default. But this breaks >> the build on FreeBSD (at least 11.1 and 12.0). In order to be most >> portable, we have a policy in Samba to include as the >> first header when creating python bindings. It means pyconfig.h and >> various sy

Re: Problem with pyconfig.h in python36 which is already solved for python27

2019-01-26 Thread Kubilay Kocak
On 26/01/2019 10:07 pm, Stefan Metzmacher via freebsd-python wrote: Hi, in Samba we recently switched to use python3 by default. But this breaks the build on FreeBSD (at least 11.1 and 12.0). In order to be most portable, we have a policy in Samba to include as the first header when creating py

Problem with pyconfig.h in python36 which is already solved for python27

2019-01-26 Thread Stefan Metzmacher via freebsd-python
Hi, in Samba we recently switched to use python3 by default. But this breaks the build on FreeBSD (at least 11.1 and 12.0). In order to be most portable, we have a policy in Samba to include as the first header when creating python bindings. It means pyconfig.h and various system headers are incl