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
Hi, I am attempting to build this project, and there seems to be some conflict between the versions of cmake and boost. My command prompt is pasted here.
The versions I am using are:
cmake version 3.10.1
boost version 1.65.1
Please let me know the versions that have been used for the project. Thanks a lot.
The text was updated successfully, but these errors were encountered:
It is not conflict between versions. I have met the same problem as you.
It is because the boost's iostream library depends on zlib and bzip2, so you should install zlib and bzip2 first and then run tar --bzip2 -xf /path/to/boost_1_67_0.tar.bz2 ./bootstrap.sh --prefix=path/to/installation/prefix ./b2 ./b2 install
See 【5.4 In Case of Build Errors】in Page: https://www.boost.org/doc/libs/1_67_0/more/getting_started/unix-variants.html
Note that when you run ./b2 you should see the following result: - zib :yes(cached) - bzip2 :yes(cached)
Hi, I am attempting to build this project, and there seems to be some conflict between the versions of cmake and boost. My command prompt is pasted here.
The versions I am using are:
cmake version 3.10.1
boost version 1.65.1
Please let me know the versions that have been used for the project. Thanks a lot.
The text was updated successfully, but these errors were encountered: