Andrew Johnson
Andrew Johnson
Ah yes I've completely missed that! Thanks for the heads-up, I'll get that sorted asap!
Use the `EXTRA_LIBS` environment variable to add libraries: ``` EXTRA_LIBS="-latomic" make qjs ```
Don't run `make all` if it causes issues, just build the targets you need (e.g. `libquickjs.a qjs qjsc`)
@barracuda156 you had a similar warning in your earlier logs: ``` :info:build /opt/local/bin/gcc-mp-13 -g -Wall -MMD -MF .obj/quickjs.o.d -Wno-array-bounds -Wno-format-truncation -D_GNU_SOURCE -DCONFIG_VERSION=\"2021-03-27\" -DCONFIG_BIGNUM -O2 -flto -c -o .obj/quickjs.o quickjs.c :info:build...
> Otherwise if you can tell me how to fix linking, I can stay with makefiles build. You can see in the logs you posted that the linking fails at...
> Looks like I can just patch the file which you have referred? Completely untested, but you could try something like the below to add the `EXTRA_LIBS` environment variable to...
And can you post the results of the same debugging steps from earlier (calling `stanc` on the model code as a string and then on the file)?
Can you show the full R code that you used? Just so I can be running the same thing Get Outlook for Android ________________________________ From: tuulam ***@***.***> Sent: Friday, August...
> lambda_true = 3 > N = 5 > set.seed(111111) > (y = rpois(N, lambda_true)) > poisson_dat = list(y = y, N = N) > alpha = beta = 1...
> I am not sure what I am supposed to do. Like the following: ```r stancode