From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.28.69 with SMTP id l5cs125303ebc; Mon, 25 Jan 2010 16:37:06 -0800 (PST) Received: by 10.91.148.18 with SMTP id a18mr6381914ago.29.1264466223713; Mon, 25 Jan 2010 16:37:03 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 4si10393gxk.35.2010.01.25.16.37.03; Mon, 25 Jan 2010 16:37:03 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id AD2693C8050; Mon, 25 Jan 2010 19:37:02 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.cmu.edu [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 083E518582E0 for ; Mon, 25 Jan 2010 19:35:44 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1NZZPE-0000F7-AJ; Mon, 25 Jan 2010 19:35:44 -0500 From: Rich Lane To: Mark Alexander In-reply-to: References: <1264454003-sup-9657@masanjin.net> <1264456949-sup-3@zyrg.net> <1264462577-sup-3137@zyrg.net> Date: Mon, 25 Jan 2010 19:35:44 -0500 Message-Id: <1264465797-sup-429@zyrg.net> User-Agent: Sup/git Cc: Sup developer discussion Subject: Re: [sup-devel] Fwd: Re: Sup 0.10 released X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Mark Alexander's message of 2010-01-25 19:21:14 -0500: > On Mon, Jan 25, 2010 at 6:37 PM, Rich Lane wrote: > > I think I fixed it. Please try xapian-full 1.1.3.1 from gemcutter. > > Can you describe what you did to fix it? I spent several hours > trying to fix this a while back and gave up. It turns out gem expects extconf.rb to create a Makefile, but mine was just doing the compile itself. Gem also accepts Rakefiles for building extensions, so I moved the code into a minimal Rakefile. I also added the gemspec to the manifest. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel