blob: 68de7514fdb626fddfd423bacca90c6ff131e1d8 (
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
|
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.1/ext/ruby_http_parser
/Users/ben/.rubies/ruby-3.4.1/bin/ruby extconf.rb
creating Makefile
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.1/ext/ruby_http_parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-k5kug8 sitelibdir\=./.gem.20260721-46565-k5kug8 clean
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.1/ext/ruby_http_parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-k5kug8 sitelibdir\=./.gem.20260721-46565-k5kug8
compiling ruby_http_parser.c
In file included from ruby_http_parser.c:1:
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;
| ^
ruby_http_parser.c:373:17: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'long' [-Wsign-compare]
373 | if (nparsed < len)
| ~~~~~~~ ^ ~~~
2 warnings generated.
compiling ryah_http_parser.c
linking shared-object ruby_http_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/http_parser.rb-0.8.1/ext/ruby_http_parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-k5kug8 sitelibdir\=./.gem.20260721-46565-k5kug8 install
/usr/bin/install -c -m 0755 ruby_http_parser.bundle ./.gem.20260721-46565-k5kug8
current directory: /Users/ben/Documents/Websites/Personal-Website-2025/vendor/bundle/ruby/3.4.0/gems/http_parser.rb-0.8.1/ext/ruby_http_parser
make DESTDIR\= sitearchdir\=./.gem.20260721-46565-k5kug8 sitelibdir\=./.gem.20260721-46565-k5kug8 clean
|