Does this happen on a specific machine+setup since recently?
I mean, I wonder how this is coming up now as it did not show up after we fixed this. Any clue what changed? Does this happen with the released 3.0 math?
The error suggests that the tbb.dll is not in the PATH variable or the other solution is to copy the tbb.dll into the same directory as the executable which is failing. The copying should be handled by the makefiles automatically.
I had the same problem (using the yesterday’s develop). I just assumed this is business as usual (something requiring additional setup on Windows), put lib/tbb on PATH and went on with my business. I have Win 10, using g++ from Rtools 3.5.0.4 and running within Anaconda’s shell (to have Python).
@wds15 It’s on a clean machine which uses binaries from Rtools. I’ve made it exactly as the windows machine we already have. But I didn’t add tbb.dll in the PATH by myself nor it was done automatically. It was on yday develop branch.
C:\Users\jenkins\Desktop\cmdstan>mingw32-make install-tbb
cmd.exe /C install-tbb.bat
Permanently setting the PATH user environment variable:
ERROR: Invalid syntax. Default option is not allowed more than '2' time(s).
Type "SETX /?" for usage.
Please close this shell and open a new shell.
This will make the changes to the PATH variable
become active.