-
Notifications
You must be signed in to change notification settings - Fork 114
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
Can't build #371
Comments
First line of Did you clone the repository with git or just download the zip file and extract? If that is an issue, a change in Also, not revelant to your issue but did you rename the project's folder as |
@randomnoise I managed to fix that issue, but it still doesn't build because |
I've tried building Plato using Docker for different reasons. (I did not want to install MuPDF dependencies on my local machine) It was successful for me and You can look into I hope it helps. |
@randomnoise I tried building it using that repository and its Dockerfiles (with my minor modifications to make it work), and it still didn't work. It didn't work with no modifications either despite setting it up correctly. The problem is still with mupdf-sys . Big log dump:
|
@arjpar, at first glance, I can see that you are not trying to build Plato. Instead, you are trying to build your own fork. Unfortunately, the name and the description of this issue is misleading. I think you should go incrementally; build the vanilla Plato, then you should try to compile your changes. You are also trying to use mupdf-sys crate and it seems it can't compile targeting Also, integration between MuPDF and Plato can be brittle. A specific MuPDF version ( Good luck with your changes 🤘 |
thank you for all the help @randomnoise ! |
After following the instructions in build.md and running the build script, I can't seem to build Plato, since libev-dev isn't found, despite the fact that I have it installed (
libev
). Thus, cross-compilation doesn't work. I tried building it using Docker, but that doesn't work too due to platform config for Docker (building it using the right platform target). I think I'm doing something wrong but I'm not sure.The text was updated successfully, but these errors were encountered: