-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Source install does not pass any tests #3012
Comments
Don't use ninja - nobody supports it. Just use make. |
FYI, dropping the Line 301 in 7fb3bdd
When I change my compiler with EDIT. My compiler versions are as follows:
|
I think -errwarn is an option of the Sun compiler, probably this check is supposed to fail with gcc. |
I see. I think it passes this option directly to |
Can you try to change this to
If it works, please send a PR with the change :) |
Environment
I am using Arch Linux with the following:
Steps to reproduce
I run the following set of commands on my
fish
shell to installv4.2.3
from source:The last command returns with error. I have attached the corresponding cmake.log, build.log and test.log files.
I would appreciate if you helped me resolve the
type of warnings. I guess this is the problem that results in segfaults in the test phase.
The text was updated successfully, but these errors were encountered: