-
Notifications
You must be signed in to change notification settings - Fork 130
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
Simple install script using Homebrew #111
Comments
thanks for your script ,But something wrong in Mac OS Catalina(10.15.5) cp: ../../tools/macosx/prefpane/build/Release/fuse-ext2.prefPane: No such file or directory |
If it is really a Catalina issue, I can't help you there, I'll be on Mojave for a while longer. The script completes successfully here, both with Some ideas: The script itself does not call Check if Try running the script with |
@liqianimage I have had the same issue and fixed it (macOS Catalina 10.15.5)! May be it can solve your problem too. Before the error:
another error was reported:
I used the fix from this thread and restart the install script:
|
I fixed the xcode error with @Ek1nox tip, greatly appreciated. But died again during make on the step after, because of the following error:
This on OSX Catalina, which drops 32bit support. Any thing that can be done to make it run as 64 bit? |
Can you open a PR to update the instructions with this? The build from source install script does not work on my apple m1. I get a similar issue with this one |
Here is a skript to minimize hassle for Homebrew users. It is based on the fork by gpz500 (no issues accepted there).
Maybe it can be included in the Readme?
The text was updated successfully, but these errors were encountered: