Re: [Tkinter-discuss] Detecting tk/tcl include library path

2019-10-16 Thread Vasilis Vlachoudis
, 2019 19:52 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Detecting tk/tcl include library path El 15/10/2019 a las 01:02 p. m., Vasilis Vlachoudis escribió: > Hi all, > > how can I detect in a makefile the path of the include C header files of > tk/tcl? Two ways. >

Re: [Tkinter-discuss] Detecting tk/tcl include library path

2019-10-15 Thread E
El 15/10/2019 a las 01:02 p. m., Vasilis Vlachoudis escribió: Hi all, how can I detect in a makefile the path of the include C header files of tk/tcl? Two ways. There is no tk-config program to return it like other package. In the default configuration, both Tcl and Tk provides .pc files to

[Tkinter-discuss] Detecting tk/tcl include library path

2019-10-15 Thread Vasilis Vlachoudis
Hi all, how can I detect in a makefile the path of the include C header files of tk/tcl? There is no tk-config program to return it like other packages. I see that every system puts the C header files in a different location like /usr/include/tk /usr/include/tk8.6 /sw/include/tcl8.6 /opt/local/in