From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert Marlow Newsgroups: gmane.lisp.guile.user Subject: A couple of general-ish questions Date: 18 Apr 2003 22:02:46 +0800 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1050674570.613.9.camel@zuul> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1050674726 405 80.91.224.249 (18 Apr 2003 14:05:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2003 14:05:26 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Apr 18 16:05:22 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 196WUU-00005z-00 for ; Fri, 18 Apr 2003 16:05:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 196WU0-0006gv-0C for guile-user@m.gmane.org; Fri, 18 Apr 2003 10:04:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 196WTO-0006LG-00 for guile-user@gnu.org; Fri, 18 Apr 2003 10:04:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 196WT3-0005aP-00 for guile-user@gnu.org; Fri, 18 Apr 2003 10:03:54 -0400 Original-Received: from adsl-202-89-170-43.arach.net.au ([202.89.170.43] helo=keymaster.bobturf.com.au) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 196WSF-0004db-00 for guile-user@gnu.org; Fri, 18 Apr 2003 10:03:04 -0400 Original-Received: from localhost.localdomain (bobstopper@zuul.bobturf.com.au [192.168.153.69])h3IE2mml018060 for ; Fri, 18 Apr 2003 22:02:51 +0800 Original-To: guile-user@gnu.org X-Mailer: Ximian Evolution 1.0.5 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General Guile related discussions List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:1792 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1792 Hi all I just have a couple of questions Firstly, I'm starting out writing guile bindings to LDAP and was wanting to check if anybody was already working on this before I duplicate their effort. Secondly, I've been trying to do this with g-wrap but I'm completely new to g-wrap. Specifically, LDAP has some struct types containing structs (containing structs etc etc) and I was unsure how I should represent such a nested type using g-wrap (see the LDAP struct typedef for example). Does anyone have a clean solution to this? Or should I not use g-wrap and instead use something else (eg ffcall)? -- Regards, Robert Marlow _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user