-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
build/make error #3297
Comments
Try #3295 |
Thanks, @mbasmanova ! The |
@darrenfu Try adding FOLLY_NULLABLE to raw pointers the compiler complains about. |
Thanks @mbasmanova. If you look at the failure error stacks, they mostly occurred at lines when include a header, such as e.g.
[Update] I tried to resync the forked repo, reinstall most dependency libraries (and upgrade llvm to 15), clean the build folder and rerun "make debug", it doesn't help. Looks like it requires some code fixes for M1 build? |
@kgpai and I paired and located the issue, it relates to the incompatible versions of my Mac's CommandLineTools and XCode. Once I manually removed the |
@darrenfu Can we close this issue if your problem is resolved ? |
Hello there,
When I resync my forked repo, and "rebuild the project" in CLion, I got the following cmake error, I also got the following make error via the command line.
Any ideas?
The text was updated successfully, but these errors were encountered: