From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: About gh.h Date: Wed, 9 Nov 2011 5:40:25 -0500 Message-ID: <20111109104025.M83N8.3369.root@cdptpa-web11-z01> References: <4651ecaf6904ccd77b858955e1536619@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1320835243 19600 80.91.229.12 (9 Nov 2011 10:40:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2011 10:40:43 +0000 (UTC) To: =?utf-8?Q?Germ=C3=A1n_Arias?= , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Nov 09 11:40:39 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 1RO5aA-0005aL-1H for guile-user@m.gmane.org; Wed, 09 Nov 2011 11:40:38 +0100 Original-Received: from localhost ([::1]:35608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO5a9-0000a7-1d for guile-user@m.gmane.org; Wed, 09 Nov 2011 05:40:37 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO5a2-0000a2-GL for guile-user@gnu.org; Wed, 09 Nov 2011 05:40:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO5a1-0001VZ-Jb for guile-user@gnu.org; Wed, 09 Nov 2011 05:40:30 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:37180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO5a1-0001VC-HP for guile-user@gnu.org; Wed, 09 Nov 2011 05:40:29 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=H65ZMpki c=1 sm=0 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=YYti-HXLAAAA:8 a=t9HfqrJEcCmC0cul9LMA:9 a=QEXdDO2ut3YA:10 a=ySA2WEagerUA:10 a=rnPvKfwpI51qJd+CvtE6IA==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.102] ([10.127.132.102:51309] helo=cdptpa-web11-z01) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 90/E2-13401-9985ABE4; Wed, 09 Nov 2011 10:40:25 +0000 In-Reply-To: <4651ecaf6904ccd77b858955e1536619@german-desktop> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.120 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:8946 Archived-At: ---- "Germ=C3=A1n Arias" wrote:=20 > I'm trying to update an old gnustep library that uses guile. But it=20 > requieres gh.h header. > As I can see this header don't exist. So, which header should I use=20 > instead it? The new interface has a new header, it's libguile.h The old gh interface was deprecated in 1.6 and was removed in 1.8. -Dale