Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-10-09 Thread Garth Corral
On Oct 9, 2008, at 6:45 PM, Benoit St-Pierre wrote: > Hello, > > After some tests, Garth helped me find the problem. Thanks a lot, > Garth ! > > Here is the result : Mac OS X users must install the X11 SDK.pkg in > XCode Tools/Package. > I should explain further because this could become a FAQ

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-10-09 Thread Benoit St-Pierre
Hello, After some tests, Garth helped me find the problem. Thanks a lot, Garth ! Here is the result : Mac OS X users must install the X11 SDK.pkg in XCode Tools/Package. (Why not install XCode altogether, then ? I did that, so I don't know if ONLY installing SDK works.) An app could be built

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-10-04 Thread Garth Corral
On Sep 28, 2008, at 8:05 AM, Benoit St-Pierre wrote: > I don't know : how can we tell ? > > In fact, isn't that what > > Location of "tcl.h": /usr/include > Location of "tk.h": /usr/include > Location of Tcl 8.4 library: /usr/lib > Location of Tk 8.4 library: /usr/lib > Location of X11 libra

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-10-04 Thread Benoit St-Pierre
Thank you for your time, Gart Here is what I find when I do a locate tk.h, one of the file that complains : /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Tk.framework/Versions/8.4/Headers/tk.h /Developer/SDKs/MacOSX10.4u.sdk/usr/include/tk.h /Library/Frameworks/Tk.framework/Versions/8

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-10-04 Thread Benoit St-Pierre
I don't know : how can we tell ? In fact, isn't that what Location of "tcl.h": /usr/include Location of "tk.h": /usr/include Location of Tcl 8.4 library: /usr/lib Location of Tk 8.4 library: /usr/lib Location of X11 library: /usr/X11/lib says ? *** Please forgive me playing the Newbi

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-30 Thread Pascal Georges
2008/9/30 Garth Corral <[EMAIL PROTECTED]> > > 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

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-29 Thread Garth Corral
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

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-29 Thread Benoit St-Pierre
> 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

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-29 Thread Garth Corral
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.

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-29 Thread Benoit St-Pierre
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

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-29 Thread Benoit St-Pierre
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"

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-28 Thread Alexander Wagner
Benoit St-Pierre wrote: > Well, the modification does not appear there, simply because I removed > Makefile.conf and removed the extension of Makefile.conf.darwin in > Finder. > > If I don't don't do that, the error message is very short : it just > does not work. > > There are two sources of c

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-28 Thread Benoit St-Pierre
Well, the modification does not appear there, simply because I removed Makefile.conf and removed the extension of Makefile.conf.darwin in Finder. If I don't don't do that, the error message is very short : it just does not work. There are two sources of complaints : /usr/include/tk.h /usr/incl

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-27 Thread Israel Chauca
Hi, I think you are missing/changing some steps. This are the steps to follow: $ bzip2 -d scid-3.6.25.tar.bz2 $ cd scid/ $ mv Makefile.conf Makefile.conf.bak $ cp Makefile.conf.darwin Makefile.conf $ ./configure $ make scid_app I don't have access to my mac, so that is from memory, hope it works

Re: [Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-27 Thread Cory Helfrich
Hello Benoit, I do not have the skills to trouble-shoot the error messages you received. However, I did notice that your screen dump appears to be missing one of the commands in Garth's procedure: {snip} > Macintosh:~ ben$ bzip2 -d scid-3.6.25.tar.bz2 > Macintosh:~ ben$ cd scid/ {insert} cp M

[Scid-users] Scid on OSX -- Strange error message when compiling

2008-09-27 Thread Benoit St-Pierre
Hello, I downloaded Scid's source, and did as Cory told : Macintosh:~ ben$ bzip2 -d scid-3.6.25.tar.bz2 Macintosh:~ ben$ cd scid/ Macintosh:scid ben$ ./configure configure: Makefile configuration program for Scid Renaming "Makefile" to "Makefile.bak" Tcl/Tk version: 8.4 Your operating sy