I've released r1104:

1. It compiles even with one of the newest GNU compiler (6.1). Many thanks to 
Drew Ferguson who has figured out the problems.

2. It includes a few bug fixes, of recently detected severe bugs.

3. As recently posted: It contains TkText, a revised implementation of the Tk 
text widget, used for displaying the game moves. No more performance problems 
with huge games, no more slowdowns when successively loading games. Also Scid 
vs PC will integrate TkText. It is tested on Linux/UNIX, Mac OS X, and 
Windoze. Currently only one known bug is still open (Mac and Windoze only). 
But this widget still needs practical tests, thus (and because of some more 
reasons) Scidb is still a beta version.

Note that with some newer GNU compilers a SSE2 bug has crept in. If you see an 
ugly green splash screen, instead of a beautiful blue one, then please compile 
Scidb without SSE2 support (only a little slowdown when displaying JPEG 
images):

    ./configure --enable-sse2=no
    make clean
    make
    sudo make install

Gregor

------------------------------------------------------------------------------
_______________________________________________
Scidb-users mailing list
Scidb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scidb-users

Reply via email to