You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reminds me, I recently tried to install Gempak on Ubuntu 24.04 LTS and it failed, though these particular errors do not look familiar to me. It made me think in the moment that there might be something else going on, some new dependency we're missing or some compiler configuration. In fact, it's possible that #154 should be reopened as I thought I saw quite a bit of similarity there (go figure).
All this is to say I wonder how related these recent install issues are. Given the versions of gfortran Gempak tends to prefer makes me suspect it's likely, but that's just a hunch. I need to figure that 24.04 issue out anyways so I'll keep this one in mind as well. When (not if I swear) I get into the weeds on this I'll open/update issues here as needed.
Thanks for reporting! And for reminding me I have work to do here! 👍
Looking at the porting guide, I think adding yet another compiler flag (-Wno-error=incompatible-pointer-types in this case) will "fix" this. The true fix as always would be to change the code appropriately, but not being a C programmer I can't say how to do it. This case does look similar to the callback function example on that page, but instead of char ** as in that example we have const struct dirent **.
Error from colleague compiling on Fedora 41
The text was updated successfully, but these errors were encountered: