I have to compile a file .po to .mo with msgfmt, so I installed gettext (newest version) and do chmod 777
to my entire folder.
When I compile the file:
msgfmt /home/myuser/file.po -o /home/myuser/file.mo
there are no errors, no life signal, nothing.
How can I solve it?