On 10.06.2020 11:34, Hamish McIntyre-Bhatty via Cygwin-apps wrote:
On 09/06/2020 20:53, Marco Atzeri via Cygwin-apps wrote:

It is probably possible to build

python36-wx and python37-wx together with the same source package.
The only files of the binaries they seem to share are

usr/share/icons/hicolor/16x16/apps/PyCrust.png
usr/share/icons/hicolor/32x32/apps/PyCrust.png

that can be put in a tiny shared common subpackage

Seems like a good idea, I'll do that.

python38-wx will need python38-numpy that is not yet available.

Yeah. There's also a problem with the dev package I think, because
-lpython3.8m can't find the library, and python3.8m doesn't seem to
exist as a command. I might just be being a doofus though so I'll double
check that I installed the right packages.

on python 3.8 they should be
 -lpython3.8 and  python3.8

You can use pkconfig to recover it

$ pkg-config --libs python-3.8
-lpython3.8

$ pkg-config --libs python-3.7
-lpython3.7m



Reply via email to