Re: python-cython C++ support patch

2021-01-29 Thread Marco Atzeri via Cygwin
On 29.01.2021 15:18, Marco Atzeri wrote: On 29.01.2021 11:31, Masamichi Hosoda wrote: Hi, I've found that modules built by python-cython with C++ could not be loaded. If I understand correctly, the following patch fixes it. Would you like to apply this patch to the package? ``` --- a/Cython-

Install Problem texlive

2021-01-29 Thread ingbert.graf--- via Cygwin
Unfortunately i'm not allowed to write a reply to this message It looks like my user is not authorized. After a few reinstalls and reboots the problem disapeared. pdflatex is now working as supposed _ Sent from http://cygwin.1069669.n5.nabble.com -- Prob

Re: python-cython C++ support patch

2021-01-29 Thread Marco Atzeri via Cygwin
On 29.01.2021 11:31, Masamichi Hosoda wrote: Hi, I've found that modules built by python-cython with C++ could not be loaded. If I understand correctly, the following patch fixes it. Would you like to apply this patch to the package? ``` --- a/Cython-0.29.21/Cython/Utility/ModuleSetupCode.c +++

python-cython C++ support patch

2021-01-29 Thread Masamichi Hosoda
Hi, I've found that modules built by python-cython with C++ could not be loaded. If I understand correctly, the following patch fixes it. Would you like to apply this patch to the package? ``` --- a/Cython-0.29.21/Cython/Utility/ModuleSetupCode.c +++ b/Cython-0.29.21/Cython/Utility/ModuleSetupCod