Re: [Scid-users] Scid 4.2 build error

2010-01-20 Thread Pascal Georges
The problem is I did dot test those, and for portability of some 64 bits I/O calls I delegate the work to TCL (see rawFileSize). I don't know why the same code works with Scid and not on command line (I guess there are some initialisation stuff missing). For now the workaround is : use Scid, until

Re: [Scid-users] Scid 4.2 build error

2010-01-19 Thread Israel Chauca Fuentes
On Jan 19, 2010, at 3:03 PM, Pascal Georges wrote: > > Those symbols are in Tcl library. I guess the makefile has to be changed a > little bit. > > Pascal > > 2010/1/19 Israel Chauca Fuentes > >> In MacOSX there are no fseeko64 or fopen64 functions, so I changed them to >> fseek and fopen and

Re: [Scid-users] Scid 4.2 build error

2010-01-19 Thread Pascal Georges
Those symbols are in Tcl library. I guess the makefile has to be changed a little bit. Pascal 2010/1/19 Israel Chauca Fuentes > In MacOSX there are no fseeko64 or fopen64 functions, so I changed them to > fseek and fopen and make doesn't comply about that, but I get this error and > I don't kno

[Scid-users] Scid 4.2 build error

2010-01-19 Thread Israel Chauca Fuentes
In MacOSX there are no fseeko64 or fopen64 functions, so I changed them to fseek and fopen and make doesn't comply about that, but I get this error and I don't know what it means or how to address it: Undefined symbols for architecture i386: "_Tcl_Eval", referenced from: my_Tcl_SetChanne