Command was
sudo auto-apt run ./configure
Error message:
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"
Location of "tcl.h": /usr/include/tcl8.6
Location of "tk.h": /usr/include/tcl8.6
Location of Tcl 8.6 library: not found
Location of Tk 8.6 library: not found
Location of X11 library: /usr/lib/x86_64-linux-gnu
Checking if your system already has zlib installed: yes.
Not all settings could be determined! See above for details.
The default Makefile was written.
You will need to edit it before you can compile Scid.
I also can't find the libraries. How do I overcome this?
tcl.h
shows the package istcl8.6-dev
, and correspondingly,tk8.6-dev
fortk.h
. – muru Jan 24 '17 at 07:11tk8.6-dev
,tcl8.6-dev
, and my output is this: http://paste.ubuntu.com/23857026/ – muru Jan 24 '17 at 10:26