VILLASframework/fpga

Dockerfile not working to build sources (old compiler version bug) #pipeline

stv0g opened this issue · 1 comments

stv0g commented

In GitLab by @pascalhenrybauer on Nov 3, 2022, 14:06

The current dockerfile provided is not working to build the sources.

Compiler error

workspaces/fpga/common/include/villas/exceptions.hpp:66:2: error: default argument missing for parameter 4 of ‘villas::JsonError::JsonError(const json_t*, const json_error_t&, const string&, Args&& ...)’ JsonError(const json_t *s, const json_error_t &e, const std::string &what = std::string(), Args&&... args) :

Steps to reproduce

Setup repository
  • clone repository
  • git submodule update --init --recursive
  • Create docker container from dockerfile

Inside container:

  1. mkdir build
  2. cd build
  3. cmake3 ../
  4. make [error]
stv0g commented

In GitLab by @n-eiling on Nov 17, 2022, 14:51

fixed by !20