From: Takahiro Kambe Date: 2018-02-04T21:47:22+09:00 Subject: [ruby-dev:50465] Re: [Ruby trunk Bug#14439] build failed on NetBSD 7.1 with MJIT In message on Sun, 04 Feb 2018 12:28:54 +0000 (UTC), usa@garbagecollect.jp wrote: > というわけで手元のNetBSD/i386 7.1で試そうとしたら、残念ながらビルドエラーになりました。 http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/ruby25-base/patches/patch-configure?rev=1.4 の、 @@ -20224,6 +20229,8 @@ else # ifdef _MSC_VER # include # define alloca _alloca +# elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) +# include # else # ifdef HAVE_ALLOCA_H # include 辺りでしょうか? -- 神戸 隆博 / Takahiro Kambe