| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 1443f89..8986115 master -> origin/master |
| "make after-update -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk_clang_15/version.c:17: |
| /tmp/ruby/src/trunk_clang_15/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| ^ |
| /tmp/ruby/src/trunk_clang_15/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^ |
| /tmp/ruby/src/trunk_clang_15/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| <scratch space>:100:3: note: expanded from here |
| 10RUBY_RELEASE_MONTH |
| ^ |
| In file included from /tmp/ruby/src/trunk_clang_15/version.c:17: |
| /tmp/ruby/src/trunk_clang_15/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| ^ |
| /tmp/ruby/src/trunk_clang_15/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^ |
| /tmp/ruby/src/trunk_clang_15/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| <scratch space>:101:3: note: expanded from here |
| 10RUBY_RELEASE_DAY |
| ^ |
| 2 errors generated. |
| "make miniruby -j4" exit with 512. |
| In file included from /tmp/ruby/src/trunk_clang_15/version.c:17: |
| /tmp/ruby/src/trunk_clang_15/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| ^ |
| /tmp/ruby/src/trunk_clang_15/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^ |
| /tmp/ruby/src/trunk_clang_15/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| <scratch space>:221:3: note: expanded from here |
| 10RUBY_RELEASE_MONTH |
| ^ |
| In file included from /tmp/ruby/src/trunk_clang_15/version.c:17: |
| /tmp/ruby/src/trunk_clang_15/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| ^ |
| /tmp/ruby/src/trunk_clang_15/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^ |
| /tmp/ruby/src/trunk_clang_15/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| <scratch space>:222:3: note: expanded from here |
| 10RUBY_RELEASE_DAY |
| ^ |
| 2 errors generated. |
| make: *** [Makefile:494: version.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |
| /tmp/ruby/src/trunk_clang_15/vm.c:4720:14: warning: unused function 'rb_zjit_option_enabled_p' [-Wunused-function] |
| static VALUE rb_zjit_option_enabled_p(rb_execution_context_t *ec, VALUE self) { return Qfalse; } |
| ^ |
| 1 warning generated. |