On Dec 3, 2008, at 7:14 PM, Jose Luis Cuadros wrote:

> where can i find a step by step to complie scid in mac os x
>  I have this error:
>
> configure: Makefile configuration program for Scid
>     Tcl/Tk version: 8.4
>     Your operating system is: Darwin 9.2.1
>     Location of "tcl.h": not found
>     Location of "tk.h": not found
>     Location of Tcl 8.4 library: /usr/lib
>     Location of Tk 8.4 library: /usr/lib
>     Location of X11 library: /usr/X11/lib
>     Checking if your system already has zlib installed: no.
> Error opening file for reading: Makefile.conf
> logout
>
> Thank you
>
>
The two headers that are missing should be found in the /Developer/SDKs:

/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/ 
Tk.framework/Versions/8.4/Headers/tk.h

and

/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/ 
Tcl.framework/Versions/8.4/Headers/tcl.h

Make sure you have the developer tools installed. If they are  
missing, you will have to install them from the install disks.

Rick

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to