-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Bug]: Build doesn't work on Void Linux #175
Comments
Building with
|
MuPDF itself would build well, independently. |
Hi, sorry for the late reply. Are you still running into this issue? |
Hello, I have not checked this again. I'll check it when I'm free. |
(+9.3s): --venv: main.py:3039:main2: clang.cindex.LibclangError: Error loading shared library libclang.so: No such file or directory. To provide a path to libclang use Config.set_library_path() or Config.set_library_file(). check if libclang-dev already installed |
My laptop's out for repair. But fair observation, I encountered this issue before I knew how to read it well, so this should be the solution. I only had clang15, libclang15, clang17 and libclang17 installed, not clang17-devel. In Void, I should've installed the llvm metapackage which would provide all of it. |
Describe the bug
Build fail at mupdf, can't find libclang apparently
To Reproduce
Steps to reproduce the behavior:
cmake --build -j2 -v
Expected behavior
Build worky
Screenshots
Not really applicable
Desktop (please complete the following information):
Additional context
I checked the source code and I saw references pointing to clang 16.0 (in MuPDF library, for macos/arm64) so I uninstalled clang17 and tried clang15. Same result.
The text was updated successfully, but these errors were encountered: