Hi,

"gregory benison" <[EMAIL PROTECTED]> writes:

> 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)

Indeed, that makes a lot of sense.  Thanks!

Ludovic.


_______________________________________________
g-wrap-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/g-wrap-dev

Reply via email to