[Qgis-developer] Compliation issues of sources using make on Linux Ubuntu

2015-05-11 Thread Florin-Daniel Cioloboc
Hello everyone, I am getting a rather strange message after using the make command, which is preventing me from compiling my sources for a plugin. As a result, the plugin doesn't show up in QGIS. Message: Compiled translation files to .qm files.

Re: [Qgis-developer] Compliation issues of sources using make on Linux Ubuntu

2015-05-11 Thread Florin-Daniel Cioloboc
Thanks for the reply Alessandro, Already done that. It still doesn't work yet, however I got the idea to source it: source scripts/run-env-linux.sh /usr/bin/qgis-2.2/ and it worked up, at least that command. Unfortunately, when running make test command it get the same permission error so at the

Re: [Qgis-developer] Compliation issues of sources using make on Linux Ubuntu

2015-05-11 Thread Florin-Daniel Cioloboc
Apparently, neither chmod +x scripts/compile-strings.sh nor chmod 001 scripts/compile-strings.sh work. Whenever I use make test: Compiled translation files to .qm files. make: execvp: scripts/compile-strings.sh:

Re: [Qgis-developer] Compliation issues of sources using make on Linux Ubuntu

2015-05-11 Thread Alessandro Pasotti
2015-05-11 10:44 GMT+02:00 Florin-Daniel Cioloboc cioloboc.flo...@gmail.com : Hello everyone, I am getting a rather strange message after using the make command, which is preventing me from compiling my sources for a plugin. As a result, the plugin doesn't show up in QGIS. Message:

Re: [Qgis-developer] Compliation issues of sources using make on Linux Ubuntu

2015-05-11 Thread Hugo Mercier
Hi, Make sure you are on a file system that support unix file execution permission (no ntfs) and that it is mounted correctly. Make also sure that the user running make is the same as the owner of all files. On 11/05/2015 12:16, Florin-Daniel Cioloboc wrote: Apparently, neither chmod +x

Re: [Qgis-developer] Compliation issues of sources using make on Linux Ubuntu

2015-05-11 Thread Florin-Daniel Cioloboc
Thank you, Hugo! That was a good tip, as I was checking the files I enabled the allow executing file as program. Whether that was the magic trick, I am unsure but in any case now it's working. Same goes for the import qgis.core in the Ubuntu terminal, no more import errors. Hopefully, I can