g-wrap-dev
[Top][All Lists]
Advanced

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

Re: ssize_t must be a signed type


From: gregory benison
Subject: Re: ssize_t must be a signed type
Date: Thu, 3 Aug 2006 13:13:42 -0400



Ok, I checked this in in my
address@hidden/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
address@hidden
======================


reply via email to

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