You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I apologize for the late reply. So it seems the issue is due to the inability of the program to find the libgsl library. Can you try installing the libgsl-dev and then compile? Also, can you mention the version of g++ , (g++ --version ).
Following build instructions per the README.md, on intel linux with cargo 1.80.1-nightly (376290515 2024-07-16):
initially gives an error:
error[E0635]: unknown feature "proc_macro_span_shrink"
After deleting Cargo.lock and rebuilding, the process completes. However,
target/release/treeterminus
yields:The text was updated successfully, but these errors were encountered: