Skip to content
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

lrelease should be a required build dependency #58

Open
felixonmars opened this issue Feb 14, 2018 · 1 comment
Open

lrelease should be a required build dependency #58

felixonmars opened this issue Feb 14, 2018 · 1 comment

Comments

@felixonmars
Copy link
Member

When lrelease is not present, the cmake step generates a warning instead of an error, and proceeding with make will result in the following error:

[ 25%] Generating danmaQ.1
/bin/sh: LRELEASE-NOTFOUND: command not found
make[2]: *** [src/translations/CMakeFiles/translations.dir/build.make:63: /build/danmaq/src/danmaQ-0.2.3/src/translations/zh_CN.qm] Error 127
make[2]: *** Waiting for unfinished jobs....
/bin/sh: LRELEASE-NOTFOUND: command not found
make[2]: *** [src/translations/CMakeFiles/translations.dir/build.make:71: /build/danmaq/src/danmaQ-0.2.3/src/translations/ja_JP.qm] Error 127
/bin/sh: LRELEASE-NOTFOUND: command not found
make[2]: *** [src/translations/CMakeFiles/translations.dir/build.make:67: /build/danmaq/src/danmaQ-0.2.3/src/translations/zh_TW.qm] Error 127
make[1]: *** [CMakeFiles/Makefile2:216: src/translations/CMakeFiles/translations.dir/all] Error 2

This should be caught during the cmake process.

@bibaodi

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants