Boost “no such file or directory”

前端 未结 2 1032
孤城傲影
孤城傲影 2020-12-31 04:57

I\'m trying to set up my Code::Blocks work environment on a new computer and I\'m having some problems. It\'s been a long time since I first did this, and now when I open my

相关标签:
2条回答
  • 2020-12-31 05:48

    Ensure that you have installed boost-devel package

    In Centos execute as root:

    yum install boost-devel
    

    then

    root@centos6 /]# find / -name boost
    /usr/include/boost
    /usr/lib64/boost
    [root@centos6 /]# 
    
    0 讨论(0)
  • 2020-12-31 05:51

    In Ubuntu use

    sudo apt-get install libboost-dev
    
    0 讨论(0)
提交回复
热议问题