Re: [Scid-users] Problem with building from GIT on Debian

2013-03-20 Thread John
On 21/03/13 11:09, John wrote: > I have just tried building SCID on CentOS 6.4. The configure script is > looking for the X11 libraries in The Wrong Place. They're in /usr/lib64 > on my system. > > It does find tcl.h though. > > I edited the build scrip to add some more directories, and then this:

Re: [Scid-users] Problem with building from GIT on Debian

2013-03-20 Thread John
On 19/03/13 21:57, John wrote: > To rework my mods as Fulvio has asked me to do, I cloned the SCID repo > using git. > I ran the configure script, specifying BINDIR and SHAREDIR to install > the binaries away from scidvspc. > > The compile failed, it couldn't find tcl.h. > > The configure script th

[Scid-users] Problem with building from GIT on Debian

2013-03-19 Thread John
To rework my mods as Fulvio has asked me to do, I cloned the SCID repo using git. I ran the configure script, specifying BINDIR and SHAREDIR to install the binaries away from scidvspc. The compile failed, it couldn't find tcl.h. The configure script thought it was in /usr/include and that is be