gpt4 book ai didi

c++ - boost 图错误

转载 作者:行者123 更新时间:2023-11-30 02:46:42 25 4
gpt4 key购买 nike

我正在使用 PCL 库,它在内部需要 boost 库。

不幸的是,我遇到了这样的错误。明确地说,我没有提到任何 boost 库,但 PCL 库提到了。

/usr/include/boost/graph/graph_concepts.hpp: In destructor ‘boost::concepts::AdjacencyMatrix<G>::~AdjacencyMatrix()’:
/usr/include/boost/graph/graph_concepts.hpp:368:17: error: missing template arguments before ‘(’ token
/usr/include/boost/graph/graph_concepts.hpp: In member function ‘void boost::concepts::AdjacencyMatrix<G>::const_constraints(const G&)’:
/usr/include/boost/graph/graph_concepts.hpp:372:17: error: missing template arguments before ‘(’ token

最佳答案

无法重现。

这是我做的:

编译需要一些时间

cd /tmp
tar xf ~/Downloads/pcl-pcl-1.7.1.tar.gz
cd pcl-pcl-1.7.1/
cmake .
time make -sj

输出结束于

...
Linking CXX executable ../bin/pcl_train_linemod_template
[100%] Built target pcl_train_linemod_template

real 13m55.327s
user 82m49.499s
sys 2m24.611s

相当令人印象深刻。但显然没有编译错误(http://paste.ubuntu.com/7359651/)。我希望你能找出对你来说有什么不同。

关于c++ - boost 图错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23366366/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com