在Qt项目中使用flex
我需要在我的 Qt 应用程序中使用 flex++ 生成的解析器代码。我收到此错误:
undefined reference to `yyFlexLexer::yywrap()
我还将这一行添加到 .pro 文件中:
LIBS += -lfl
I need to use a flex++ generated parser code in my Qt application. I got this error:
undefined reference to `yyFlexLexer::yywrap()
I also added this line to .pro file:
LIBS += -lfl
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
搜索的内容很简单
您在选项部分中
,也许您还想添加这些内容:
What you are searching for is a simple
in the Options section
and maby you want to add these as well: