Ok, I checked this in in my
[EMAIL PROTECTED]/g-wrap--devo--2.0' branch, along with a
test case.
The ssize_t code looks good, however I wasn't able to build that branch without applying the patch below, otherwise the build process fails when trying to find ffi.h (I am using the bundled libffi).
--- orig/guile/g-wrap/gw/Makefile.am
+++ mod/guile/g-wrap/gw/Makefile.am
@@ -21,7 +21,7 @@
# Type `long long' is only defined in ISO C99 (or GNU C). Therefore,
# glibc's <limits.h> will only define the `LLONG_' macros if we are
# compiling to C99.
-libgw_guile_standard_la_CFLAGS = -std=c99
+libgw_guile_standard_la_CFLAGS = $(AM_CFLAGS) -std=c99
LIBGW_STANDARD_GWGEN = $(addprefix standard, .h .c .scm)
======================
Gregory Benison
Oregon State University
(541)-737-1876
[EMAIL PROTECTED]
======================
_______________________________________________ g-wrap-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/g-wrap-dev
