bug#66289: localeinfo.c:33:39: error: macro "static_assert" requires 2 arguments, but only 1 given

2023-10-04 Thread Dennis Clarke via Bug reports for GNU grep
On 10/1/23 02:50, Paul Eggert wrote: On 2023-09-30 20:30, Dennis Clarke via Bug reports for GNU grep wrote: I was trying to build GNU grep on a NetBSD 9.3 machine when I saw this nasty bit of business : I just now built grep 3.11 on NetBSD 9.3 x86-64, and didn't run into any problems. Sam

bug#66289: localeinfo.c:33:39: error: macro "static_assert" requires 2 arguments, but only 1 given

2023-10-04 Thread Paul Eggert
On 10/4/23 13:09, Dennis Clarke via Bug reports for GNU grep wrote: /opt/bw/build/grep-3.11_netbsd_9.3_sparcv9.002/src/dfasearch.c:159: undefined reference to `re_set_syntax' So, you didn't build the regex library that came with grep ... --without-included-regex ... and this is your probl

bug#66289: localeinfo.c:33:39: error: macro "static_assert" requires 2 arguments, but only 1 given

2023-10-04 Thread Dennis Clarke via Bug reports for GNU grep
On 10/4/23 18:30, Paul Eggert wrote: On 10/4/23 13:09, Dennis Clarke via Bug reports for GNU grep wrote: /opt/bw/build/grep-3.11_netbsd_9.3_sparcv9.002/src/dfasearch.c:159: undefined reference to `re_set_syntax' So, you didn't build the regex library that came with grep ... --without-incl