Re: [Scid-users] build scid from CVS

2009-02-09 Thread Pascal Georges
2009/2/9 Mikhail Kalenkov > I obtain latest cvs version of scid by means of the following commands > > cvs -d:pserver:anonym...@scid.cvs.sourceforge.net:/cvsroot/scid login > cvs -z3 -d:pserver:anonym...@scid.cvs.sourceforge.net:/cvsroot/scid co -P > scid > > But then "make install" command fai

Re: [Scid-users] on-demand photo loading

2009-02-09 Thread Alexander Wagner
pgeorges wrote: Hi! > Mikhail Kalenkov a écrit: >> Pascal, I found the following lines in the main.tcl >> >> # Read players.img for compatibility with older versions: >> readPhotoFile [file join $scidUserDir players.img] >> >> I have never seen players.img files. As far as I >> understand it has

Re: [Scid-users] on-demand photo loading

2009-02-09 Thread pgeorges
Mikhail Kalenkov a écrit : > Pascal, I found the following lines in the main.tcl > > # Read players.img for compatibility with older versions: > readPhotoFile [file join $scidUserDir players.img] > > I have never seen players.img files. As far as I understand it has > usual structure as ordinary sp

Re: [Scid-users] on-demand photo loading

2009-02-09 Thread Mikhail Kalenkov
Pascal, I found the following lines in the main.tcl # Read players.img for compatibility with older versions: readPhotoFile [file join $scidUserDir players.img] I have never seen players.img files. As far as I understand it has usual structure as ordinary spf file. Is it correct? Should my patch

[Scid-users] build scid from CVS

2009-02-09 Thread Mikhail Kalenkov
I obtain latest cvs version of scid by means of the following commands cvs -d:pserver:anonym...@scid.cvs.sourceforge.net:/cvsroot/scid login cvs -z3 -d:pserver:anonym...@scid.cvs.sourceforge.net:/cvsroot/scid co -P scid But then "make install" command fails because of CVS directories in the sci

Re: [Scid-users] on-demand photo loading

2009-02-09 Thread Mikhail Kalenkov
2009/2/9 Pascal Georges : > And it is also easy to check for corruption : when reading the data you can > verify that some start /end markers are present, that is at the beginning > you read something like "photo name {" and that after (offset + length) you > have a closing "}". Interesting. I wil

Re: [Scid-users] on-demand photo loading

2009-02-09 Thread Pascal Georges
2009/2/8 Alexander Wagner > This is most likely a general issue. I think especially if > Scid can not generate it on the fly in case a wrong file is > found. BTW: how is it solved at the moment, and what happens > if the index is corrupt (with regards to the file it should > refer to)? Say, what