Skip to content
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

compilation error on Intel/2020.0.166 #1014

Open
ajithperera opened this issue Apr 18, 2024 · 3 comments
Open

compilation error on Intel/2020.0.166 #1014

ajithperera opened this issue Apr 18, 2024 · 3 comments
Labels
build Build system related issues (OS, compilers, meson)

Comments

@ajithperera
Copy link

ajithperera commented Apr 18, 2024

xtb/6.7.0/build/_deps/toml-f-src/src/tomlf/de/parser.f90

Building Fortran object _deps/toml-f-build/CMakeFiles/toml-f-lib.dir/src/tomlf/de/parser.f90.o
/dist/apps/xtb/6.7.0/build/_deps/toml-f-src/src/tomlf/de/parser.f90(35): error #6959: The array constructor must be
a constant.   [TOML_TERMINAL]
      type(toml_terminal) :: color = toml_terminal()
@ajithperera ajithperera added the unconfirmed This report has not yet been confirmed by the developers label Apr 18, 2024
@Albkat
Copy link
Contributor

Albkat commented Apr 19, 2024

Hello,
Please provide all relevant information: OS, build system version, build logs.

@ajithperera
Copy link
Author

ajithperera commented Apr 19, 2024

Thanks. Intel 2020.0.166 on RHEL8 Linux_X86_64. The log from toml-f

dist/apps/xtb/toml-f/src/tomlf/de/parser.f90(35): error #6959: The array constructor must be a constant.   [TOML_TERMINAL]
      type(toml_terminal) :: color = toml_terminal()
-------------------------------------^

The message following that is confusing and points to Intel compiler error, but I doubt it without knowing the details of the toml_terminal (definitions).

Ajith

@awvwgk
Copy link
Member

awvwgk commented Apr 21, 2024

Reported at toml-f/toml-f#148 as well

@awvwgk awvwgk added build Build system related issues (OS, compilers, meson) and removed unconfirmed This report has not yet been confirmed by the developers labels Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system related issues (OS, compilers, meson)
Projects
None yet
Development

No branches or pull requests

3 participants