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

Failed to find boost at need system thread #10

Open
Leonard-Jeffrey opened this issue Jun 17, 2022 · 6 comments
Open

Failed to find boost at need system thread #10

Leonard-Jeffrey opened this issue Jun 17, 2022 · 6 comments

Comments

@Leonard-Jeffrey
Copy link

Leonard-Jeffrey commented Jun 17, 2022

After I excute "cmake .", there occurs an error :
“-- Could NOT find Boost: missing: system thread (found /usr/local/boost/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found version "1.79.0"))
CMake Error at cryptoTools/CMakeLists.txt:74 (message): Failed to find boost at Need system thread”

what 's the reason?

@chenshuyuhhh
Copy link

Maybe your system has installed Boost whose version is not right. Then you can remove the Boost in your system.

@Leonard-Jeffrey
Copy link
Author

Maybe your system has installed Boost whose version is not right. Then you can remove the Boost in your system.

Thank you !!!! You are right ! I have fixed it and the reason is exactly what you said

@yellow123Nike
Copy link

This is a rough solution,How to ensure boost version compatibility?

@Leonard-Jeffrey
Copy link
Author

You can find the right version information in the cmake files.

@alpnn
Copy link

alpnn commented Dec 30, 2022

This is a rough solution,How to ensure boost version compatibility?

Please check my pull request for my fixing.

@lushimeng
Copy link

Hello, I also encountered the same problem: Failed to find boost at need system thread. I uninstalled the old version of boost and installed the new version of boost as mentioned above, but it still doesn’t work.

image

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

5 participants