Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
I got this git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 1cd130a Eina: fix constness compilation error with gcc 14 + patch -Np1 -i ../linker.patch (Patch is indented 1 space.) patching file src/lib/eina/meson.build patch: malforme

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
On Thu, Jun 6, 2024 at 2:17 PM daniel antoine wrote: > > do you mean just that > > diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build > index 4ab37d2112..c50a06b59b 100644 > --- a/src/lib/eina/meson.build > +++ b/src/lib/eina/meson.build > @@ -371,17 +371,17 @@ eina_ext_deps += [ic

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
do you mean just that diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index 4ab37d2112..c50a06b59b 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build @@ -371,17 +371,17 @@ eina_ext_deps += [iconv] execinfo = cc.find_library('execinfo', required: false) eina_ext

Re: [e-users] EFL compile problem

2024-06-06 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] EFL compile problem Message-ID : Date & Time: Thu, 6 Jun 2024 10:35:38 +0200 [VT] == Vincent Torri has written: [...] VT>> - c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args], VT>> + c_args : eina_c_args VT> see my last msg

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
On Thu, Jun 6, 2024 at 11:22 AM daniel antoine wrote: > > Hi Vincent > > I run in the compile error with commit > 1cd130ac096bd2148d4c0f6e54864413284e0963 , you talk about a patch, if > you want I can try it please try it. don't forget the missing colon that i have mentioned. I'm waiting for some

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
Hi Vincent I run in the compile error with commit 1cd130ac096bd2148d4c0f6e54864413284e0963 , you talk about a patch, if you want I can try it Best regards Daniel Le jeu. 6 juin 2024 à 10:36, Vincent Torri a écrit : > > On Thu, Jun 6, 2024 at 10:30 AM Masaru Nomiya wrote: > > > > Hello, > > >

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
On Thu, Jun 6, 2024 at 10:30 AM Masaru Nomiya wrote: > > Hello, > > Sorry, forgot to attach the error message. > > In the Message; > > Subject: Re: [e-users] EFL compile problem > Message-ID : <87v82mqyhu.wl-nom...@lake.dti.ne.jp> > Date & Time: > > [MN] == Masaru Nomiya has written: >

Re: [e-users] EFL compile problem

2024-06-06 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] EFL compile problem Message-ID : Date & Time: Thu, 6 Jun 2024 09:24:51 +0200 [VT] == Vincent Torri has written: VT> try that patch VT> diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build VT> index 4ab37d2112..c50a06b59

Re: [e-users] EFL compile problem

2024-06-06 Thread Masaru Nomiya
Hello, Sorry, forgot to attach the error message. In the Message; Subject: Re: [e-users] EFL compile problem Message-ID : <87v82mqyhu.wl-nom...@lake.dti.ne.jp> Date & Time: [MN] == Masaru Nomiya has written: MN> Hello, MN> In the Message; MN> Subject: Re: [e-users] EFL co

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
On Thu, Jun 6, 2024 at 9:24 AM Vincent Torri wrote: > > try that patch > > > diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build > index 4ab37d2112..c50a06b59b 100644 > --- a/src/lib/eina/meson.build > +++ b/src/lib/eina/meson.build > @@ -371,17 +371,17 @@ eina_ext_deps += [iconv] >

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
try that patch diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index 4ab37d2112..c50a06b59b 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build @@ -371,17 +371,17 @@ eina_ext_deps += [iconv] execinfo = cc.find_library('execinfo', required: false) eina_ext_deps