-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
macOS build error fatal error: 'boost/beast/core/string.hpp' file not found #2362
Comments
Are you building the latest from the develop branch? If so, are you using boost 1.66.0? |
hi @bachase |
@wangdar rippled 0.90.0-b5 requires boost 1.66. The reason for this is the beast library, which was originally part of rippled, is now part of boost. In order to get important bug fixes we need to use boost 1.66 (or back-port the changes ourselves, which is less attractive). Upgrading to boost 1.66 should fix this issue for you (assuming you are also building rippled 0.90.0-b5). |
hi @seelabs
|
@wangdar Thanks for the report. I'm not a mac user, but I'll flag the error for the other mac users in the group. |
What does the shell command |
the boost_1_66_0 is download from
|
Ok, thanks. And within
And did that look successful? |
yes I will build boost with below
ec is boost::system::error_code and compare to bool, |
checking... |
clang++ --version
|
No, it is not valid to compare From |
|
What is the
|
@wangdar That line of code should be |
Scott beat me to it: :-) It is beginning to look like your build directory (with cmake) is pointing to another rippled repository, other than commit 1c44c4a. I'm saying this because src/ripple/basics/impl/ResolverAsio.cpp:245 in this repository does not look like:
It instead looks like:
|
hi @bachase ,@HowardHinnant |
No worries! Glad you're up and running! |
The text was updated successfully, but these errors were encountered: