After installing CmdStan on a Linux machine, I get an error message when running make commands in the cmdstand folder. I both tried to clone CmdStan from the GitHub Repository and to download the cmdstan-2.25.0.tar.gz, and unpack it with tar -xvzf cmdstan-2.25.0.tar.gz.
--- Compiling the main object file. This might take up to a minute. ---
g++ -c -o src/cmdstan/main.o src/cmdstan/main.cpp
src/cmdstan/main.cpp:1:31: fatal error: cmdstan/command.hpp: No such file or directory
compilation terminated.
make: *** [src/cmdstan/main.o] Error 1
g++ --version
g++ (GCC) 5.1.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
and
make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-unknown-linux-gnu