Hello!
I seem to have a problem building cmdstan 2.18 in Windows. Just downloaded 2.17.1 and installed it without problems, so path variables etc shouldn’t be the issue?
C:\cmdstan\cmdstan-2.17.1\make build
###
--- CmdStan v2.17.1 built ---
Maybe there is something with 2.18?
OS: Win10 (Yes, such masochists exist)
GNU Make version 3.79.1
Rtools 3.4
C:\cmdstan\cmdstan-2.18.0>make build
uname: not found
uname: not found
g++ -Wall -I . -isystem stan/lib/stan_math/lib/eigen_3.3.3 -isystem stan/lib/stan_math/lib/boost_1.66.0 -isystem stan/lib/stan_math/lib/sundials_3.1.0/include -std=c++1y -DBOOST_RESULT_OF_USE_TR1 -DBOOST_NO_DECLTYPE -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -Wno-unused-function -Wno-uninitialized -I src -isystem stan/src -isystem stan/lib/stan_math/ -DFUSION_MAX_VECTOR_SIZE=12 -Wno-unused-local-typedefs -DEIGEN_NO_DEBUG -m64 -Wno-unused-but-set-variable -DNO_FPRINTF_OUTPUT -pipe -c src/cmdstan/stanc.cpp -O3 -o bin/cmdstan/stanc.o
Assembler messages:
Fatal error: no compiled in support for x86_64
src/cmdstan/stanc.cpp:1:0: sorry, unimplemented: 64-bit mode not compiled in #include <stan/command/stanc_helper.hpp>
^
make: *** [bin/cmdstan/stanc.o] Error 1
Happy to submit a bug report if necessary. Thankful for suggestions on if there is something else to try.