On Thu, 13 May 2021, riles(a)triton.net wrote:
To use the BDS test through the C api should I just include the
libglue.h and call bds_test_driver(...) function?
libglue.h is private by intent: it's a translation layer from
certain gretl commands in userspace to libgretl function calls. But
I can see the temptation to try to include it for the BDS test,
since otherwise you'd have to deal with the gretl plugins apparatus
yourself. We can see about offering a more accessible API for BDS in
the next release.
When installing 2021-b it doesn't install the libglue.h file with
all the other header files. Any reason I can't just copy it to the
folder were all the other .h files are located?
From your follow-up it seems that didn't work. Out of interest, what
goes wrong?
Allin