ecmwf / eckit

A C++ toolkit that supports development of tools and applications at ECMWF.

Home Page:https://confluence.ecmwf.int/display/eckit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failure in atlas related to codec header

DJDavies2 opened this issue · comments

What happened?

I tried to build atlas develop with eckit develop and got this failure:

In file included from /home/h01/frwd/cylc-run/mi-be984/share/installs/eckit-gnu/include/eckit/codec/codec.h:30,
from /home/h01/frwd/cylc-run/mi-be984/work/1/git_clone_atlas/atlas/atlas_io/eckit_codec_adaptor/src/atlas_io/atlas-io.h:13,
from /home/h01/frwd/cylc-run/mi-be984/work/1/git_clone_atlas/atlas/atlas_io/tests/test_io_encoding.cc:14:
/home/h01/frwd/cylc-run/mi-be984/share/installs/eckit-gnu/include/eckit/codec/detail/StaticAssert.h:15:10: fatal error: eckit/codec/eckit_codec_config.h: No such file or directory
15 | #include "eckit/codec/eckit_codec_config.h"

What are the steps to reproduce the bug?

Build atlas and eckit develops.

Version

develop

Platform (OS and architecture)

not relevant

Relevant log output

No response

Accompanying data

No response

Organisation

Meto

This has been resolved with this commit -- thanks!