You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu20.04源码安装会出现各种编译错误。
In member function ‘boost::tuples::tuple<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool, long unsigned int, long unsigned int> QS::Data::File::UnguardedAddPage(off_t, size_t, const char*)’:
/home/wupengxin/qsfs-fuse-1.0.10/src/data/File.cpp:1048:20: error: could not convert ‘std::make_tuple(_Elements&& ...) [with _Elements = {std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >&, bool&, long unsigned int&, long unsigned int&}](res.std::pair<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool>::second, addedSizeInCache, addedSize)’ from ‘std::tuple<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool, long unsigned int, long unsigned int>’ to ‘boost::tuples::tuple<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool, long unsigned int, long unsigned int>’
1048 | return make_tuple(res.first, res.second, addedSizeInCache, addedSize);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ubuntu20.04源码安装会出现各种编译错误。
In member function ‘boost::tuples::tuple<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool, long unsigned int, long unsigned int> QS::Data::File::UnguardedAddPage(off_t, size_t, const char*)’:
/home/wupengxin/qsfs-fuse-1.0.10/src/data/File.cpp:1048:20: error: could not convert ‘std::make_tuple(_Elements&& ...) [with _Elements = {std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >&, bool&, long unsigned int&, long unsigned int&}](res.std::pair<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool>::second, addedSizeInCache, addedSize)’ from ‘std::tuple<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool, long unsigned int, long unsigned int>’ to ‘boost::tuples::tuple<std::_Rb_tree_const_iterator<boost::shared_ptrQS::Data::Page >, bool, long unsigned int, long unsigned int>’
1048 | return make_tuple(res.first, res.second, addedSizeInCache, addedSize);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deb安装qsfs_1.0.11-alpha_Ubuntu16.04_amd64.deb是会出现
qsfs 依赖于 libcurl3
但是Ubuntu20.04 不能curl3和curl4共存。
The text was updated successfully, but these errors were encountered: