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.5 required=3.0 tests=AWL,BAYES_00, FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Alexandre Araujo Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Kgio Gem Error Date: Tue, 14 Feb 2012 22:23:41 +0000 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: dough.gmane.org 1329258241 6232 80.91.229.3 (14 Feb 2012 22:24:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2012 22:24:01 +0000 (UTC) To: kgio@librelist.com Original-X-From: kgio@librelist.com Tue Feb 14 23:24:00 2012 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:80 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RxQmx-0001SV-Ji for gclrkg-kgio@m.gmane.org; Tue, 14 Feb 2012 23:23:56 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id E26FB21D195 for ; Tue, 14 Feb 2012 22:29:19 +0000 (UTC) Content-Transfer-Encoding: 7bit X-Content-Filtered-By: PublicInbox::Filter 0.0.1 From: xandy_mv2@hotmail.com To: kgio@librelist.com Subject: Kgio Gem Error Date: Tue, 14 Feb 2012 22:15:13 +0000 Hello, i'm needing help to solve an error : C:\Sites\catarse>gem install kgioFetching: kgio-2.7.2.gem (100%)Temporarily enhancing PATH to include DevKit...Building native extensions. This could take a while...ERROR: Error installing kgio: ERROR: Failed to build gem native extension. D:/RailsInstaller/Ruby1.9.2/bin/ruby.exe extconf.rbchecking for CLOCK_MONOTONIC in time.h... nochecking for CLOCK_MONOTONIC() in time.h... nochecking for clockid_t in time.h... nochecking for clock_gettime() in -lrt... nochecking for t_open() in -lnsl... nochecking for socket() in -lsocket... nochecking for poll() in poll.h... nochecking for getaddrinfo() in sys/types.h,sys/socket.h,netdb.h... nogetaddrinfo required*** extconf.rb failed ***Could not create Makefile due to some reason, probably lack ofnecessary libraries and/or headers. Check the mkmf.log file for moredetails. 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=D:/RailsInstaller/Ruby1.9.2/bin/ruby --with-rtlib --without-rtlib --with-nsllib --without-nsllib --with-socketlib --without-socketlib Gem files will remain installed in D:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/kgio-2.7.2 for inspection.Results logged to D:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/kgio-2.7.2/ext/kgio/gem_make.out Rails version: 3.2.1Ruby version:1.9.2 Gem version:1.7.2Windows 7 Thanks for any response.