But I get the following error at the very last stage:
checking for location of Tcl/Tk includes… /usr/include/tcl8.5
checking for tcl.h… yes
checking for tk.h… no configure: error: *** Unable to locate Tk includes.
I tried adding the parameters to the above command -
–with-tcltk-libs=/usr/share/tcltk – in this directory I have tcl8.4, tcl8.5, tk8.4, tk8.5, tcllib1.12, tklib0.5 directories
–with-tcltk-libs=/usr/include/tcl8.5
If I search for file named tk.h, such a file does not show up anywhere in the file system. Is there any package I have to install to rectify this.
But I get the following error at the very last stage:
checking for location of Tcl/Tk includes... /usr/include/tcl8.5
checking for tcl.h... yes
checking for tk.h... no
*configure: error: *** Unable to locate Tk includes.*
I tried adding the parameters to the above command -
--with-tcltk-libs=/usr/share/tcltk -- in this directory I have tcl8.4,
tcl8.5, tk8.4, tk8.5, tcllib1.12, tklib0.5 directories
--with-tcltk-libs=/usr/include/tcl8.5
If I search for file named tk.h, such a file does not show up anywhere in
the file system. Is there any package I have to install to rectify this.