From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-0.4 required=3.0 tests=AWL,BAYES_00,FREEMAIL_FROM, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=ham version=3.3.2 Path: news.gmane.org!not-for-mail From: Kelsey E Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: kgio can't build native extension Date: Tue, 2 Aug 2011 22:35:47 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: dough.gmane.org 1312338975 1325 80.91.229.12 (3 Aug 2011 02:36:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 02:36:15 +0000 (UTC) To: kgio@librelist.com Original-X-From: kgio@librelist.com Wed Aug 03 04:36:10 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:51 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QoRJZ-0001eF-UT for gclrkg-kgio@m.gmane.org; Wed, 03 Aug 2011 04:36:10 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 2155621CA1D for ; Wed, 3 Aug 2011 02:37:03 +0000 (UTC) Content-Transfer-Encoding: 7bit X-Content-Filtered-By: PublicInbox::Filter 0.0.1 Hi, I'm a webdesigner working with a developer on a group project. I am under the impression that kgio is 1) not needed for the "bundle exec padrino start command" and 2) not for windows, just for *nix as per a forum post. however, whenever I run "bundle exec padrino start" it says kgio not found in any of the sources. Also, in bundle install kgio is not able to be installed. I get ERROR: Error installing kgio: ERROR: Failed to build gem native extension. Could you please advise how to work around both issues? Thank you, Kelsey