From: Wataru Kimura Date: 2011-07-27T23:37:43+09:00 Subject: [ruby-core:38563] [Backport87 - Backport #5048] Make failed on tk bindings under OSX Lion fresh install Issue #5048 has been updated by Wataru Kimura. File patch-ext-tk-mac_lion.diff added It looks the header file "tk.h" is missing in your system. Header files for Tk|Tcl.framework on Lion are provided by installation of Xcode 4.1 from Apple AppStore. If the header files are not installed into target system, installation of tk modules should be skipped. ---------------------------------------- Backport #5048: Make failed on tk bindings under OSX Lion fresh install http://redmine.ruby-lang.org/issues/5048 Author: Wayne E. Seguin Status: Open Priority: Normal Assignee: Hidetoshi Nagai Category: ext Target version: https://gist.github.com/1090427 ��� uname -a Darwin Waynes-Mac-Pro.local 11.0.0 Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64 x86_64 ��� gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) -- http://redmine.ruby-lang.org