-
Notifications
You must be signed in to change notification settings - Fork 6
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
MacOS version fails to do anything. #23
Comments
How can I provide useful debugging information? |
I can't open the last beta. The OS said it is damage. I try to right click open. Same. |
I've fix it with:
Testing |
I try a PDF. Kindle Scribe + EPUB 200. It works !!! |
CBR failed: Error during conversion. So the RAR lib have trouble. |
CBZ failed too. |
Directory works. |
I run otool on the KCC-Beta vs KCC:
|
Also plist file is the same. You should probably update the version in it.
|
in this version, CookieCaptainD said he was able to create mobi files (and epub as they are needed by mobi files) but no news about cbz,cbr,rar,zip |
I'm using the same method to build, and the files haven't changed Lines 39 to 60 in 65c329d
|
I can create a epub, only from PDF or Directory with flat file. |
Um, I would like to build this locally. I've got M1 arch. |
done, see 4fbcb79 |
I found a vagrant box with mac osx I need to make some space on my computer and then I'll be able to test this too. ** edit: won't work, it's not the same arch ** |
After some debugging and manage to build the dmg on m1 arch (with python + qt native), I find out what's failed here. I replace the 7z with p7zip file installed with brew on m1 arch. Is is possible to replace the external tools 7z by a python uncompress lib (for zip, gzip and even rar) ? this way no need for an external tools. |
Finally I download p7zip source, and build 7z with unrar support. And now everything works ! May be we can pack 7z with arm64 and x86_64, and based on the arch we run, select one or the other. |
Here the p7zip that works with m1 build. |
And here the dmg compatible with m1: |
Thanks a lot! Merry Christmas! |
I put the full process here: |
Merry christmas too ;) I put in this issue how I manage to build and make the too works on my m1. |
That might be a bit harder with github actions. They don't support Apple M1 hardware, except for self runners. |
closing this. follow-up in |
Do you have more information about this? It would be better to fix it.
I don't own a mac os, I need to find a way to test this.
Originally posted by @darodi in #21 (comment)
The text was updated successfully, but these errors were encountered: