NetBSD-Bugs archive

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

Re: toolchain/56120: build.sh (-m alpha) release fails on current on Darwin in libc compilation



On 22 Apr 2021, at 15:45, Christos Zoulas <christos%zoulas.com@localhost> wrote:
> 
> Can you try this?
> 
> christos
> 
> --- utils.h     25 Feb 2021 21:28:40 -0000      1.8
> +++ utils.h     22 Apr 2021 14:42:36 -0000
> @@ -43,6 +43,9 @@
>  #include <wctype.h>
>  #else
>  #include <ctype.h>
> +#define wint_t regex_wint_t
> +#define mbstate_t regex_mbstate_t
> +#define wctype_t regex_wctype_t
>  typedef short wint_t;
>  typedef char mbstate_t;
>  typedef short wctype_t;
> 

Hi Christos - this fixes it. Many thanks. Rgds, Chris



Home | Main Index | Thread Index | Old Index