From: Tim J. <tj...@to...> - 2008-10-29 20:47:05
|
On Oct 29, 2008, at 12:42 PM, daphna wrote: > > I am a very new mac user and tried to install Tcl/tk kit on my > computer using > : > > tar -zxvpf Tk-804.027.tar.gz > cd Tk-804.027 > perl Makefile.PL > > I received the following error msg > > Cannot find X include files via /usr/X11R6/include You need both the OS X X11 package installed as well as Xcode to build a default tcl/tk package for OS X. Have you considered using one of the pre-rolled packages? Check out: http://tcltkaqua.sourceforge.net/ HTH, Tim |