From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Keith Wright Newsgroups: gmane.lisp.guile.user Subject: Re: About gh.h Date: Wed, 9 Nov 2011 00:51:07 -0500 Message-ID: <201111090551.pA95p7pD004130@fcs13.keithdiane.us> References: <4651ecaf6904ccd77b858955e1536619@german-desktop> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1320817260 6942 80.91.229.12 (9 Nov 2011 05:41:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2011 05:41:00 +0000 (UTC) Cc: guile-user@gnu.org To: german@xelalug.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Nov 09 06:40:52 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RO0u3-0005RI-T9 for guile-user@m.gmane.org; Wed, 09 Nov 2011 06:40:52 +0100 Original-Received: from localhost ([::1]:50700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO0u3-0006D1-27 for guile-user@m.gmane.org; Wed, 09 Nov 2011 00:40:51 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO0tw-0006C5-V3 for guile-user@gnu.org; Wed, 09 Nov 2011 00:40:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO0tv-0000Ti-Iz for guile-user@gnu.org; Wed, 09 Nov 2011 00:40:44 -0500 Original-Received: from asbnvacz-mailrelay01.megapath.net ([207.145.128.243]:50493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO0tv-0000TD-Dk for guile-user@gnu.org; Wed, 09 Nov 2011 00:40:43 -0500 Original-Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.39]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 842A0A711E3 for ; Wed, 9 Nov 2011 00:40:41 -0500 (EST) Original-Received: (qmail 20239 invoked from network); 9 Nov 2011 05:40:40 -0000 Original-Received: by simscan 1.4.0 ppid: 11532, pid: 19343, t: 0.1604s scanners: clamav: m: Original-Received: from dsl.keithdiane.us (HELO fcs12.keithdiane.us) ([66.92.74.188]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Nov 2011 05:40:40 -0000 Original-Received: from fcs13.keithdiane.us (fcs13 [192.168.1.112]) by fcs12.keithdiane.us (Postfix) with ESMTP id B9B8A237DAB; Wed, 9 Nov 2011 00:41:01 -0500 (EST) Original-Received: from fcs13.keithdiane.us (localhost.localdomain [127.0.0.1]) by fcs13.keithdiane.us (Postfix) with ESMTP id 759E9BC0001; Wed, 9 Nov 2011 00:51:36 -0500 (EST) Original-Received: (from kwright@localhost) by fcs13.keithdiane.us (8.13.1/8.13.1/Submit) id pA95p7pD004130; Wed, 9 Nov 2011 00:51:07 -0500 X-Authentication-Warning: fcs13.keithdiane.us: kwright set sender to kwright@keithdiane.us using -f In-reply-to: <4651ecaf6904ccd77b858955e1536619@german-desktop> (message from =?iso-8859-1?q?Germ=E1n_Arias?= on Tue, 08 Nov 2011 23:12:18 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 207.145.128.243 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8945 Archived-At: > From: =?iso-8859-1?q?Germ=E1n_Arias?= > > I'm trying to update an old gnustep library that uses guile. But it > requieres gh.h header. > As I can see this header don't exist. So, which header should I use > instead it? > Thanks in advance. The gh.h headers were part of an attempt to make the C interface of guile compatible with that of STk. It was abandoned when project leadership changed to someone who thought a better idea was to not do that. That was some time in the 20th century. At least, that's how I remember it. I don't think there is a compatible library, you just have to change everything over to the scm.h interface. -- -- Keith Wright Programmer in Chief, Free Computer Shop --- Peace, Love, and Source Code ---