Translating into Arabic - Testing Problems

• Jun 21, 2009 - 08:22

Hi,
I managed to compile the trunk successfully. But, ...

On testing the binary I found nothing in Arabic excepting Qt native arabised strings. To my dismay, I found out I hadn't followed the steps mentioned in the Development/Translation section. So, I proceeded to do the missing steps. But, whenever I do "make lrelease" within the build directory I receive:

[hosadeeb@bedroom build]$ sudo make lrelease
Password:
/bin/sh: /home/hosadeeb/Download/trunk/mscore/gen-qt-projectfile: Permission denied
make[3]: *** [CMakeFiles/lrelease] Error 126
make[2]: *** [CMakeFiles/lrelease.dir/all] Error 2
make[1]: *** [CMakeFiles/lrelease.dir/rule] Error 2
make: *** [lrelease] Error 2

As you can see, this happens even when I'm superuser! I noticed that making the file executable makes it invisible to the make script... Searching the site for relevant comments, it appears I'm not the only one receiving such error messages. But I found no suggestions or pieces of advice.

As I understand from the described steps, I needn't recompile the whole programme (it took more than 9 whole hours on my old Pentium V); only the language files, right?

Thanks and regards.

Hosam Adeeb Nashed


Comments

In reply to by Thomas

Er, well, this didn't solve my problem...
I just received a different error message

[hosadeeb@bedroom build]$ make lrelease
make[3]: lrelease: Command not found
make[3]: *** [CMakeFiles/lrelease] Error 127
make[2]: *** [CMakeFiles/lrelease.dir/all] Error 2
make[1]: *** [CMakeFiles/lrelease.dir/rule] Error 2
make: *** [lrelease] Error 2

Does this provide any more insight?

Hosam Adeeb Nashed

In reply to by [DELETED] 5

Finally!
I found out that my PATH env variable has, for some reason, reverted to before my installations (spooky!!), but once this is re-remedied all went well.
But for completion, I had downloaded Qt from Nokia's site.

Phew!!!

Hosam Adeeb Nashed

Do you still have an unanswered question? Please log in first to post your question.