Trouble building Stan Math Library

Dear all,

I’m trying to build the Stan math library alone on a linux machine, using the command at the following tutorial: Stan Math Library: Stan Math Library Docs (mc-stan.org). Running command in the second block of code.

I’m getting some error that contains a lot of things like:

/math-4.4.0/lib/sundials_6.1.1/include/sundials/sundials_band.h:178: error: wrong number of arguments specified for â__deprecated__â attribute

Any ideas?

Thanks in advanced.

Can you share the commands you are running and their full output? If you place it in a code block as you did the forums should add a scroll bar to prevent it from being too too long

The command is…

make -f /u/anzapi/playpen_stanmath/math-4.4.0/make/standalone math-libs

What version of gcc are you using?