From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: Re: How do I determine the argument type... Date: Fri, 09 May 2003 20:31:54 -0700 Organization: Home Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3EBC72AA.F67A1011@veritas.com> References: <3EBC71BF.B2264C7@veritas.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1052537117 14816 80.91.224.249 (10 May 2003 03:25:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 10 May 2003 03:25:17 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 10 05:25:13 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 19EKz2-0003qd-00 for ; Sat, 10 May 2003 05:25:12 +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 19EKyj-0006uq-09 for guile-devel@m.gmane.org; Fri, 09 May 2003 23:24:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19EKy1-0006a2-00 for guile-devel@gnu.org; Fri, 09 May 2003 23:24:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19EKxp-0006LZ-00 for guile-devel@gnu.org; Fri, 09 May 2003 23:23:58 -0400 Original-Received: from bay-bridge.veritas.com ([143.127.3.10] helo=mtvmime03.VERITAS.COM) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EKxi-0006Hb-00 for guile-devel@gnu.org; Fri, 09 May 2003 23:23:50 -0400 Original-Received: from megami (unverified) by mtvmime03.VERITAS.COM for ; Fri, 9 May 2003 20:24:06 -0700 Original-Received: from veritas.com([172.22.12.211]) (1060 bytes) by megami via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Fri, 9 May 2003 20:23:48 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.19-4GB i686) X-Accept-Language: en Original-To: guile development X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2318 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2318 Bruce Korb wrote: > > The problem is with gh_scm2newstr: > > size_t len; > char* pz = gh_scm2newstr( str, &len ); > > This is a problem on a platform where the argument is actually > int* and the platform is I32LP64. i.e., the size_t is 64 bits. > Since other versions of the library use size_t, I think I'm > pretty much hosed without using an scm2newstr_size_t :-( P.S. please change the interface name when you change arg lists. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel