On Sat, Dec 19, 2020 at 5:44 AM Åke Sandgren <[email protected]> wrote:
> > > /usr/include/stdc-predef.h(1): error #5082: Syntax error, found '/' when > > expecting one of: <LABEL> <END-OF-STATEMENT> ; <IDENTIFIER> TYPE MODULE > > ELEMENTAL IMPURE NON_RECURSIVE ... > > That's a C include file, and that should never get included when using > Fortran... so something is clearly wrong. You'd need to figure our why > it gets included at all. > the GCC preprocessor pre-includes that file automatically (when present), but what triggers the errors in Fortran are the comments, and those can be ignored. This was addressed, among other things, in https://github.com/easybuilders/easybuild-easyblocks/pull/2112 - Joaquim can you try with --include-easyblocks-from-pr 2112? (or with a more recent easybuild-easyblocks, >= 4.3.0?) Miguel

