We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm getting the following error in macOS Mojave when I do a make native-install:
make native-install
10:03 $ sed -e 's|@@NATIVE_PATH@@|/usr/local/libexec/textern/textern.py|' native/textern.json.in > native/textern.json bash: native/textern.json: Permission denied
I think the issue is that /usr/lib64/mozilla/native-messaging-hosts or /usr/local/lib64/mozilla/native-messaging-hosts cannot be created in macOS.
/usr/lib64/mozilla/native-messaging-hosts
/usr/local/lib64/mozilla/native-messaging-hosts
What should this directory be for macOS?
I can submit a PR - please let me know.
The text was updated successfully, but these errors were encountered:
Textern currently only works on Linux. There is an open patch (#46) to add support for OSX which you may find useful.
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm getting the following error in macOS Mojave when I do a
make native-install
:I think the issue is that
/usr/lib64/mozilla/native-messaging-hosts
or/usr/local/lib64/mozilla/native-messaging-hosts
cannot be created in macOS.What should this directory be for macOS?
I can submit a PR - please let me know.
The text was updated successfully, but these errors were encountered: