From: naruse@... Date: 2021-02-02T10:08:50+00:00 Subject: [ruby-core:102380] [Ruby master Bug#17582] Build failure with bison-3.7.5 Issue #17582 has been updated by naruse (Yui NARUSE). Backport changed from 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONE, 3.0: REQUIRED to 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONE, 3.0: DONE ruby_3_0 e9843cdaee26387310384fa0a1d43d450b017350 merged revision(s) b091889ed67f278b1652ddde88596e2160d5aef0. ---------------------------------------- Bug #17582: Build failure with bison-3.7.5 https://bugs.ruby-lang.org/issues/17582#change-90243 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Priority: Normal * Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: DONE, 3.0: DONE ---------------------------------------- I got the following error with bison 3.7.5 provided by homebrew on macOS Catalina. ``` parse.y:13337:5: error: implicit declaration of function 'YYUSE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] YYUSE(p); ^ 1 error generated. make: *** [parse.o] Error 1 make: *** Waiting for unfinished jobs.... ``` I could build with bison-2.3 provided by system toolchain by macOS. -- https://bugs.ruby-lang.org/ Unsubscribe: