Hi, Gisle Vanem wrote: > In https://lists.gnu.org/archive/html/bug-gnulib/2019-12/msg00050.html > Bruno Haible did this: > ... > > But with a 'REPLACE_STRUCT_LCONV=1', I get an error for > locale.h since there are now double up for all of these: > locale.h(162): error C2020: 'p_cs_precedes': 'struct' member redefinition
But the autoconfiguration no longer sets REPLACE_STRUCT_LCONV=1 on MSVC. Are you maybe using an older config.status? You need to do a "make distclean" and reconfigure after having updated your gnulib checkout. Or did I overlook something? Bruno
