From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 17 11:57:09 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D453616A4DE for ; Mon, 17 Jul 2006 11:57:09 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3332D43D45 for ; Mon, 17 Jul 2006 11:57:09 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 8E93311462 for ; Mon, 17 Jul 2006 12:57:08 +0100 (BST) X-Virus-Scanned: mail.goodforbusiness.co.uk Received: from mail.goodforbusiness.co.uk ([127.0.0.1]) by localhost (mail.goodforbusiness.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qbT1r97vgE+2 for ; Mon, 17 Jul 2006 12:57:07 +0100 (BST) Received: from mail.helenmarks.co.uk (unknown [192.168.100.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id E5CFE1141E for ; Mon, 17 Jul 2006 12:57:06 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id 98B9B17154; Mon, 17 Jul 2006 12:57:06 +0100 (BST) X-Virus-Scanned: amavisd-new at helenmarks.co.uk Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8jve+MqAjlfG; Mon, 17 Jul 2006 12:57:02 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id F01CA1704B; Mon, 17 Jul 2006 12:57:01 +0100 (BST) Received: from mailhost.graphdata.co.uk ([195.12.22.194]) (SquirrelMail authenticated user dom) by mail.helenmarks.co.uk with HTTP; Mon, 17 Jul 2006 12:57:01 +0100 (BST) Message-ID: <2241.195.12.22.194.1153137421.squirrel@mail.helenmarks.co.uk> Date: Mon, 17 Jul 2006 12:57:01 +0100 (BST) From: "Dominic Marks" To: freebsd-gnome@freebsd.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20060717125701_98631" X-Priority: 3 (Normal) Importance: Normal X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ruby/Gnome2 + Ruby/Gtk X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 11:57:10 -0000 ------=_20060717125701_98631 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Hello, I've been trying to build the ruby gtk2 bindings from: http://ruby-gnome2.sourceforge.jp/ I downloaded this file: http://prdownloads.sourceforge.net/ruby-gnome2/ruby-gtk2-0.15.0.tar.gz?download I have Gnome 2 and Ruby installed on my Desktop, then followed the README which consists of a 'ruby extconf.rb; make; make install'. It seems like the glib2 binding fails to build, but the others are ok. The end result is that I can't use the bindings: > irb irb(main):001:0> require 'gtk2' LoadError: no such file to load -- glib2 from /usr/local/lib/ruby/site_ruby/1.8/gtk2/base.rb:12:in `require' from /usr/local/lib/ruby/site_ruby/1.8/gtk2/base.rb:12 from /usr/local/lib/ruby/site_ruby/1.8/gtk2.rb:11 from (irb):1 irb(main):002:0> Has anyone got this to work? If so I'd love to know how. I've attached a log of the build as well. Thanks, Dominic ------=_20060717125701_98631--