Backport #5048
Make failed on tk bindings under OSX Lion fresh install
| Status: | Open | Start date: | 07/19/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | ext | |||
| Target version: | - |
Description
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)
History
Updated by luislavena (Luis Lavena) 10 months ago
- Category set to ext
- Assignee set to shyouhei (Shyouhei Urabe)
Urabe-san, can't find Hidetoshi NAGAI in the list of Assignee, so assigning to you.
I don't have Lion yet, so can't test, but this is completely associated to our last tcl/tk extconf fiddling.
Updated by nagai (Hidetoshi Nagai) 10 months ago
From: Luis Lavena <luislavena@gmail.com>
Subject: [ruby-core:38174] [Backport87 - Backport #5048] Make failed on tk bindings under OSX Lion fresh install
Date: Tue, 19 Jul 2011 04:39:59 +0900
Message-ID: <redmine.journal-19301.20110719043959@ruby-lang.org>
> Urabe-san, can't find Hidetoshi NAGAI in the list of Assignee, so assigning to you.
Yes. It must be my work. Please assign it to me.
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
Department of Artificial Intelligence, Kyushu Institute of Technology
Updated by nobu (Nobuyoshi Nakada) 10 months ago
- Assignee changed from shyouhei (Shyouhei Urabe) to nagai (Hidetoshi Nagai)
Updated by kimuraw (Wataru Kimura) 10 months ago
- 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.
Updated by kimuraw (Wataru Kimura) 10 months ago
- File patch-ext-tk-mac_lion.diff added