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
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()
The text was updated successfully, but these errors were encountered:
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).
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
xtb/6.7.0/build/_deps/toml-f-src/src/tomlf/de/parser.f90
The text was updated successfully, but these errors were encountered: