Thrift Ruby gem

后端 未结 4 842
夕颜
夕颜 2021-01-04 06:25

I cannot, for the life of me, successfully run \"gem install thrift\", the thing fails when building the gem\'s native extensions; this is the output:

(acib7         


        
4条回答
  •  死守一世寂寞
    2021-01-04 07:23

    On OS 10.9.4 the command below worked for me

    bundle config build.thrift "--with-cppflags=-D_FORTIFY_SOURCE=0"
    

提交回复
热议问题