-
Notifications
You must be signed in to change notification settings - Fork 49
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
tests fail: Error: Symbol 'source_dir' at (1) has no IMPLICIT type #1705
Comments
Can you share your compiler options? Note - I recommend using the latest main branch instead of v0.12 Also, do you specifically need the Fortran interface? |
|
I am going to create the FreeBSD port so yes, Fortran interface is desirable. |
The current master revision e3ae47f fails in a different way:
|
Our Fortran interface currently has zero users, but it's tested in CI on MacOS and Ubuntu environments. If there are users who actually use it, it might need some work to make it a bit more modern. Did you have any Fortran compiler options, since it's the Fortran compiler that failed? (Well, the Fortran linker maybe?) |
Hmm, I'm suspicious that the Fortran compiler is not correctly supplying the source directory path to the macro above on the first. That second is odd because that header is sitting right next to the .c file I'm not an expert, but initial Googleing seems to indicate that file paths work differently sometimes on BSD vs other systems? |
|
Tests run for while until this happens:
Version: 0.12.0
gfortran13
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: