On Wed, Nov 04, 2015 at 05:11:20PM +0100, Fulvio wrote:
> Remco Gerlich wrote:
> > This is a bit of a thread hijack, but button stuff is also a reason 
> > why I'm still on an old Scid (the 4.3, from 2011, that is in Ubuntu 
> > 14.04). It looks good. but I've also tried compiling 4.5.2 and 4.6.0 
> > and today 4.6.2 locally and in all of those the second row of buttons 
> > is broken, there's also more stuff that seems broken below the board. 
> > Is this a known problem?
> >
> > In general the Ubuntu-compiled version looks sleeker, better fonts 
> > etc, so I wonder if I'm doing something wrong with Tcl/Tk (I have 
> > 8.6). All I did was ./configure and make.
> This is the default layout for Scid 4.6.2:
> https://a.fsdn.com/con/app/proj/scid/screenshots/Scid-4.6.2.png
> 
> I tried with Ubuntu 14.10 and works fine.
> To have a clean install:
> 1) Remove old scid configurations:
> rm -R ~/.scid
> 
> 2) List all installed tcl/tk packages
> dpkg -l | grep tcl8
> dpkg -l | grep tk8
> 
> 3) Remove installed packages
> sudo apt-get purge tcl8.5
> sudo apt-get purge libtcl8.5
> ...etc...
> 
> 4) Repeat point 2) to verify that all the packages has been removed
> 
> 5) Install tcl/tk 8.6
> |sudo apt-get install tk8.6 tcl8.6-dev
> 
> 6) Download Scid 4.6.2
> http://sourceforge.net/projects/scid/files/Scid/Scid%204.6/scid-4.6.2.zip/download
> 
> 7) Extract to a directory
> 
> 8) compile
> ./configure
> make
> sudo make install
> |
> If ./configure fails with "tclsh: not found" use:
> tclsh8.6 configure
> make
> sudo make install

OK, I've done all that on debian jessie and it looks good.
My problem was having old config files in the ~/.scid directory.

...

but, now when I create an opening report I get:

can't read "::progressCanvas(init)": no such element in array

just after '4.2  Moves from the report position'

also I notice there is no 'pgnscid' utility, has that been removed, I
found it handy.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X

------------------------------------------------------------------------------
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to