-
Notifications
You must be signed in to change notification settings - Fork 184
Build error with ifx on windows #979
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
Comments
This means that the hash test is not built. Other than that, running the build ignoring this error, the build completes. However, there are test failures.
The errors encountered:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried building with ifx on windows. The way the compiler options are handled, the default language mode is set to fortran 18 (/stand:f18) files in .f90 have a large number of warnings for deprecated constructs. Also there is a large amount of unused variable warnings. Edit: I see the warnings are due to the normal build being a RelWithDebInfo. So the debug flags are used as well.
However the build also fails with and issue with finding c++ standard library symbols.
The text was updated successfully, but these errors were encountered: