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
When running the command make && make install, I am getting the following error:
make && make install
fatal: No names found, cannot describe anything. msgfmt -c po/ar.po -o po/ar.mo make: msgfmt: No such file or directory make: *** [Makefile:61: po/ar.mo] Error 127
Can you please help?
The text was updated successfully, but these errors were encountered:
I had the same issue, and I found that it was related to gettext.
gettext
sudo apt install gettext
After that you should be able to configure and make properly.
Sorry, something went wrong.
No branches or pull requests
When running the command
make && make install
, I am getting the following error:Can you please help?
The text was updated successfully, but these errors were encountered: