Re: [e-users] EFL compile problem

2024-06-07 Thread Carsten Haitzler
On Wed, 5 Jun 2024 19:18:01 -0400 Conrad Knight said: fixed. :) > Hi, > > I just did the usual updates on my system today and that included > pulling the latest efl sources using AUR (the efl-git package). But i > quickly ran into a problem... meson ran fine, but as soon as ninja > started the

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
red: false) eina_ext_deps += [execinfo] - c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args], + c_args : eina_c_args, I am not an expert in this domain Best regards Le jeu. 6 juin 2024 à 11:56, Masaru Nomiya a écrit : > > Hello, > > In the Message; > > Subject

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 : ein

Re: [e-users] EFL compile problem

2024-06-06 Thread Vincent Torri
lo, > > > > > > 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 &am

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
t; > > 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: > > >

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

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> ind

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 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

Re: [e-users] EFL compile problem

2024-06-05 Thread Philippe Jean Guillaumie
I update the Enlightenment ecosystem on a daily basis. Everything was okay before commit 1cd130ac09. This commit is the obvious culprit. Le 06/06/2024 à 08:23, Vincent Torri a écrit : On Thu, Jun 6, 2024 at 7:59 AM Philippe Jean Guillaumie wrote: EFL fails to build on all my Ubuntu systems (

Re: [e-users] EFL compile problem

2024-06-05 Thread Vincent Torri
On Thu, Jun 6, 2024 at 7:59 AM Philippe Jean Guillaumie wrote: > > EFL fails to build on all my Ubuntu systems (22.04 LTS and 24.04 LTS) > > Same errors: > > gcc: warning: : linker input file unused because linking not done > gcc: error: : linker input file not found: No such file or directory > n

Re: [e-users] EFL compile problem

2024-06-05 Thread Philippe Jean Guillaumie
EFL fails to build on all my Ubuntu systems (22.04 LTS and 24.04 LTS) Same errors: gcc: warning: : linker input file unused because linking not done gcc: error: : linker input file not found: No such file or directory ninja: build stopped: subcommand failed. Le 06/06/2024 à 06:35, Vincent Torr

Re: [e-users] EFL compile problem

2024-06-05 Thread Vincent Torri
hello i have no clue about this error (except maybe a problem with ccache), but the commit about constness is only for Windows Vincent On Thu, Jun 6, 2024 at 1:19 AM Conrad Knight wrote: > > Hi, > > I just did the usual updates on my system today and that included > pulling the latest efl sourc

[e-users] EFL compile problem

2024-06-05 Thread Conrad Knight
Hi, I just did the usual updates on my system today and that included pulling the latest efl sources using AUR (the efl-git package). But i quickly ran into a problem... meson ran fine, but as soon as ninja started the compile process i got errors: ninja: Entering directory `build' [1/2065] Compi

Re: [e-users] efl compile problem

2013-01-13 Thread maderios
On 01/13/2013 04:53 AM, Carsten Haitzler (The Rasterman) wrote: > On Sat, 12 Jan 2013 16:37:32 +0100 maderios said: > > i can't confirm as i dont see the problem - but i put in a commit (82711) that > should maybe fix this... :) can you confirm? > Hi rev 82713 debian wheezy/testing system kernel 3

Re: [e-users] efl compile problem

2013-01-12 Thread The Rasterman
On Sat, 12 Jan 2013 16:37:32 +0100 maderios said: i can't confirm as i dont see the problem - but i put in a commit (82711) that should maybe fix this... :) can you confirm? > After libc6 reinstall, checking ld conf, etc..., I get this error > rev 82701 > Last lines: > > CCLD bin/evas/loade

[e-users] efl compile problem

2013-01-12 Thread maderios
After libc6 reinstall, checking ld conf, etc..., I get this error rev 82701 Last lines: CCLD bin/evas/loaders/xpm/module.la CCLD lib/evas/common/libevas_op_blend_sse3.la CCLD lib/embryo/libembryo.la CCLD bin/evas/evas_cserve2_client CCLD bin/evas/evas_cserve2_usage CCLD

[e-users] efl compile problem

2013-01-12 Thread maderios
It's libc6-2.13-37 (testing) debian package and not 2.13-38 (sid) Sorry -- Maderios "Art is meant to disturb. Science reassures." "L'art est fait pour troubler. La science rassure" (Georges Braque) -- Master Visual Stud

[e-users] efl compile problem

2013-01-12 Thread maderios
Hi I tried to compile several times efl but I got always same error. It seems there's problem with file librt.so.1 (libc6-2.13.38 debian package) First lines of /lib/x86_64-linux-gnu/librt.so.1 /lib/x86_64-linux-gnu/librt.so.1 /lib/x86_64-linux-gnu/librt.so.1: symbolic link to `librt-2.13.so' 00