help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: Trouble to build gnu-smalltlak-2.3.4 (test suite fa


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: Trouble to build gnu-smalltlak-2.3.4 (test suite failed)
Date: Tue, 29 May 2007 14:00:41 +0200
User-agent: Thunderbird 2.0.0.0 (Macintosh/20070326)


For GDBM, I'll look at it later.

It's a stupid 64-bit cleanliness issue...

--- ../gst-stable/examples/gdbm-c.st 2007-05-24 22:11:07.000000000 +0200
+++ examples/gdbm-c.st 2007-05-29 13:59:34.000000000 +0200
@@ -40,7 +40,7 @@
 CStruct subclass: #DatumStruct
        declaration: #(         "typedef struct {       "
            (#dPtr (#ptr #char))"       char *dptr;     "
-           (#dSize #long)      "       int   dsize;    "
+           (#dSize #int)       "       int   dsize;    "
        )                       "      } datum;         "
        classVariableNames: ''
        poolDictionaries: ''

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]