作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试从 https://github.com/alanxz/rabbitmq-c 构建一个 C++ 项目
但是,当我运行命令时
cmake --build . --target install
出现这个错误,
error: ‘POPT_ARG_ARGV’ undeclared (first use in this function)
不确定是否相关,但我的 GCC
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55)
我的 CentOS
CentOS release 5.11 (Final)
最佳答案
CentOS 5.x有1.13版本的popt,但是1.14版本加入了POPT_ARG_ARGV类型。
关于c++ - 错误 : ‘POPT_ARG_ARGV’ undeclared. 我需要使用旧版 gcc 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42640204/
我正在尝试从 https://github.com/alanxz/rabbitmq-c 构建一个 C++ 项目 但是,当我运行命令时 cmake --build . --target install
我是一名优秀的程序员,十分优秀!