From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?q?Germ=E1n_Arias?= Newsgroups: gmane.lisp.guile.user Subject: Re: About gh.h Date: Wed, 09 Nov 2011 16:17:47 -0600 Message-ID: <85289d013543877f0137227364c3aa5c@german-desktop> References: <8739dxtsw6.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="us-ascii"; format="flowed" X-Trace: dough.gmane.org 1320877080 15460 80.91.229.12 (9 Nov 2011 22:18:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2011 22:18:00 +0000 (UTC) Cc: guile-user@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Nov 09 23:17:56 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 1ROGSy-0002m7-Fz for guile-user@m.gmane.org; Wed, 09 Nov 2011 23:17:56 +0100 Original-Received: from localhost ([::1]:47845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROGSx-0001QO-V9 for guile-user@m.gmane.org; Wed, 09 Nov 2011 17:17:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:46004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROGSt-0001QH-R7 for guile-user@gnu.org; Wed, 09 Nov 2011 17:17:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROGSs-00035M-P8 for guile-user@gnu.org; Wed, 09 Nov 2011 17:17:51 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:62265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROGSs-00035I-Mk for guile-user@gnu.org; Wed, 09 Nov 2011 17:17:50 -0500 Original-Received: by ggnh4 with SMTP id h4so2656596ggn.0 for ; Wed, 09 Nov 2011 14:17:49 -0800 (PST) Original-Received: by 10.101.141.8 with SMTP id t8mr1085552ann.27.1320877069264; Wed, 09 Nov 2011 14:17:49 -0800 (PST) Original-Received: from localhost.localdomain ([201.216.145.225]) by mx.google.com with ESMTPS id 33sm1937827ano.1.2011.11.09.14.17.47 (version=SSLv3 cipher=OTHER); Wed, 09 Nov 2011 14:17:48 -0800 (PST) In-Reply-To: <8739dxtsw6.fsf@ambire.localdomain> User-Agent: GNUMail (Version 1.2.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 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:8948 Archived-At: On 2011-11-09 05:52:25 -0600 Thien-Thi Nguyen wrote: > () Keith Wright > () Wed, 9 Nov 2011 00:51:07 -0500 > > I don't think there is a compatible library, you > just have to change everything over to the scm.h > interface. > > Another way (if you wish to maintain backward portability) is > to use an intermediate interface, e.g., src/gi.h in Guile-PG. > > http://www.nongnu.org/guile-pg/ > http://git.savannah.gnu.org/cgit/guile-pg.git/tree/src/gi.h > > I will try using libguile.h instead. But if this don't work. Can I use Guile directly inside my Objective-C files? Since Objective-C is a superset of C. The website only refers to C and C++.