Hi everyone!
I am running the Bernoulli example on cmdstan. Inside the compiling, linking C++ code phase I have the following error:
examples/bernoulli/bernoulli.hpp:160:0: error: no matching function for call to ‘stan::io::reader::reader(Eigen::Matrix<double, -1, 1>&, Eigen::Matrix<int, -1, 1>&)’
local_scalar_t__ DUMMY_VAR__(std::numeric_limits::quiet_NaN());
I tried to run other examples and all of them have similar problems.
I think it may be a problem due to the misplacement of some folder/function.
Furthermore, at the end I also have the following warning, which appears every time as well:
cc1plus: warning: unrecognized command line option ‘-Wno-ignored-attributes’
I deleted all the packages and installed from the beginning cmdstan but it is not working.
Does someone know with what this can be related? It was working until 3 weeks ago and I did not change anything.
Did someone face this problem before?