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: Ludovic Courtès
Subject: Re: ssize_t must be a signed type
Date: Tue, 22 Aug 2006 10:59:40 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

"gregory benison" <address@hidden> 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.




reply via email to

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