From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.180.131 with SMTP id bu3cs72944icb; Wed, 10 Nov 2010 08:32:15 -0800 (PST) Received: by 10.231.15.9 with SMTP id i9mr6410352iba.186.1289406735618; Wed, 10 Nov 2010 08:32:15 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id p36si2558666ibg.4.2010.11.10.08.32.15; Wed, 10 Nov 2010 08:32:15 -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 5BD9718583C5; Wed, 10 Nov 2010 11:32:15 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 40BCD1858374 for ; Wed, 10 Nov 2010 10:46:31 -0500 (EST) Received: from w by entry.masanjin.net with local (Exim 4.69) (envelope-from ) id 1PGCDf-0000JZ-GT for sup-talk@rubyforge.org; Wed, 10 Nov 2010 10:04:15 -0500 From: William Morgan To: sup-talk In-reply-to: <1289390629-sup-7999@blake> References: <1289390629-sup-7999@blake> Date: Wed, 10 Nov 2010 10:04:15 -0500 Message-Id: <1289401337-sup-2208@masanjin.net> User-Agent: Sup/git Subject: Re: [sup-talk] Errors installing ncursesw 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 Reformatted excerpts from Shadowfirebird's message of 2010-11-10: > /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 > *** extconf.rb failed *** > Could not create Makefile due to some reason, probably lack of > necessary libraries and/or headers. Check the mkmf.log file for more > details. You may need configuration options. > <<<< > > Can anyone tell me where mkmf.log will be? Not in the directory where > I ran gem install. I'm not sure where mkmf.log is (I think newer versions of Rubygems are better about telling you) but the above messages are the clue that you need to apt-get install libncursesw-dev or something like it. -- William _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk