阿帕奇节俭不能使(Apache thrift can not make)

2019-10-18 17:42发布

当我试图配置,使勤俭节约0.9.1它给一些错误。 谁能告诉我其中的原因,我应该怎样做才能解决这个问题。 误差示于下面。

user@linux-yyzo:~/WorkDir/thrift-0.9.1> make
make  all-recursive
make[1]: Entering directory `/home/user/WorkDir/thrift-0.9.1'
Making all in compiler/cpp
make[2]: Entering directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
make  all-am
make[3]: Entering directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
\
 \
/bin/sh ../../ylwrap `test -f 'src/thrifty.yy' || echo './'`src/thrifty.yy y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- yacc -d 
../../ylwrap: line 113: yacc: command not found
make[3]: *** [thrifty.cc] Error 1
make[3]: Leaving directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/user/WorkDir/thrift-0.9.1/compiler/cpp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/WorkDir/thrift-0.9.1'
make: *** [all] Error 2
user@linux-yyzo:~/WorkDir/thrift-0.9.1> 

Answer 1:

上有节俭网站不值当一个运行到这样的烦恼读取两个资源。

要求提供有关依赖一个很好的概述; 在编译源页解释了构建步骤,并配置交换机简单。 此外,要求页面持有一些指向更具体的信息基础上的Ubuntu,CentOS的,Windows和OS X.



文章来源: Apache thrift can not make