From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.142.211.12 with SMTP id j12cs228256wfg; Fri, 3 Jun 2011 16:17:22 -0700 (PDT) Received: by 10.52.188.105 with SMTP id fz9mr2409413vdc.90.1307143041614; Fri, 03 Jun 2011 16:17:21 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id n7si3119171vdv.4.2011.06.03.16.17.19; Fri, 03 Jun 2011 16:17:20 -0700 (PDT) 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; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 4C57F18583A5; Fri, 3 Jun 2011 19:17:19 -0400 (EDT) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by rubyforge.org (Postfix) with ESMTP id 367F018583A8 for ; Fri, 3 Jun 2011 17:24:08 -0400 (EDT) Received: by wwd20 with SMTP id 20so1891839wwd.23 for ; Fri, 03 Jun 2011 14:24:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=jucK+FsHVFRyuY0RxR8AGhXYRChO8DLney70N81DLY4=; b=UgsOrfyx5xlkMUUH4tr8MnISDJU8wp4eWiZNxdE4wkV3nEcQYhZHMJeRkn6D6S84WS n1ueHu72PEEGLYtpY2BiGoFmojwkdjWBpRLt9mve18qG6l4Z9bbElT/Me1+JVcQpmC/L ztU9emvW7StdDD9OP89e9kM3qKLNezrpkCpQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=tbW/6ALsYiOHaP1QEKjzAG9PVTbaOEkoK/LD+uRdxXRHCXoTvrHWJNr5dmuwTnsJ07 ZBbEEQv2MefuQmtMTbwn60T9fNaLk7RW35eyDcEbjtt5BTXIwFY1MWbfiZqU6FOJUgpw x9HVVGQgmvKeDiNH1JhWuTeiyFXHG0XEjfKW4= MIME-Version: 1.0 Received: by 10.227.5.210 with SMTP id 18mr2404093wbw.18.1307135767303; Fri, 03 Jun 2011 14:16:07 -0700 (PDT) Received: by 10.227.127.67 with HTTP; Fri, 3 Jun 2011 14:16:07 -0700 (PDT) Date: Fri, 3 Jun 2011 17:16:07 -0400 X-Google-Sender-Auth: w-5O-9p0YV3D3jvHwUaJER_AiHU Message-ID: From: John Toohey To: sup-talk@rubyforge.org Subject: [sup-talk] Problems installing Sup on OSX 10.6 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Just found this project, but having difficulty installing Sup. On OSX I get the following :- ERROR: Error installing sup: ERROR: Failed to build gem native extension. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby 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. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --with-ncurseswlib --without-ncurseswlib --with-pdcurseslib --without-pdcurseslib extconf.rb:46: ncurses library not found (RuntimeError) Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/ncursesw-1.2.4.3 for inspection. Results logged to /Library/Ruby/Gems/1.8/gems/ncursesw-1.2.4.3/gem_make.out Gem version is 1.3.5, and Ruby is ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] My /opt/local/lib has libncurses installed, but being new to Ruby, I am not sure how Ruby searches for libraries. Any help would be appreciated. -- ~JT _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk