From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs84841fga; Thu, 11 Feb 2010 14:37:17 -0800 (PST) Received: by 10.224.27.130 with SMTP id i2mr309338qac.189.1265927836573; Thu, 11 Feb 2010 14:37:16 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 2si715261qwi.25.2010.02.11.14.37.16; Thu, 11 Feb 2010 14:37:16 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 157561588077; Thu, 11 Feb 2010 17:37:16 -0500 (EST) Received: from mail.cnsp.com (mail.cnsp.com [208.3.80.17]) by rubyforge.org (Postfix) with ESMTP id 938C318582CE for ; Thu, 11 Feb 2010 17:34:12 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.cnsp.com (Postfix) with ESMTP id 0C852D42A8D6; Thu, 11 Feb 2010 15:34:12 -0700 (MST) X-Virus-Scanned: Debian amavisd-new at cnsp.biz Received: from mail.cnsp.com ([127.0.0.1]) by localhost (mail.cnsp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KFbySLTQLu23; Thu, 11 Feb 2010 15:34:11 -0700 (MST) Received: from home.mrtheplague.net (coffeehost.tcct.nmt.edu [129.138.3.50]) by mail.cnsp.com (Postfix) with SMTP id 23B0FD45A7ED; Thu, 11 Feb 2010 15:34:10 -0700 (MST) Received: by home.mrtheplague.net (Postfix, from userid 1000) id 12EA880CE41A; Thu, 11 Feb 2010 15:34:09 -0700 (MST) From: Anthony Martinez X-modeline: vim:tw=80:ft=mail:fo=tcql To: David L.Kaplan In-reply-to: <1265926186-sup-9201@enchanted> References: <1265926186-sup-9201@enchanted> Date: Thu, 11 Feb 2010 15:34:09 -0700 Message-Id: <1265927637-sup-9306@home.mrtheplague.net> User-Agent: Sup/git Cc: sup-talk Subject: Re: [sup-talk] problem gem installing 0.10.1 X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup 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-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from David L.Kaplan's message of Thu Feb 11 15:10:10 -0700 2010: > I can gem uninstall and install sup 0.9 no sweat, but gem update sup, as well > as gem install sup after uninstalling all sup gems, gives me the following > error: > > gem install sup > Updating installed gems > Updating sup > Building native extensions. This could take a while... > ERROR: Error installing sup: > ERROR: Failed to build gem native extension. > > /usr/bin/ruby1.8 extconf.rb > checking for unistd.h... yes > checking for locale.h... yes > checking for ncurses.h... yes > checking for wmove() in -lncursesw... no > checking for wmove() in -lpdcurses... no Sounds like you're missing libncursesw5-dev and/or libncurses5-dev. Try installing both of those. > Thanks for any help. HTH > Cheers, > David -- | | \ / Quantum Junction I Get in both lanes _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk