| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| aaf1f53..6d81969 master -> origin/master |
| "make after-update -j4" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk_clang_18/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^ |
| /tmp/ruby/src/trunk_clang_18/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^ |
| /tmp/ruby/src/trunk_clang_18/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| <scratch space>:2:3: note: expanded from here |
| 2 | 10RUBY_RELEASE_MONTH |
| | ^ |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk_clang_18/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^ |
| /tmp/ruby/src/trunk_clang_18/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^ |
| /tmp/ruby/src/trunk_clang_18/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| <scratch space>:3:3: note: expanded from here |
| 3 | 10RUBY_RELEASE_DAY |
| | ^ |
| 2 errors generated. |
| "make miniruby -j4" exit with 512. |
| In file included from /tmp/ruby/src/trunk_clang_18/compile.c:15011: |
| /tmp/ruby/src/trunk_clang_18/prism_compile.c:11565:24: error: use of undeclared identifier 'PM_OPTIONS_VERSION_CRUBY_4_0' |
| 11565 | options->version = PM_VERSION_FOR_RELEASE(RUBY_API_VERSION_MAJOR, RUBY_API_VERSION_MINOR); |
| | ^ |
| /tmp/ruby/src/trunk_clang_18/prism_compile.c:11561:46: note: expanded from macro 'PM_VERSION_FOR_RELEASE' |
| 11561 | #define PM_VERSION_FOR_RELEASE(major, minor) PM_VERSION_FOR_RELEASE_IMPL(major, minor) |
| | ^ |
| /tmp/ruby/src/trunk_clang_18/prism_compile.c:11562:51: note: expanded from macro 'PM_VERSION_FOR_RELEASE_IMPL' |
| 11562 | #define PM_VERSION_FOR_RELEASE_IMPL(major, minor) PM_OPTIONS_VERSION_CRUBY_##major##_##minor |
| | ^ |
| <scratch space>:110:1: note: expanded from here |
| 110 | PM_OPTIONS_VERSION_CRUBY_4_0 |
| | ^ |
| 1 error generated. |
| make: *** [Makefile:495: compile.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |