Re: [E-devel] Time for efl-one

2020-05-27 Thread Vincent Torri
meson error On Wed, May 27, 2020 at 6:25 PM Marcel Hollerbach wrote: > > Is that a meson or a ninja error ? > Can you post your build.ninja if the later ? > > On 5/27/20 6:15 PM, Vincent Torri wrote: > > Hello > > > > meson is failing on Windows (after a pull) and without efl-one : > > > > ERROR:

Re: [E-devel] Time for efl-one

2020-05-27 Thread Marcel Hollerbach
Is that a meson or a ninja error ? Can you post your build.ninja if the later ? On 5/27/20 6:15 PM, Vincent Torri wrote: Hello meson is failing on Windows (after a pull) and without efl-one : ERROR: Multiple producers for Ninja target "C:_Documents_msys2_home_vincent.torri_gitroot_64_efl2_src_

Re: [E-devel] Time for efl-one

2020-05-27 Thread Marcel Hollerbach
Hi, On 5/27/20 6:23 PM, Ross Vandegrift wrote: On Wed, May 27, 2020 at 11:34:57AM +0200, Marcel Hollerbach wrote: after quite a big amount of work we have successfully landed this morning a update to our build system which enables to build efl as a single big .so instead of multiple seperated .

Re: [E-devel] Time for efl-one

2020-05-27 Thread Ross Vandegrift
On Wed, May 27, 2020 at 11:34:57AM +0200, Marcel Hollerbach wrote: > after quite a big amount of work we have successfully landed this morning a > update to our build system which enables to build efl as a single big .so > instead of multiple seperated .so's. The layout is that every single .so is

Re: [E-devel] Time for efl-one

2020-05-27 Thread Vincent Torri
Hello meson is failing on Windows (after a pull) and without efl-one : ERROR: Multiple producers for Ninja target "C:_Documents_msys2_home_vincent.torri_gitroot_64_efl2_src_modules_evas_image_loaders_eet_evas_image_load_eet.c.obj". Please rename your targets. Vincent On Wed, May 27, 2020 at 4:2

Re: [E-devel] Time for efl-one

2020-05-27 Thread Marcel Hollerbach
Hi, yep, that is a missed dependency, I think i know what went wrong. Will merge a fix tomorrow. :) Thank you a lot for the report, bu5hm4n On 5/27/20 4:25 PM, Quelrond wrote: Hi, Trying to build on FreeBSD with the new option: [1959/4907] Compiling C object 'src/bin/elementary/aea585

Re: [E-devel] Time for efl-one

2020-05-27 Thread Quelrond
Hi, Trying to build on FreeBSD with the new option: [1959/4907] Compiling C object 'src/bin/elementary/aea5856@@elementary_test@sha/test_efl_gfx_vg_value_provider.c.o' FAILED: src/bin/elementary/aea5856@@elementary_test@sha/test_efl_gfx_vg_value_provider.c.o cc -Isrc/bin/elementary/aea5856@@e

[E-devel] JS bindings

2020-05-27 Thread Przemyslaw Mackowiak
Hi Folks. Is it possible to build JS bindings ? It seems that meson does not let for it: option('bindings',   type : 'array',   choices : ['luajit', 'cxx', 'mono'],   value : ['luajit', 'cxx'],   description : 'Which auto-generated language bindings for efl to enable', ) On the other hand the

[E-devel] Time for efl-one

2020-05-27 Thread Marcel Hollerbach
Hi, after quite a big amount of work we have successfully landed this morning a update to our build system which enables to build efl as a single big .so instead of multiple seperated .so's. The layout is that every single .so is merged into efl-one.so except: - eolian: no normal app would ben