-
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
M1 build failing with C++ compilation errors #8331
Comments
@assignUser @kgpai could this be related to the recent libfmt upgrade? |
@pedroerp I dont believe we have updated fmt yet , #7941 (this is still open). Is there some other else I am not aware of ? @s0nskar I strongly suspect that here you are linking against a different version of fmt installed in your system. Another thing to do is run the following |
@kgpai Added the info you requested.
Tried running this command
|
Also, it does looks like that setup scripts are installing 8.0.1 fmt, is there any way to override this version?
|
So from your cmake logs you are using the system fmt , which is not 8.0.1 (unless the PR linked above lands you still need 8.0.1) . So the right thing to do on your end is to build with fmt_SOURCE=BUNDLED make debug. |
So tried two things, both failed with different errors, attaching logs
|
If you have another |
Problem description
Getting below compilation error while building velox in Mac M1, does anyone have any pointers.
Steps i ran:
Error:
System information
CMake log
No response
The text was updated successfully, but these errors were encountered: