Project

General

Profile

Actions

Bug #8656

closed

Cannot Build Ruby-Tk

Added by wandns (Alex D) almost 11 years ago. Updated over 10 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p448 (2013-06-27 revision 41675) [i386-darwin11]
[ruby-core:56084]

Description

I am using NetBSD's pkgsrc, and I cannot build ruby-tk because of a typo in ext/tk/extconf.rb. More information is available here: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48064

Fix:
--- /pkgsrc/x11/ruby-tk/work/ruby-1.9.3-p448/ext/tk/extconf.rb 2013-06-26 03:57:49.000000000 -0400
+++ /pkgsrc/x11/ruby-tk/extconf.rb.fixed 2013-07-18 22:16:25.000000000 -0400
@@ -315,7 +315,7 @@
paths.map{|dir| dir.strip.chomp('/')}.each{|dir|
next unless File.exist?(File.join(dir, "Tcl.framework", "Headers"))
next unless File.directory?(tcldir = File.join(dir, "Tcl.framework"))

  • next unless File.exist?(File.join(dir, "Tk.framework"), "Headers")
  • next unless File.exist?(File.join(dir, "Tk.framework", "Headers"))
    next unless File.directory?(tkdir = File.join(dir, "Tk.framework"))
    TkLib_Config["tcltk-framework"] = dir
    return [tcldir, tkdir]

Related issues 1 (0 open1 closed)

Has duplicate Ruby master - Bug #8830: Cannot Build Tk / Ruby 2.0.0 p247 on OSX (Mountain Lion)Closed08/29/2013Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0