Re: [e-users] Build error in efl

2019-09-30 Thread Pierre Couderc
On 9/30/19 10:24 AM, Pierre Couderc wrote: On a previous efl build, I push from git, I try to build : ninja I get : ninja: error: opening build log: Permission denied I do not know where are these ninja logs but meson-logs seem have corrects rights... Thank you all for these fine

Re: [e-users] Build error in efl

2019-09-30 Thread The Rasterman
On Mon, 30 Sep 2019 10:24:45 +0200 Pierre Couderc said: > On a previous efl build, I push from git, I try to build : > > ninja > > I get : > > ninja: error: opening build log: Permission denied > > I do not know where are these ninja logs but meson-logs seem have > corrects rights... this

Re: [e-users] Build error in efl

2019-09-30 Thread Carla Sensa
Hello, Run the following command first: sudo chown $USER:$USER build/.ninja* (.ninja_log and .ninja_deps are probably owned by root) Running Ubuntu or Linux Mint? Then you should check out batden's scripts ;-) https://github.com/batden Le 30/09/2019 à 10:24, Pierre Couderc a écrit : > On a

Re: [e-users] Build error in efl

2019-09-30 Thread Massimo Maiurana
Ninja log is in build subdir. Are you in that subdir when you run ninja? If not you should use "ninja -c build" instead. Are the sources configured with meson? If not you should run "meson . build" in order to have a build subdir where you can run ninja. Massimo Maiurana Pierre Couderc ha

[e-users] Build error in efl

2019-09-30 Thread Pierre Couderc
On a previous efl build, I push from git, I try to build : ninja I get : ninja: error: opening build log: Permission denied I do not know where are these ninja logs but meson-logs seem have corrects rights... ___ enlightenment-users mailing