-
Notifications
You must be signed in to change notification settings - Fork 90
Missing compilation of .mo files from .po source files #2
Comments
Can you provide some build log with fail? I've build always from clean tree and I've no problems occurred.
My changes not touch .po→.mo transformations.
Rev number in git archive file is commit count in this repository, so proof of working above includes your fresh translation too. |
I do:
what is wrong? |
Its bad idea to use same dirs with input and output. Usually it is recommended creating a separate folder for the output files.
I've never install anything on my system without package manager(you can throw your OS inadvertently on the back), so I've use |
OK done this (BTW many thanks for your patience...):
ok Issues:
and actually cmake told me so:
the "make" command does nothing at all! |
Ad. 1 http://stackoverflow.com/questions/9680420/looking-for-a-cmake-clean-command-to-clear-up-cmake-output Feel free to implement it, if you need, but building in external directory and removing it after install seems to be enough. |
First of all, thanks.
|
PS: I think that this ER could be closed. |
After some thought, I open a bug report again, it would lead to the building output files by |
@LordBlick are you working on this or I can close it for now? |
Reopened in #208 with another title... closing it. |
In actual cmake config files is missing the automatic generation of compiled gettext message catalogs (.mo) files from their source (.po) files.
This is the first step to avoid having to use manually poedit to compile the message catalogs.
The text was updated successfully, but these errors were encountered: