-
Notifications
You must be signed in to change notification settings - Fork 207
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
Problem with libclang.dll on Windows 11 #169
Comments
Hi there, I faced the same issue and did the following steps to fix it (not sure if this will work for you).
After that, compiling and running my project worked out well. Please let me know if you run into any issues. |
Yes, I managed to solve this problem. It turned out that we needed to enter the path directly into the System. Now I have another problem. Immediately after ffmpeg is initiated, system messages cannot be displayed on the console screen. And I basically don’t see what’s going on inside there. |
Not sure what you mean, can you provide some error logs? |
There is no errors.
empty output. |
Windows 11
Rust for Visual Studio
That message in build info:
Unable to find libclang: "couldn't find any valid shared libraries matching: ['clang.dll', 'libclang.dll'], set the
LIBCLANG_PATH
environment variable to a path where one of these files can be found (invalid: [])A lot of versions for clang downloaded, LIBCLANG_PATH set, but don't work.
The text was updated successfully, but these errors were encountered: