boost/math/constants/constants.hpp:297:3: error: unable to find numeric literal operator ‘operator““

本文针对使用Ubuntu16.04进行catkin_make时遇到的gcc-5与gcc-6编译错误问题提供了解决方案。通过调整编译参数或禁用特定功能可以有效避免编译过程中的冲突。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

使用Ubuntu16.04 catkin_make一个开源项目时出现错误如标题,在github上寻找解决办法,以下是一个作者的回复,亲测可用

  • 首先这是一个gcc-5和6的遗留问题,gcc7已经没有了
  • 解决办法有:
  • 1.Don’t mix -std=c++11 and -std=gnu++11 on the same command line. This might require fixing CMake though 😭 Or,
  • 2.As the error message suggests, add -fext-numeric-literals to the compiler flags. Or
  • 3.Add -DBOOST_MATH_DISABLE_FLOAT128 to the compiler flags. Or
  • 4.Add #define BOOST_MATH_DISABLE_FLOAT128 to boost/math/tools/user.hpp`.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值