blob: df3b4221d30de30fc88832f220085bb3bfd2e08d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/json-2.21.1/ext/json/ext/parser
/Users/ben/.rubies/ruby-3.4.1/bin/ruby extconf.rb
checking for rb_enc_interned_str() in ruby/encoding.h... yes
checking for rb_str_to_interned_str() in ruby.h... yes
checking for rb_hash_new_capa() in ruby.h... yes
checking for rb_hash_bulk_insert() in ruby.h... yes
checking for ruby_xfree_sized() in ruby.h... no
checking for x86intrin.h... no
checking for intrin.h... no
checking for RUBY_TYPED_EMBEDDABLE in ruby.h... yes
checking for whether -std=c99 is accepted as CFLAGS... no
checking for arm_neon.h... yes
checking for cpuid.h... no
creating Makefile
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/json-2.21.1/ext/json/ext/parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-w9dyo3 sitelibdir\=./.gem.20260721-46565-w9dyo3 clean
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/json-2.21.1/ext/json/ext/parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-w9dyo3 sitelibdir\=./.gem.20260721-46565-w9dyo3
compiling parser.c
In file included from parser.c:1:
In file included from ./../json.h:4:
In file included from /Users/ben/.rubies/ruby-3.4.1/include/ruby-3.4.0/ruby.h:38:
In file included from /Users/ben/.rubies/ruby-3.4.1/include/ruby-3.4.0/ruby/ruby.h:28:
In file included from /Users/ben/.rubies/ruby-3.4.1/include/ruby-3.4.0/ruby/internal/arithmetic.h:24:
In file included from /Users/ben/.rubies/ruby-3.4.1/include/ruby-3.4.0/ruby/internal/arithmetic/char.h:29:
/Users/ben/.rubies/ruby-3.4.1/include/ruby-3.4.0/ruby/internal/core/rstring.h:398:24: warning: default initialization of an object of type 'struct RString' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
398 | struct RString retval;
| ^
/Users/ben/.rubies/ruby-3.4.1/include/ruby-3.4.0/ruby/internal/core/rbasic.h:86:17: note: member 'klass' declared 'const' here
86 | const VALUE klass;
| ^
1 warning generated.
linking shared-object json/ext/parser.bundle
ld: warning: search path '/opt/homebrew/Cellar/readline/8.2.13/lib' not found
ld: warning: search path '/opt/homebrew/Cellar/gdbm/1.24/lib' not found
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/json-2.21.1/ext/json/ext/parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-w9dyo3 sitelibdir\=./.gem.20260721-46565-w9dyo3 install
/usr/bin/install -c -m 0755 parser.bundle ./.gem.20260721-46565-w9dyo3/json/ext
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/json-2.21.1/ext/json/ext/parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-w9dyo3 sitelibdir\=./.gem.20260721-46565-w9dyo3 clean
|