-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error loading library, libleanmd4c.so #132
Comments
Thanks for the report! I haven't been able to reproduce this issue - for me, opening the example in a fresh checkout works without issue. Can you walk me through the precise series of steps you're following? Here's what I did:
I then deleted the checkout with
This was on a Mac, but given that doc-gen uses the same FFI setup and that our CI runs on Linux, it would surprise me if it's an OS issue. Can you try these steps and let me know what happens on your machine? Thanks again! |
I did the exact steps as you described with My system:
VS Code version: 1.91.1 Happy to provide any other info about my system. |
Just a status update: we spoke about this, and the problem only occurs in interactive use (regardless of editor), not in batch mode, so CI succeeding is not really a positive indication here. |
OK, something else to check. What do you get if you run |
And is it different when used interactively vs batch-mode compilation? |
I have added
to In
build
In
(I was conjecturing that
|
Another user has reported this, also on Linux:
|
I wanted to have a look at the textbook example. It builds all fine but the infoview is broken in VS Code as well in Emacs. It errors with
Solvable by on Linux
before running Emacs or VS Code.
The text was updated successfully, but these errors were encountered: