bug-guile
[Top][All Lists]
Advanced

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

Re: [Patch] Some fixes for the MinGW port


From: Kevin Ryde
Subject: Re: [Patch] Some fixes for the MinGW port
Date: Thu, 04 Jan 2007 08:18:54 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Cesar Strauss <address@hidden> writes:
>
> The attached patch addresses the following issues on MinGW, when
> building the CVS HEAD version of guile:

Actually, portability things are being tackled first in the 1.8
branch, then merged into the head periodically.  There's some mingw
pthread fixes there which haven't made it to the head yet for
instance, if you'd like to give them a try.

> -# define LC_MESSAGES_MASK    (1 << LC_MESSAGES)
> +# ifdef LC_MESSAGES /* undefined on mingw */
> +#   define LC_MESSAGES_MASK  (1 << LC_MESSAGES)
> +# else
> +#   define LC_MESSAGES_MASK  0
> +# endif

I'll leave that for Ludovic to contemplate, I think he said he'll
change it to use just the base LC bits, not an extra set of mask
values.




reply via email to

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