-
Notifications
You must be signed in to change notification settings - Fork 95
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
Make Error for boost on MacOS #77
Comments
I have got the same error |
Hi, I come across the same error. May I know how to deal with it? Thank you. |
I'm having the same problem. Do you all also have the Apple M1 chip? I'm wondering if that's part of the issue |
I figured it out! The issue was with the version of boost supplied in the package. I found an old post about new versions of clang/Xcode not playing nicely with old versions of boost. So I deleted the bam-readcount folder and re-cloned it. Then I downloaded the newest version of boost (1.79). I changed the file name of boost1.79 to match the name of the boost supplied with bam-readcount, and swapped the old for the new. Then I followed the install instructions and it worked. Go figure. |
I am getting the following error on macOS Big Sur
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details
make[2]: *** [vendor/src/boost-1.55-stamp/boost-1.55-configure] Error 1
make[1]: *** [CMakeFiles/boost-1.55.dir/all] Error 2
make: *** [all] Error 2
File: vendor/boost-src/bootstrap.log
Error
modules/path.c:16:12: error: implicit declaration of function 'file_query' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return file_query( list_front( lol_get( frame->args, 0 ) ) ) ?
^
1 error generated.
The text was updated successfully, but these errors were encountered: