-
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
Compile error OSX 10.10.5 #638
Comments
clang build appears to be assuming -Werror if it balks on void functions erroneously returning a value, while gcc appears to use an assembler that does not support AVX instructions (which gcc/binutils versions ?) |
|
xianyi
added a commit
that referenced
this issue
Sep 10, 2015
OK, fixed the bug. :) |
Heh. I see xianyi just fixed it. |
Works now. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Downloading from develop
Then using make leads to this error
Clang:
Trying to compile with gcc (make CC=gcc) eventually gives a lot of errors like
The text was updated successfully, but these errors were encountered: