Hello guys, I’m new to the stan library. Just wondering what’s the recommended compiler for Windows ? After some googling msvc seems not an option.
I followed the recommendation on github repo, added make/local with CXX=clang++, but it didn’t work neither. Any suggestion at this point ?
the error msg is here. I was using LLVM-12.0.0-win64.
thanks for the quick feedback.
Following the instruction, I downloaded the rtool. And using the mingw64.exe cmd line window in rtool40 folder, I tried to build the example again. I got following error.
Thanks again. it seems that mingw32-make is not included by default in rtool40 anymore. So I did
pacman -Syu mingw-w64-x86_64-make
And following your instruction, I did
mingw32-make clean-all
mingw32-make -j4 -f /path/to/stan-math/make/standalone math-libs
this time I did get a different error msg