|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
利用make && make install 进行编译安装时出现这个问题
make[2]: Entering directory `/home/pythonmodules/glibc-2.27/intl'
bison --yacc --name-prefix=__gettext --output /home/pythonmodules/glibc-2.27/build/intl/plural.c plural.y
plural.y:46.1-7: error: POSIX Yacc does not support %define [-Werror=yacc]
%define api.pure full
^~~~~~~
plural.y:47.1-7: error: POSIX Yacc does not support %expect [-Werror=yacc]
%expect 7
^~~~~~~
make[2]: *** [/home/pythonmodules/glibc-2.27/build/intl/plural.c] Error 1
make[2]: Leaving directory `/home/pythonmodules/glibc-2.27/intl'
make[1]: *** [intl/subdir_lib] Error 2
make[1]: Leaving directory `/home/pythonmodules/glibc-2.27'
make: *** [all] Error 2
已经更新了bison,不知道出错的原因是什么?请大神们赐教,谢谢啦
|
|