On Sep 29, 2008, at 10:17 AM, Benoit St-Pierre wrote:
>>
> I installed the Developer tools some times ago. But since someone
> from this mailing list told me to be sure to have a tcl-dev version, I
> went for Tcl/Tk Aqua, batteries included, without modifying anything
> during installation. It
Pascal Georges, poniedziałek, 29 września 2008:
>2008/9/29 Michael Höppenstein <[EMAIL PROTECTED]>
>
>> Hi there,
>>
>> I'd be very interested in having an chessengine analyze only selected
>> moves. When analyzing a position one just knows that many (most of)
>> possible moves are just rubbish, s
2008/9/29 Michael Höppenstein <[EMAIL PROTECTED]>
> Hi there,
>
> I'd be very interested in having an chessengine analyze only selected
> moves. When analyzing a position one just knows that many (most of)
> possible moves are just rubbish, so it would be nice to exclude them
> from analysis. Is i
> There is no need to add these directories to your path and even if there was,
> this is not the place to do it. For most single user purposes, /etc/profile
> need not be modified. If you want to add directories to your path, do it in
> your .bashrc or .bash_profile
Ok. Will do that.
> It
On Sep 29, 2008, at 8:27 AM, Benoit St-Pierre wrote:
> To be sure, I modified this line :
>
> TCL_VERSION = 8.5
>
> And hard coded my PATH into /etc/profile :
>
> Macintosh:~ bstp$ echo $PATH
> /bin:/sbin:/usr/bin:/usr/sbin:/Library/Frameworks/Tcl.framework/
> Versions/8.5:Library/Frameworks/Tk.
Hi there,
I'd be very interested in having an chessengine analyze only selected
moves. When analyzing a position one just knows that many (most of)
possible moves are just rubbish, so it would be nice to exclude them
from analysis. Is it possible/feasible to include such a feature into SCID?
R
To be sure, I modified this line :
TCL_VERSION = 8.5
And hard coded my PATH into /etc/profile :
Macintosh:~ bstp$ echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/Library/Frameworks/Tcl.framework/Versions/8.5:Library/Frameworks/Tk.framework/Versions/8.5:/usr/local/bin:/usr/texbin
Still :
Macintosh:sc
It seems that make does not find the right Tcl/Tk. I have installed
the complete Tcl/Tk Aqua (so called Batteries-Included), hard-coded
the paths for them in Makefile.conf (in /Library/Frameworks), but make
still finds the others' paths :
> Location of "tcl.h": /usr/include
> Location of "tk.h"