Re: [Scid-users] merging games (multiple, variations)

2010-01-10 Thread Pascal Georges
Merging games is a complex field. I am busy with other parts of Scid now (handling 64 bit file systems). So if someone wants to have a look, he is welcome. Pascal 2010/1/8 > Hey, > > This question may have been asked before, but I'm curious about the > behavior of the 'merging games' functiona

Re: [Scid-users] Build? Nope

2010-01-10 Thread Pascal Georges
I guess you use a 64 bit system. Should be handled now in CVS. 2010/1/10 Joost 't Hart > Hi! > > This is the output of Linux build (CVS), right? > > g++ -O4 -fno-rtti -fno-exceptions -Wall -I/usr/include/tcl8.5 -o > src/misc.o -c src/misc.cpp > src/misc.cpp: In function ‘char* my_Tcl_Alloc(int)’

Re: [Scid-users] Build? Nope

2010-01-10 Thread Joost 't Hart
Joost 't Hart wrote: Hi! This is the output of Linux build (CVS), right? g++ -O4 -fno-rtti -fno-exceptions -Wall -I/usr/include/tcl8.5 -o src/misc.o -c src/misc.cpp src/misc.cpp: In function ‘char* my_Tcl_Alloc(int)’: src/misc.cpp:96: error: cast from ‘char*’ to ‘unsigned int’ loses precision

Re: [Scid-users] Build? Nope

2010-01-10 Thread Joost 't Hart
Alexander Wagner wrote: > Joost 't Hart wrote: > > Hi! > >> This is the output of Linux build (CVS), right? > > Actually not, but it's the same error I mentioned in my ealier mail > yesterday. Pascal has fixed it in current cvs. However, I had to > > $ make distclean > $ rm Makefile > $ ./configur

Re: [Scid-users] Build? Nope

2010-01-10 Thread Alexander Wagner
Joost 't Hart wrote: Hi! > This is the output of Linux build (CVS), right? Actually not, but it's the same error I mentioned in my ealier mail yesterday. Pascal has fixed it in current cvs. However, I had to $ make distclean $ rm Makefile $ ./configure $ make to get all settings correctly. Co

[Scid-users] Build? Nope

2010-01-10 Thread Joost 't Hart
Hi! This is the output of Linux build (CVS), right? g++ -O4 -fno-rtti -fno-exceptions -Wall -I/usr/include/tcl8.5 -o src/misc.o -c src/misc.cpp src/misc.cpp: In function ‘char* my_Tcl_Alloc(int)’: src/misc.cpp:96: error: cast from ‘char*’ to ‘unsigned int’ loses precision src/misc.cpp: In functi