[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset a65b050516a4ec8f5fc591119b94ceaaa5f7afe3 by Ned Deily in branch 'master': bpo-42603: Add whatsnew and ACKS entries. (GH-24675) https://github.com/python/cpython/commit/a65b050516a4ec8f5fc591119b94ceaaa5f7afe3 --

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +23460 pull_request: https://github.com/python/cpython/pull/24675 ___ Python tracker ___

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. Merged for inclusion in 3.10.0a6. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset d20279494a3a311c7aefa313174c45d32aa7f5d1 by Manolis Stamatogiannakis in branch 'master': bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721) https://github.com/python/cpython/commit/d20279494a3a311c7aefa313174c45d32aa7f5d1

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2020-12-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2020-12-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Correctly prefixed, issue 42541 and #42541 are links. And thanks for doing CLA first. -- nosy: +terry.reedy ___ Python tracker ___

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2020-12-09 Thread Manolis Stamatogiannakis
Change by Manolis Stamatogiannakis : -- keywords: +patch pull_requests: +22581 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23721 ___ Python tracker

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2020-12-08 Thread Manolis Stamatogiannakis
Manolis Stamatogiannakis added the comment: I already have a patch to fix this. Waiting for my CLA to be registered before creating a PR. -- ___ Python tracker ___

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2020-12-08 Thread E. Paine
Change by E. Paine : -- components: +Build nosy: +epaine, serhiy.storchaka type: compile error -> enhancement versions: -Python 3.8, Python 3.9 ___ Python tracker ___

[issue42603] Tkinter: pkg-config is not used to get location of tcl and tk headers/libraries

2020-12-08 Thread Manolis Stamatogiannakis
New submission from Manolis Stamatogiannakis : This is indirectly related to 42541: If pkg-config settings are honoured, it is made easier to compile Python against a modern version of TCL/TK. -- components: Tkinter messages: 382756 nosy: m000 priority: normal severity: normal status: