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: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.6 required=3.0 tests=AWL,BAYES_00,FREEMAIL_FROM, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Christopher Rigor Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: kgio 2.9.0 installation fails on ruby 1.8.7 Date: Wed, 5 Feb 2014 14:52:18 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391583145 22696 80.91.229.3 (5 Feb 2014 06:52:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2014 06:52:25 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Wed Feb 05 07:52:30 2014 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:261 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WAwLW-0005mC-4M for gclrkg-kgio@m.gmane.org; Wed, 05 Feb 2014 07:52:30 +0100 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id E535174BD5 for ; Wed, 5 Feb 2014 07:00:43 +0000 (UTC) Hi, I get this error when installing on ruby 1.8.7 write.c: In function 'init_kgio_write': write.c:265:51: error: 'kgio_syssend' undeclared (first use in this function) write.c:265:51: note: each undeclared identifier is reported only once for each function it appears in make: *** [write.o] Error 1 # ruby -v ruby 1.8.7 (2012-06-29 patchlevel 370) [x86_64-linux] Full output at https://gist.github.com/crigor/3f0d4533a5aca54d5331 Regards, Christopher