You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building .ext/include/x86_64-darwin22/rb_mjit_min_header-3.1.2.h
error in initial header file:
/usr/local/bin/clang -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wundef -std=gnu99 -pipe -w -S -DMJIT_HEADER -fsyntax-only -Werror=implicit-function-declaration -Werror=implicit-int -Wfatal-errors /var/folders/0c/pvfdpxnj57j770_yh56rhgf40000gn/T/20230615-97060-ey5nmg.c
In file included from /var/folders/0c/pvfdpxnj57j770_yh56rhgf40000gn/T/20230615-97060-ey5nmg.c:1:
/var/folders/0c/pvfdpxnj57j770_yh56rhgf40000gn/T/20230615-97060-gipa4a.h:4:1: fatal error: expected identifier or '('
But the 20230615-97060-ey5nmg.c and 20230615-97060-gipa4a.h files (whose names change on every build) are no longer there after the build fails, so I have no idea what's wrong with them, or even where they come from.
But I do see that there is an rb_mjit_header.h file, and for some reason its first line looks like make output instead of C code:
I get this error:
But the 20230615-97060-ey5nmg.c and 20230615-97060-gipa4a.h files (whose names change on every build) are no longer there after the build fails, so I have no idea what's wrong with them, or even where they come from.
But I do see that there is an
rb_mjit_header.h
file, and for some reason its first line looks likemake
output instead of C code:The text was updated successfully, but these errors were encountered: