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

msgmerge: error while opening "/home/nemo/src/dfc/po/nl.po" for reading: No such file or directory #18

Open
sebma opened this issue Apr 20, 2017 · 7 comments

Comments

@sebma
Copy link

sebma commented Apr 20, 2017

Hi,

I have the following error when building :

make[3]: Entering directory `/home/nemo/src/dfc/build'
[ 70%] Generating ../../po/nl.po
/usr/bin/msgmerge: error while opening "/home/nemo/src/dfc/po/nl.po" for reading: No such file or directory
make[3]: *** [../po/nl.po] Error 1
make[3]: Leaving directory `/home/nemo/src/dfc/build'
make[2]: *** [po/CMakeFiles/generate-dfc-nl-po.dir/all] Error 2
make[2]: Leaving directory `/home/nemo/src/dfc/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/nemo/src/dfc/build'
make: *** [release] Error 2

Can you help me ?

@rolinh
Copy link
Owner

rolinh commented Apr 20, 2017

Hi @sebma,

I need more information because I fail to reproduce this issue (unless I explicitely delete po/nl.po).
Which commands did you use to attempt building? Are you building from the git repository or from the release tarball? Which OS and version are you using?

@sebma
Copy link
Author

sebma commented Apr 20, 2017

Hi,
I used the git and tried to build it on SailFish OS v1.0

@rolinh
Copy link
Owner

rolinh commented Apr 21, 2017

I will try to build on SailFish OS over the weekend. In the meantime, you can try building without translation support:

$ mkdir build && cd build
$ cmake .. -DNLS_ENABLED=false
$ make

EDIT: I don't know if and how I could get access to a SailFish OS instance. In #15, you already tried building dfc for Android and now on another mobile platform. I actually fail to see the use case for that, could you please elaborate on what you're trying to achieve?

@sebma
Copy link
Author

sebma commented Apr 25, 2017

Hi, the option -DNLS_ENABLED=false worked, thanks.

I wanted to have your great tool on my two smartphones.

@rolinh
Copy link
Owner

rolinh commented Apr 30, 2017

Interesting. How do you use it on a smartphone since it is not designed for smartphones?

@sebma
Copy link
Author

sebma commented Apr 30, 2017

I can ssh to my Jolla smartphone and it's OS (SailFishOS) is a true Linux unlike Android devices :)

@rolinh
Copy link
Owner

rolinh commented Apr 30, 2017

Since I don't own a device with SailFish OS, I doubt that I could fix this issue. I still find the error message to be strange (po/nl.po file should exist).

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