Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined symbol: boost::iostreams::detail::zstd_base::zstd_base() #846

Open
yurivict opened this issue Jul 12, 2022 · 9 comments
Open

undefined symbol: boost::iostreams::detail::zstd_base::zstd_base() #846

yurivict opened this issue Jul 12, 2022 · 9 comments

Comments

@yurivict
Copy link

No description provided.

@cdcseacave
Copy link
Owner

that seems a problem with the boost library build, make sure it links to zstd

@david1096
Copy link

@yurivict I get the same problem...Have you sovled the problem?

@wutingfan
Copy link

that seems a problem with the boost library build, make sure it links to zstd

when I build boost, -zstd :no; how to make it yes?

@david1096
Copy link

@yurivict I get the same problem...Have you sovled the problem?

@yurivict I solve the problem by not using zstd part...

@wutingfan
Copy link

@yurivict I get the same problem...Have you sovled the problem?

@yurivict I solve the problem by not using zstd part...

Can you elaborate on it? waht did you do? thank you

@david1096
Copy link

elaborate

@yurivict I get the same problem...Have you sovled the problem?

@yurivict I solve the problem by not using zstd part...

Can you elaborate on it? waht did you do? thank you

Just comment out the line below and also anything related to zstd in the file 'Types.inl' from 'libs/Common'

#include <boost/iostreams/filter/zstd.hpp>

@wutingfan
Copy link

wutingfan commented Aug 29, 2022

elaborate

@yurivict I get the same problem...Have you sovled the problem?

@yurivict I solve the problem by not using zstd part...

Can you elaborate on it? waht did you do? thank you

Just comment out the line below and also anything related to zstd in the file 'Types.inl' from 'libs/Common'

#include <boost/iostreams/filter/zstd.hpp>

It works, but I'm not sure how this will affect the whole project, especially the new features, I thought file processing method will not affect the algorithms, I hope I am right...

@vip96300
Copy link

I get the same problem,who can help me ?

@johniao
Copy link

johniao commented Sep 2, 2022

安装旧版本boost,
或者
注释掉 libs/Common/Types.inl 中zstd相关的代码。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants