代码拉取完成,页面将自动刷新
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
你好,能否看下机器上flex和bison的版本是多少?
看着像这两个组件引起的问题。
ubuntu 18.04 版本, flex 2.6.4 , bison (GNU Bison) 3.5.4 碰到一样的问题
ubuntu@ubuntu:~$ flex --version
flex 2.6.4
ubuntu@ubuntu:~$ bison --version
bison (GNU Bison) 3.5.4
Looks like flex changed its behaviour in this commit:
commit a1634aa8d3d41a257ad659788dac222739df89f5
Author: Demi Obenour demiobenour@gmail.com
Date: Tue May 2 20:05:14 2017 -0400
Honor user definitions of yy_* macros
The user may have defined the yy_* macros themselves. In that case,
don't clobber them.
发现 make distclean
并不会清理*.inc文件,因此重新clone一份代码目录,编译成功
登录 后才可以发表评论