【发布时间】:2012-04-12 05:12:29
【问题描述】:
我需要帮助以在 netbeans 7.1.1 中编译和配置 boost 库,让我补充一下,我确实在编译器选项中添加了提取 boost zip 文件夹的路径,但它没有帮助我,当我包括
#include <boost/thread.hpp>
编译时出现错误
fatal error :no such file or directory
只是在我写的时候补充一下:-
#include <boost/thread.hpp>//does shows the options out of which thread.hpp is one
大家帮忙!!!
【问题讨论】:
标签: c++ boost compilation configure