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



The following reply was made to PR toolchain/56120; it has been noted by GNATS.

From: Chris Pinnock <chris_pinnock%mac.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: toolchain-manager%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost,
 cjep%netbsd.org@localhost
Subject: Re: toolchain/56120: build.sh (-m alpha) release fails on current on
 Darwin in libc compilation
Date: Thu, 22 Apr 2021 20:09:12 +0100

 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