Thrift Ruby gem

后端 未结 4 840
夕颜
夕颜 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:00

    rather than use a workaround with cppflags I committed a fix which checks for __has_builtin(strlcpy) and if builtins are not available on the system but strlcpy is defined then it uses externs as it previously did. works on os x 10.8, 10.9, centos, ubuntu, ...

提交回复
热议问题