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 += [iconv]
> execinfo = cc.find_library('execinfo', required: false)
> eina_ext_deps += [execinfo]
> -  c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args],
> +  c_args : eina_c_args,

yes


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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 someone  to tell me that the patch is fixing this
issue

Vincent

> 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,
> > >
> > > 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
> > > MN>   Message-ID : 
> > > 
> > > MN>   Date & Time: Thu, 6 Jun 2024 09:24:51 +0200
> > >
> > > MN> [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..c50a06b59b 100644
> > > VT>  --- a/src/lib/eina/meson.build
> > > VT>  +++ b/src/lib/eina/meson.build
> > > VT>  @@ -371,17 +371,17 @@ eina_ext_deps += [iconv]
> > > VT>   execinfo = cc.find_library('execinfo', required: false)
> > > VT>   eina_ext_deps += [execinfo]
> > > MN> [...]
> > > VT>  -  c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args],
> > > VT>  +  c_args : eina_c_args
> >
> > see my last msg : missing comma at the end above (I did the diff
> > before saving file...)
> >
> > Vincent
> >
> >
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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:
>
> MN> Hello,
>
> MN> In the Message;
>
> MN>   Subject: Re: [e-users] EFL compile problem
> MN>   Message-ID : 
> 
> MN>   Date & Time: Thu, 6 Jun 2024 09:24:51 +0200
>
> MN> [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..c50a06b59b 100644
> VT>  --- a/src/lib/eina/meson.build
> VT>  +++ b/src/lib/eina/meson.build
> VT>  @@ -371,17 +371,17 @@ eina_ext_deps += [iconv]
> VT>   execinfo = cc.find_library('execinfo', required: false)
> VT>   eina_ext_deps += [execinfo]
> MN> [...]
> VT>  -  c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args],
> VT>  +  c_args : eina_c_args

see my last msg : missing comma at the end above (I did the diff
before saving file...)

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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]
>  execinfo = cc.find_library('execinfo', required: false)
>  eina_ext_deps += [execinfo]
>
> -iconv_c_args = ''
> +eina_c_args = [package_c_args, '-DEINA_BUILD']
>  if sys_windows == true
> bcrypt = cc.find_library('bcrypt', required: true)
> eina_ext_deps += [bcrypt]
> if iconv.found()
> - iconv_c_args = '-DWINICONV_CONST='
> + eina_c_args += '-DWINICONV_CONST='
> endif
>  endif
>
>  eina_lib = library('eina', eina_src,
> -  c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args],
> +  c_args : eina_c_args

missing  comma at the end of the previous line

>include_directories : config_dir,
>dependencies: eina_ext_deps + [eina_deps, evil],
>install: true,
>
>
>
> On Thu, Jun 6, 2024 at 8:47 AM Philippe Jean Guillaumie  wrote:
> >
> > 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 (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.
> > >
> > > and if you revert my patch,it works ?
> > >
> > > Vincent
> > >
> > >>
> > >> Le 06/06/2024 à 06:35, Vincent Torri a écrit :
> > >>> 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 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] Compiling C object 
> > >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> > >>>> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> > >>>> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> > >>>> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> > >>>> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> > >>>> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> > >>>> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> > >>>> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> > >>>> -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
> > >>>> -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security
> > >>>> -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
> > >>>> -mno-omit-leaf-frame-pointer -g
> > >>>> -ffile-prefix-map=/usr/src/aur/efl-git/src=/usr/src/debug/efl-git
> > >>>> -flto=auto -fvisibility=hidden -fPIC -pthread
> > >>>> '-DPACKAGE_DATA_DIR="/usr/share/eina"' -DNEED_RUN_IN_TREE=1
> > >>>> -DEFL_BUILD=1 -DEINA_BUILD '' -MD -MQ
> > >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -MF
> > >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o.d -o
> > >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -c
> > >>>> ../src/lib/eina/eina_abi.c
> > >>>> cc: warning: : linker input file unused because linking not done
> > >>>> cc: error: : linker input file not found: No such file or directory
> > >>>> [2/2065] Compiling C object 
> &g

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 += [execinfo]

-iconv_c_args = ''
+eina_c_args = [package_c_args, '-DEINA_BUILD']
 if sys_windows == true
bcrypt = cc.find_library('bcrypt', required: true)
eina_ext_deps += [bcrypt]
if iconv.found()
- iconv_c_args = '-DWINICONV_CONST='
+ eina_c_args += '-DWINICONV_CONST='
endif
 endif

 eina_lib = library('eina', eina_src,
-  c_args : [package_c_args, '-DEINA_BUILD', iconv_c_args],
+  c_args : eina_c_args
   include_directories : config_dir,
   dependencies: eina_ext_deps + [eina_deps, evil],
   install: true,



On Thu, Jun 6, 2024 at 8:47 AM Philippe Jean Guillaumie  wrote:
>
> 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 (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.
> >
> > and if you revert my patch,it works ?
> >
> > Vincent
> >
> >>
> >> Le 06/06/2024 à 06:35, Vincent Torri a écrit :
> >>> 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 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] Compiling C object 
> >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> >>>> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> >>>> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> >>>> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> >>>> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> >>>> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> >>>> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> >>>> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> >>>> -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
> >>>> -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security
> >>>> -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
> >>>> -mno-omit-leaf-frame-pointer -g
> >>>> -ffile-prefix-map=/usr/src/aur/efl-git/src=/usr/src/debug/efl-git
> >>>> -flto=auto -fvisibility=hidden -fPIC -pthread
> >>>> '-DPACKAGE_DATA_DIR="/usr/share/eina"' -DNEED_RUN_IN_TREE=1
> >>>> -DEFL_BUILD=1 -DEINA_BUILD '' -MD -MQ
> >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -MF
> >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o.d -o
> >>>> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -c
> >>>> ../src/lib/eina/eina_abi.c
> >>>> cc: warning: : linker input file unused because linking not done
> >>>> cc: error: : linker input file not found: No such file or directory
> >>>> [2/2065] Compiling C object 
> >>>> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o
> >>>> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o
> >>>> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> >>>> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> >>>> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> >>>> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> >>>> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> >>

Re: [e-users] EFL compile problem

2024-06-06 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
> ninja: build stopped: subcommand failed.

and if you revert my patch,it works ?

Vincent

>
> Le 06/06/2024 à 06:35, Vincent Torri a écrit :
> > 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 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] Compiling C object src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> >> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> >> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> >> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> >> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> >> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> >> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> >> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> >> -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
> >> -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security
> >> -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
> >> -mno-omit-leaf-frame-pointer -g
> >> -ffile-prefix-map=/usr/src/aur/efl-git/src=/usr/src/debug/efl-git
> >> -flto=auto -fvisibility=hidden -fPIC -pthread
> >> '-DPACKAGE_DATA_DIR="/usr/share/eina"' -DNEED_RUN_IN_TREE=1
> >> -DEFL_BUILD=1 -DEINA_BUILD '' -MD -MQ
> >> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -MF
> >> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o.d -o
> >> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -c
> >> ../src/lib/eina/eina_abi.c
> >> cc: warning: : linker input file unused because linking not done
> >> cc: error: : linker input file not found: No such file or directory
> >> [2/2065] Compiling C object 
> >> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o
> >> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o
> >> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> >> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> >> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> >> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> >> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> >> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> >> -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
> >> -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security
> >> -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
> >> -mno-omit-leaf-frame-pointer -g
> >> -ffile-prefix-map=/usr/src/aur/efl-git/src=/usr/src/debug/efl-git
> >> -flto=auto -fvisibility=hidden -fPIC -pthread
> >> '-DPACKAGE_DATA_DIR="/usr/share/eina"' -DNEED_RUN_IN_TREE=1
> >> -DEFL_BUILD=1 -DEINA_BUILD '' -MD -MQ
> >> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o -MF
> >> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o.d -o
> >> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o -c
> >> ../src/lib/eina/eina_accessor.c
> >> cc: warning: : linker input file unused because linking not done
> >> cc: error: : linker input file not found: No such file or directory
> >> [3/2065] Compiling C object 
> >> src/lib/eina/libeina.so.1.27.99.p/eina_binshare.c.o
> >> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_binshare.c.o
> >> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> >> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> >> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> >> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> >> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> >> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> >> -march=x86-64 -mtune=g

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 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] Compiling C object src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o
> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
> -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security
> -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
> -mno-omit-leaf-frame-pointer -g
> -ffile-prefix-map=/usr/src/aur/efl-git/src=/usr/src/debug/efl-git
> -flto=auto -fvisibility=hidden -fPIC -pthread
> '-DPACKAGE_DATA_DIR="/usr/share/eina"' -DNEED_RUN_IN_TREE=1
> -DEFL_BUILD=1 -DEINA_BUILD '' -MD -MQ
> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -MF
> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o.d -o
> src/lib/eina/libeina.so.1.27.99.p/eina_abi.c.o -c
> ../src/lib/eina/eina_abi.c
> cc: warning: : linker input file unused because linking not done
> cc: error: : linker input file not found: No such file or directory
> [2/2065] Compiling C object 
> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o
> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o
> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
> -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security
> -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
> -mno-omit-leaf-frame-pointer -g
> -ffile-prefix-map=/usr/src/aur/efl-git/src=/usr/src/debug/efl-git
> -flto=auto -fvisibility=hidden -fPIC -pthread
> '-DPACKAGE_DATA_DIR="/usr/share/eina"' -DNEED_RUN_IN_TREE=1
> -DEFL_BUILD=1 -DEINA_BUILD '' -MD -MQ
> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o -MF
> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o.d -o
> src/lib/eina/libeina.so.1.27.99.p/eina_accessor.c.o -c
> ../src/lib/eina/eina_accessor.c
> cc: warning: : linker input file unused because linking not done
> cc: error: : linker input file not found: No such file or directory
> [3/2065] Compiling C object 
> src/lib/eina/libeina.so.1.27.99.p/eina_binshare.c.o
> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_binshare.c.o
> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
> -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security
> -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer
> -mno-omit-leaf-frame-pointer -g
> -ffile-prefix-map=/usr/src/aur/efl-git/src=/usr/src/debug/efl-git
> -flto=auto -fvisibility=hidden -fPIC -pthread
> '-DPACKAGE_DATA_DIR="/usr/share/eina"' -DNEED_RUN_IN_TREE=1
> -DEFL_BUILD=1 -DEINA_BUILD '' -MD -MQ
> src/lib/eina/libeina.so.1.27.99.p/eina_binshare.c.o -MF
> src/lib/eina/libeina.so.1.27.99.p/eina_binshare.c.o.d -o
> src/lib/eina/libeina.so.1.27.99.p/eina_binshare.c.o -c
> ../src/lib/eina/eina_binshare.c
> cc: warning: : linker input file unused because linking not done
> cc: error: : linker input file not found: No such file or directory
> [4/2065] Compiling C object 
> src/lib/eina/libeina.so.1.27.99.p/eina_benchmark.c.o
> FAILED: src/lib/eina/libeina.so.1.27.99.p/eina_benchmark.c.o
> ccache cc -Isrc/lib/eina/libeina.so.1.27.99.p -Isrc/lib/eina
> -I../src/lib/eina -I. -I.. -I/usr/include/valgrind
> -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -fvisibility=hidden -Wpointer-arith -Wunused-parameter -Wsign-compare
> -Wno-missing-field-initializers -DHAVE_CONFIG_H=1 -D_GNU_SOURCE=1
> -DEFL_BETA_API_SUPPORT=1 -DELM_INTERNAL_API_ARGESFSDFEFC=1
> -march=x86-64 -mtune=generic -O2 

Re: [e-users] Packaging EFL

2024-05-03 Thread Vincent Torri
hello

On Fri, May 3, 2024 at 10:30 PM Phil Otken  wrote:
>
> After a rebuild of the OS, I compiled EFL successfully. Rather than run the
>
> sudo ninja -C build install
>
> command, I'd like to package it in an RPM. I can see where all the
> libraries are, so creating the *efl.rpm* appears straightforward. OTOH, to
> compile e, terminology, etc., I believe I also need to create
> *efl-devel.rpm* as well.
>
> I believe all the header files, *.h need to go into the rpm; the question I
> have is, are there any other files I need to include in the devel package?

i guess that all the files except the libraries and tools should go to
that rpm (like the .pc files, checkme files, a dbus file (for ethumb))

you can also look at
https://packages.ubuntu.com/noble/amd64/libefl-all-dev/filelist

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL 1.27.0 creation of RPM using spec/efl.spec.in

2024-03-01 Thread Vincent Torri
On Sat, Mar 2, 2024 at 6:04 AM Phil Otken  wrote:
>
> *Background*: I am in the process of re-building an Oracle Linux 9.3 server
> <https://www.linkedin.com/pulse/rebuilding-linux-server-index-articles-overlogix-9tmvf>
> (this is a downstream RHEL derivative, stable and conservative), got it to
> compile yesterday and stopped there to *RTFM*.
>
> Currently installed are the latest Fedora packages as a temporary measure
> while the build issues are sorted out. They work OK, but depend on Wayland,
> and freeze the whole computer if the KVM switch is used. Undesirable,
> unstable, hence the build.
>
> *Issue I need help with*: I see the file *spec/efl.spec.in
> <http://efl.spec.in>*, tried to find instructions to use it, didn't find
> any. I gather this file is a template used to process somehow into a usable
> *efl.spec*, which can in turn be used to process to a binary RPM package,
> and possibly also a source RPM package, very desirable. I also suspect that
> meson is used somehow to process this file, couldn't find appropriate
> material after a lot of searching. Bard and ChatGPT confidently
> hallucinated on the topic.
>
> Does anyone on this list have this type of packaging experience? How can
> this file be used, and what are the steps? Please dumb it down for me to
> fifth grader level; my expertise is elsewhere.

hello

i've no experience in building an rpm package but here are some hints anyway:
 * efl.spec.in are files where some content between 2 arobase (@) are
replaced with a value. Here it is @VERSION@
* to have a correct efl.spec, just copy efl.spec.in to efl.spec and
replace @VERSION@ to
1.26.0 or whatever version of the EFL you have downloaded
* then build the rpm from this spec file

note that the file is old and changes in the EFL have been done. You
should find an efl.spec from a distro instead of using it

regards

Vincent Torri


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] efl and c++

2023-11-08 Thread Vincent Torri
On Wed, Nov 8, 2023 at 10:06 AM Vincent Torri  wrote:
>
> On Wed, Nov 8, 2023 at 9:55 AM Pierre Couderc via enlightenment-users
>  wrote:
> >
> > Is there a topic to introduce efl under C++.
>
> i don't know one in c++
>
> it's not the answer you want, but there is one in C# :
> https://www.enlightenment.org/develop/tutorials/csharp/start.md
>
> maybe it could help
>
> vincent

maybe

src/tests/elementary_cxx/

there is a couple of files here

Vincent



>
> > I have  a problem with "hello world" in Unified C API
> >
> > If I compile
> > https://www.enlightenment.org/develop/tutorials/c/hello-world-gui.md
> > with C++ (linux), all is fine.
> >
> > Il I had a thread, it fails with nothing displayed  :
> >
> > void start()
> > {
> >
> >  while(1)
> >  {
> >  sleep(1);
> >  }
> >  return;
> > }
> > //**  main
> > ***
> > EAPI_MAIN void
> > efl_main(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED)
> > {
> >  _gui_setup();
> >  thread wait(start);
> >  wait.join();
> >
> > }
> > EFL_MAIN()
> >
> > Thanks.
> >
> > PC
> >
> >
> >
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] efl and c++

2023-11-08 Thread Vincent Torri
On Wed, Nov 8, 2023 at 9:55 AM Pierre Couderc via enlightenment-users
 wrote:
>
> Is there a topic to introduce efl under C++.

i don't know one in c++

it's not the answer you want, but there is one in C# :
https://www.enlightenment.org/develop/tutorials/csharp/start.md

maybe it could help

vincent

> I have  a problem with "hello world" in Unified C API
>
> If I compile
> https://www.enlightenment.org/develop/tutorials/c/hello-world-gui.md
> with C++ (linux), all is fine.
>
> Il I had a thread, it fails with nothing displayed  :
>
> void start()
> {
>
>  while(1)
>  {
>  sleep(1);
>  }
>  return;
> }
> //**  main
> ***
> EAPI_MAIN void
> efl_main(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED)
> {
>  _gui_setup();
>  thread wait(start);
>  wait.join();
>
> }
> EFL_MAIN()
>
> Thanks.
>
> PC
>
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Lost in EFL Unified C API...

2023-11-06 Thread Vincent Torri
On Mon, Nov 6, 2023 at 11:38 AM Pierre Couderc via enlightenment-users
 wrote:
>
> I have made a box including :
>
>   show = efl_add(EFL_UI_TEXTBOX_CLASS, bx,
>   efl_text_set(efl_added, "0"),
>   efl_text_font_size_set(efl_added, 48),
>   efl_pack(bx, efl_added));
>
> It works fine but I want to center the text.
>
> 1- How to do ?
>
> 2- How should I have thinked to have found it myself without asking on
> the user list ?

if you don't find an answer here :
https://www.enlightenment.org/develop/tutorials/c/start.md you can
look at the examples in src/examples and also in elementary tests :
src/bin/elementary. This is what I usually do

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Capitole du Libre 2023

2023-08-10 Thread Vincent Torri
On Thu, Aug 10, 2023 at 5:08 PM michael bouchaud
 wrote:
>
> Hi Guillaume,
>
> I sent you an email about this event.
>
> Regards

Is Nico still in Toulouse? I don't know if he is still interested in open source

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] python-efl build error

2023-07-20 Thread Vincent Torri
On Thu, Jul 20, 2023 at 4:18 PM daniel antoine  wrote:
>
> Finally I have succeeded to compile python-elf by lowering the version
> of python-packaging from 23.1 to 21.3. The version 21.3 has a setup.py
> file. Since the version 22.0 python-packaging can only be compiled
> with pip3 (no setup.py file)
> I suppose there is an incompatibility for python -efl to be compiled
> with python dependencies compiled with pip3 (wheel problem ?)
> Best regards

i've found this :

https://stackoverflow.com/a/42225029

Vincent


> Daniel
>
> Le mer. 19 juil. 2023 à 11:34, daniel antoine  a écrit :
> >
> > Hi I have tried to compile python-efl with pip3 but i have the same
> > problem. python-packaging is present in the build file
> > ===> name: python-efl
> > ===> version: 1.26.0
> > ===> release: 1
> > ===> Building starting...
> > + prepare
> > + git clone https://git.enlightenment.org/enlightenment/python-efl
> > python-efl-1.26.0
> > Cloning into 'python-efl-1.26.0'...
> > + cd python-efl-1.26.0
> > + git checkout d1b4512e52a2d9d22ebf4ed87037a7416ff8b8cd
> > Note: switching to 'd1b4512e52a2d9d22ebf4ed87037a7416ff8b8cd'.
> >
> > You are in a 'detached HEAD' state. You can look around, make experimental
> > changes and commit them, and you can discard any commits you make in this
> > state without impacting any branches by switching back to a branch.
> >
> > If you want to create a new branch to retain commits you create, you may
> > do so (now or later) by using -c with the switch command. Example:
> >
> >   git switch -c 
> >
> > Or undo this operation with:
> >
> >   git switch -
> >
> > Turn off this advice by setting config variable advice.detachedHead to false
> >
> > HEAD is now at d1b4512 open new development phase
> > + build
> > + cd python-efl-1.26.0
> > + pip3 wheel -w dist --no-build-isolation --no-deps
> > /tmp/work/src/python-efl-1.26.0
> > Processing /tmp/work/src/python-efl-1.26.0
> >   Preparing metadata (pyproject.toml): started
> >   Preparing metadata (pyproject.toml): finished with status 'error'
> >   error: subprocess-exited-with-error
> >
> >   × Preparing metadata (pyproject.toml) did not run successfully.
> >   │ exit code: 1
> >   ╰─> [14 lines of output]
> >   Traceback (most recent call last):
> > File 
> > "/usr/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
> > line 353, in 
> >   main()
> > File 
> > "/usr/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
> > line 335, in main
> >   json_out['return_val'] = hook(**hook_input['kwargs'])
> > File 
> > "/usr/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
> > line 149, in prepare_metadata_for_build_wheel
> >   return hook(metadata_directory, config_settings)
> > File "/usr/lib/python3.9/site-packages/setuptools/build_meta.py",
> > line 166, in prepare_metadata_for_build_wheel
> >   self.run_setup()
> > File "/usr/lib/python3.9/site-packages/setuptools/build_meta.py",
> > line 150, in run_setup
> >   exec(compile(code, __file__, 'exec'), locals())
> > File "setup.py", line 11, in 
> >   from packaging.version import Version
> >   ModuleNotFoundError: No module named 'packaging'
> >   [end of output]
> >
> > Best regards
> >
> > Daniel
> >
> >
> > Le mar. 18 juil. 2023 à 15:09, daniel antoine  a écrit :
> > >
> > > Hi
> > > I have python version 3.9.17 and when I try to compile python-efl I
> > > have this error
> > > ===> name: python-efl
> > > ===> version: 1.26.0
> > > ===> release: 1
> > > ===> Building starting...
> > > + prepare
> > > + git clone https://git.enlightenment.org/enlightenment/python-efl
> > > python-efl-1.26.0
> > > Cloning into 'python-efl-1.26.0'...
> > > + cd python-efl-1.26.0
> > > + git checkout d1b4512e52a2d9d22ebf4ed87037a7416ff8b8cd
> > > Note: switching to 'd1b4512e52a2d9d22ebf4ed87037a7416ff8b8cd'.
> > >
> > > You are in 'detached HEAD' state. You can look around, make experimental
> > > changes and commit them, and you can discard any commits you make in this
> > > state without impacting any branches by switching back to a branch.
> > >
> > > If you want to create a new branch to retain commits you create, you may
> > > do so (now or later) by using -c with the switch command. Example:
> > >
> > >   git switch -c 
> > >
> > > Or undo this operation with:
> > >
> > >   git switch -
> > >
> > > Turn off this advice by setting config variable advice.detachedHead to 
> > > false
> > >
> > > HEAD is now at d1b4512 open new development phase
> > > + build
> > > + cd python-efl-1.26.0
> > > + python3 setup.py build
> > > Traceback (most recent call last):
> > >   File "/tmp/work/src/python-efl-1.26.0/setup.py", line 11, in 
> > > from packaging.version import Version
> > > ModuleNotFoundError: No module named 'packaging'
> > >
> > > Python-packaging is present with 

Re: [e-users] git clone error

2022-07-28 Thread Vincent Torri
On Thu, Jul 28, 2022 at 3:40 PM daniel antoine  wrote:
>
> Hi
>
> I try to compile enlightenment and i get an error after the git clone
> command , may be it is on my side I just wanted to know.
>
> + prepare
> + git clone https://git.enlightenment.org/enlightenment/enlightenment
> enlightenment-0.25.3
> Cloning into 'enlightenment-0.25.3'...
> error: 8192 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
>
> The content of my Pkgfile
> description="Enlightenment window manager"
> url="http://www.enlightenment.org/;
>
> packager="Yaolinux Team"
> maintainer="Dania"
>
> makedepends=(efl xcb-util-keysyms xwayland)
> run=(efl)
>
> set=(elementary)
>
> name=enlightenment
> version=0.25.3
>
> #Last commit on enlightenment repo
> _commit=225cbac56f67eae38417f5cd9111f7e6d1424284
>
> prepare() {
> git clone https://git.enlightenment.org/enlightenment/enlightenment
> $name-$version
>
> cd $name-$version
> git checkout ${_commit}
> }
>
> build() {
>
> mkdir build && cd build
>
> meson  --prefix=/usr   \
>-Dbuildtype=release \
>-Dwl=true   \
>../$name-$version
>
> ninja
> DESTDIR=$PKG ninja install
> }

hello

i've no answer to your problem, but it works here in a terminal:

$ git clone https://git.enlightenment.org/enlightenment/enlightenment
enlightenment-0.25.3
Cloning into 'enlightenment-0.25.3'...
remote: Enumerating objects: 196399, done.
remote: Counting objects: 100% (196399/196399), done.
remote: Compressing objects: 100% (52300/52300), done.
remote: Total 196399 (delta 147701), reused 190859 (delta 143711)
Receiving objects: 100% (196399/196399), 710.32 MiB | 5.83 MiB/s, done.
Resolving deltas: 100% (147701/147701), done.
Updating files: 100% (1424/1424), done.

so try to clone it in a terminal first.

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] New enlightenment git : Please delete my user account

2022-05-09 Thread Vincent Torri
On Mon, May 9, 2022 at 12:38 PM Philippe Jean Guillaumie  wrote:
>
> Thank you Vincent.
>
> Speaking about enlightenment git, do you plan to move Entice to this new
> website?

I'm not sure yet. I would like to have continuous integration. but
maybe if it is used and packaged, it's not needed

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] New enlightenment git : Please delete my user account

2022-05-09 Thread Vincent Torri
should be done

Vincent


On Mon, May 9, 2022 at 12:04 PM Philippe Jean Guillaumie 
wrote:

> Hello,
>
> I accidentally created an account on the new (gitea) enlightenment git.
> I did click on the suppress button but my user details still appears in
> the Explore > Users tab.
>
> Could someone please remove it?
>
> Thank you,
> Philippe
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-05-08 Thread Vincent Torri
On Sun, May 8, 2022 at 10:36 AM Carsten Haitzler  wrote:
>
> On Sun, 8 May 2022 08:25:08 +0200 Vincent Torri  
> said:
>
> > Hello
> >
> > some questions:
> >
> >  * must the phab wiki be rewritten somewhere else ?
>
> what does this mean?

if phab will be deleted/removed, all the content should be moved, no ?

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-05-08 Thread Vincent Torri
Hello

some questions:

 * must the phab wiki be rewritten somewhere else ?
 * is it possible to see all the repositories of all users and
organizations at the same time ?
 * can the display be more compact ? at least the "updated *** hours ago"
on the same line than the name of the repo ?

Vincent


On Sun, May 8, 2022 at 12:42 AM Carsten Haitzler 
wrote:

> Phabricator has been on life support for a while now. Upstream stopped
> development. Every new release of php gets stricter and phab breaks more
> each
> time. arcanist has become a non-working thing. It's time to move.
>
> In the spirit of that I have set up gitea on https://git.enlightenment.org
> - it
> pretty much is a miniature github that is self-hosted. It replaces
> gitolite and
> most of phabricator functionality in one. phab is still running for now but
> I'll kill it off soon enough (set it to read-only mode but still run it for
> reference to old tasks/reviews).
>
> This means git repository url's will have moved. If you explore the above
> you'll see where they are. I have not made all of them public (the default
> for
> importing is private and you have to manually go make each public, so I did
> this for repos that are not essentially archived off as history).
>
> This means developers also have to re-register accounts for commit access.
> It's easy - the web UI allows you to self-serve. The only thing that I
> need is
> for people to join so we can set up collaborators on the shared projects
> so you
> have commit access again (otherwise you only can commit to your own private
> repositories you set up). I've set up git commit emails again to the same
> mailing list so no change there.
>
> Gitea takes on the following tasks:
>
> Listing git repositories and browsing their trees, showing commits etc.
> Bug tracking (issues).
> Review (pull requests).
> Markdown/wiki per repo/project
> Organizations (shared code repository holders).
> ... and other smaller related code/repo etc. tasks.
>
> I may have to do some more minor fixing. I may have missed things, but I
> think
> the major things have been done. Yes - I know
> https://www.enlightenment.org
> still refers to phab in many places. That's something to sort out next.
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> Carsten Haitzler - ras...@rasterman.com
>
>
>
> ___
> enlightenment-devel mailing list
> enlightenment-de...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] New old Themes for Enlightenment and Terminology (Dark + More)

2022-02-20 Thread Vincent Torri
>
> Finally Someone can feel free to add any of these to extra.e.org (I
> forgot who did it last time).

this site seems to be down

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Edi (IDE Editor) fails to build with Meson version 0.61.0

2022-01-16 Thread Vincent Torri
hello

can you open a ticket in phab and add netstar as reviewer, please ?

Vincent

On Sat, Jan 15, 2022 at 6:03 PM Carla Sensa  wrote:
>
> Hello,
>
> Edi won't build on Ubuntu Jammy (development branch) or Arch (Endeavour)
> with meson 0.61.0.
>
> The compilation fails with error:
> "data/extra/templates/meson.build:8:2: ERROR: File skeletons/eflproject
> does not exist."
>
> Edi builds fine on Ubuntu Focal (meson 0.53.2) or
> Ubuntu Impish (meson 0.56.2).
>
> Complete output here:
> https://pastebin.com/qXYxym6S
>
> This part of the output may offer clues to what's going on:
>
> "data/extra/templates/meson.build:15: WARNING: Custom target input
> 'skeletons/eflproject' can't be converted to File object(s).
> This will become a hard error in the future.
> data/extra/templates/meson.build:15: WARNING: Custom target input
> 'skeletons/eflproject_python' can't be converted to File object(s).
> This will become a hard error in the future."
>
> Thank you.
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Where should I post an issue?

2022-01-07 Thread Vincent Torri
hello

On Sat, Jan 8, 2022 at 12:32 AM Sea Flea  wrote:
>
> Reading this page, https://www.enlightenment.org/contact, I found "We use 
> Phabricator for our bug tracking and Wiki. If you have a bug or issue, please 
> Report a bug."
>
> I created a Phabricator account and would like to post an issue (not a bug).  
> Using (https://phab.enlightenment.org/maniphest/task/edit/form/2/) I see I 
> can create a task?  If this is the proper place to submit an issue to whom 
> should the task be assigned?

It is the correct place. Assign it to billiob (Boris Faure)

regards

Vincent Torri

> The issue I'd like to submit is a request to reconfigure the right mouse 
> click in terminology to paste vs bringing up the pop-up menu.  Maybe 
> ctrl+right-mouse-click could display the terminology pop-up menu.
>
> Thanks.
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] New releases coming....

2021-12-13 Thread Vincent Torri
On Mon, Dec 13, 2021 at 4:19 PM Carsten Haitzler  wrote:
>
> Hi everyone!
>
> So ... I've pretty much finished things ready for a new round of releases. 
> Here
> are releases That I plan to do:
>
>   1. EFL 1.26
>   2. Enlightenment 0.25
>   3. Rage 0.4
>   4. Ecrire 0.2
>
> Rage an Ecrire are minor releases so not a lot to talk about here but they 
> will
> have minor improvements and bugfixes etc. Let's talk about EFL and E.
>
> EFL has mostly had bugfixes and ... flat theme work.

you can also add :

 * avif image loader and saver (with animation support)
 * heif image loader

I can add the jxl loader with anim support if the release is after friday

I have a software direct2d engine almost done but it will require some
tests, so it will be for the next release

> Apps that probably should get releases too:
>
>  * Entice

i'll do a release if i add the winlist support. Btw, if you think it's
better that entice is also in e git, no problem

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Linux Distro for Enlightenment

2021-09-02 Thread Vincent Torri
On Thu, Sep 2, 2021 at 9:44 AM Carsten Haitzler  wrote:
>
> On Wed, 1 Sep 2021 23:05:54 +0100 Wawrzek Niewodniczanski 
> said:
>
> > Hi,
> >
> > What distro would you suggest running on a laptop? Obviously, latest E
> > is a must.
>
> I use arch... :) If you look on enlightenment.org there is also information on
> how to add a repository I update relatively regularly with efl and
> enlightenment git builds (also entice, rage, terminology, ecrire, evisum) as
> well as the last stable releases if they are not in arch proper.
>
> enlightenment.org/docs/distros/archlinux-start.md
>
> That's a 1 liner to copy and paste to add the repositories. You could also try
> easier-to-install arch derivatives like Arco (which is basically arch with a
> gui installer front-end).
>
> But ... really it's up to you. I have enough to do without looking into every
> distro on the planet and trying to ensure it all works for all of them. Your
> mileage may vary. At some point I probably should go re-install arch from
> scratch in a VM and carefully document every package I add then list them as
> well as a guide to setting up/configuring any base services and what not so it
> will be an easy copy & paste to install a big list of packages (or add a new
> meta-package in arch that contains that list).

you can try to convince elivecd developers to switch from e17 to latest e

Vincent Torri


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] imlib2-1.7.2

2021-08-07 Thread Vincent Torri
hello

be sure you have bzip2.pc in /usr/lib/pkgconfig

if not, after seeing configure.ac, there should be another check to be
done to detect bzip2 (header + library files)

Vincent Torri

On Sat, Aug 7, 2021 at 9:20 AM Carla Sensa  wrote:
>
> Hello Kim,
>
> The bzip2 library is not detected at configure time.
> Is this the intended behavior?
>
> apt-cache show libbz2-dev
> Package: libbz2-dev
> Architecture: amd64
> Version: 1.0.8-2
> Multi-Arch: same
> Priority: optional
> Section: libdevel
> Source: bzip2
> Origin: Ubuntu
> ...
>
> (autogen -- latest git version)
> ...
> "checking whether to enable bzip2 support... auto
> checking for BZ2... no
> configure: WARNING: *** Native bz2 support will not be built (bzip2 not
> found) ***"
> ...
>
> imlib2 1.7.2
> -
>
> Configuration Options Summary:
>
> Image loaders:
>JPEG: yes
>PNG.: yes
>TIFF: yes
>GIF.: yes
>WEBP: yes
>ZLIB: yes
>BZIP2...: no
>ID3.: yes
> ...
>
> Le 27/07/2021 à 20:05, Kim Woelders a écrit :
> > Mostly a couple of minor loader fixes and maintenance.
> > A few specifics:
> >
> > imlib2 1.7.2:
> > - Restore file:key functionality (broken since 1.7.0)
> > - Add XBM loader
> >
> > imlib2_loaders 1.7.2:
> > - Disable broken EET loader
> >
> > Source packages:
> > http://downloads.sourceforge.net/enlightenment/imlib2-1.7.2.tar.bz2
> > http://downloads.sourceforge.net/enlightenment/imlib2-1.7.2.tar.gz
> >
> > http://downloads.sourceforge.net/enlightenment/imlib2_loaders-1.7.2.tar.bz2
> > http://downloads.sourceforge.net/enlightenment/imlib2_loaders-1.7.2.tar.gz
> >
> > /Kim
> >
> >
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Vincent Torri
hello

I've forwarded your mail to felipe, who manages c++ binding

Vincent

On Wed, May 26, 2021 at 10:30 AM Francesc Guasch
 wrote:
>
> I am trying to upgrade to the latest Enlightenment building
> from sources and it fails this way:
>
> src/tests/eina_cxx/eina_simple.eo.h:22:27: error:
> ‘eina_simple_class_get’ was not declared in this scope; did you mean
> ‘eina_module_list_get’?
> 22 | #define EINA_SIMPLE_CLASS eina_simple_class_get()
>|   ^
>
> I use the batden esteem script in an Ubuntu 20.04 computer.
>
> I tried to uninstall completely the former Enlightenment and build
> it again but it didn't help. I also tried removing the old sources
> and build from zero with the same results.
>
> What am I doing wrong ? thank you.
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] xerm behaviour on freebsd

2021-05-07 Thread Vincent Torri
On Fri, May 7, 2021 at 10:04 AM Fas Xmut via enlightenment-users
 wrote:
>
> I come to submit problems, not to argue with you which terminal I should 
> choose.

then submit correctly :
https://phab.enlightenment.org/maniphest/task/edit/form/2/

Vincent Torri



>
>
> Sent with ProtonMail Secure Email.
>
> ‐‐‐ Original Message ‐‐‐
> On Friday, May 7, 2021 7:58 AM, Fas Xmut via enlightenment-users 
>  wrote:
>
> > I have used both xterm and terminology, and tried lots of other terminal 
> > apps, but at last I found xterm is my favourite. I never encountered such a 
> > bug in other desktop environments.
> >
> > Sent with ProtonMail Secure Email.
> >
> > ‐‐‐ Original Message ‐‐‐
> > On Friday, May 7, 2021 7:49 AM, Pierre Couderc via enlightenment-users 
> > enlightenment-users@lists.sourceforge.net wrote:
> >
> > > On 5/7/21 9:44 AM, Vincent Torri wrote:
> > >
> > > > hello
> > > > On Fri, May 7, 2021 at 9:39 AM Fas Xmut via enlightenment-users
> > > > enlightenment-users@lists.sourceforge.net wrote:
> > > >
> > > > > When I do something in xterm within enlightenment environent on 
> > > > > freebsd, sometimes the command reply shows a little information, and 
> > > > > leaves the rest information in "cache", it needs me to type the enter 
> > > > > key to show all results, which makes me very uncomfortable. Is it a 
> > > > > bug? Can you fix it? I didn't encounter the same problem in other 
> > > > > desktop environments for xterm.
> > > > > maybe not the answer you want, but try terminology instead of xterm 
> > > > > :-)
> > >
> > > +1
> > > Yo will never use xterm again...
> > > enlightenment-users mailing list
> > > enlightenment-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] xerm behaviour on freebsd

2021-05-07 Thread Vincent Torri
hello

On Fri, May 7, 2021 at 9:39 AM Fas Xmut via enlightenment-users
 wrote:
>
> When I do something in xterm within enlightenment environent on freebsd, 
> sometimes the command reply shows a little information, and leaves the rest 
> information in "cache", it needs me to type the enter key to show all 
> results, which makes me very uncomfortable. Is it a bug? Can you fix it? I 
> didn't encounter the same problem in other desktop environments for xterm.

maybe not the answer you want, but try terminology instead of xterm :-)

regards

Vincent Torri


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] slow change window/task

2021-04-05 Thread Vincent Torri
and some doc :

https://www.enlightenment.org/develop/legacy/program_guide/edje_pg

Vincent

On Mon, Apr 5, 2021 at 6:05 PM Carsten Haitzler  wrote:
>
> On Mon, 5 Apr 2021 13:15:46 +0900 Florian Schaefer  said:
>
> > On 4/5/21 2:54 AM, Carsten Haitzler wrote:
> > > On Sun, 4 Apr 2021 17:40:21 +0900 Florian Schaefer  
> > > said:
> > >
> > >> On 4/4/21 5:02 PM, Francesc Guasch wrote:
> > >>> On 04/04/2021 05:09, Carsten Haitzler wrote:
> >  On Sun, 4 Apr 2021 10:20:15 +0900 Florian Schaefer 
> >  said:
> > 
> > > On 4/4/21 5:52 AM, Carsten Haitzler wrote:
> > >> On Sat, 3 Apr 2021 17:55:23 +0200 Francesc Guasch
> > >> 
> > >> said:
> > >>
> > >>> Hi. I am running Enlightenment 0.24.99 24520.
> > >>>
> > >>> It has always run smooth on my lapton, this is a 2005 Toshiba
> > >>> with 4 GB RAM. It sports an Intel Corporation Mobile GM965/GL960
> > >>> Integrated Graphics Controller.
> > >>>
> > >>> I know I am pushing the limit here, sorry for that. Since the last
> > >>> release changing windows with ALT-TAB takes 2 / 3 seconds.  After 
> > >>> the
> > >>> window changes the list of tasks is shown and the back desktop is
> > >>> blurred for a few seconds. Then the selected window is shown and I 
> > >>> can
> > >>> use it.
> > >>
> > >> how is it blurred. the default theme does not blur the background. i
> > >> tried
> > >> that a while back in flat but testing on an older machine showed it
> > >> could
> > >> not keep up (a 2010 intel laptop with intel gpu) and dropped to like
> > >> 20-30fps, so i disabled the filter and it just darkens what is
> > >> below... so
> > >> what you describe must be an altered theme?
> > >
> > > Sorry if I barge in into the discussion here. Just yesterday I also
> > > updated after some weeks again to he current git versions, now with 
> > > the
> > > flat theme, and experienced the same "issue". (BTW, I also ran into 
> > > the
> > > elput issue and had a jolly time figuring out that I need to enable 
> > > the
> > > DRM option.)
> > >
> > > I guess what Francesc intended was exactly this fading to a darker
> > > background. On my machine here (i7-3517U) it takes probably about a
> > > second. But it is no smooth transition and rather seems to be 
> > > stuttering
> > > along the way, thus feeling really as if the machine is struggling to
> > > keep up with rendering this transition. The effect is that the whole
> > > process of switching windows feels very sluggish and seems to take 
> > > ages.
> > >
> > > I was also (unsuccessfully) looking around for a way to switch off 
> > > this
> > > transition effect. Switching between windows with Alt-Tab is a very
> > > common action and I would like this to be over in literally in the 
> > > blink
> > > of an eye. One can actually quickly switch windows in the current 
> > > state,
> > > cutting the whole transition short right at the start. Still, I would
> > > prefer if I can have the window list either appear instantaneously or
> > > with a really fast fade-in and -out.
> > >
> > > (BTW, this is using the window switcher in list mode, not in large 
> > > mode
> > > where this whole background darkening is probably really necessary as
> > > there is otherwise no window to separate the list from the normal
> > > desktop.)
> > >
> > >>>
> > >>> Maybe I didn't explain good enough. I reproduce it pressing ALT-TAB
> > >>> while I have some windows open. I don't know about window siwtcher in
> > >>> list mode or large mode that Florian talked about.
> > >>>
> > > Cheers and thanks as always for the great work,
> > > Florian
> > 
> >  also a large number of maximized windows (a lot of pixels to render)
> >  will slow
> >  down even the best of gpu's if you have enough of them... smaller 
> >  windows
> >  render faster in miniature (the input window is smaller). and both the
> >  old list
> >  mode and large mode how show these miniatures and thus render
> >  everything you
> >  see which costs.. the more you have visible, the more it costs. it
> >  costs even
> >  more in software rendering than a gpu... the "i dont even see the fade
> >  animation" hints to me it's software compositing or a very large
> >  number of
> >  large windows.
> > 
> > >>> Hey ! Thanks for stepping in Florian. I was wrong, the problem was not
> > >>> on the fading of the background, but on the app windows.
> > >>> I too built with the latest git commits but it didn't fix it for me.
> > >>> Is it running faster ? Maybe, I am not sure, but it is still slow.
> > >>>
> > >>> Right now I have a couple of Thunderbird windows and a Terminology
> > >>> and it is paifull. Probably because of the large Thunderbird window
> > >>> that takes 

Re: [e-users] Flat has landed

2021-03-27 Thread Vincent Torri
hey

congratulations, it was a huge work !

Vincent

On Sat, Mar 27, 2021 at 5:12 PM Carsten Haitzler  wrote:
>
> For those who are not watching git commits...
>
> Flat theme has landed in git master efl today.
>
> Yay!
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> Carsten Haitzler - ras...@rasterman.com
>
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] git tarball

2020-12-16 Thread Vincent Torri
On Tue, Dec 15, 2020 at 8:16 PM Thiago Maciel  wrote:
>
> Thank you!
>
> Are these with tag releases, right?

"git tag -l" should help you

> I was wondering if I could have a .tar.gz of the latest Git commit.

unfortunately, there is no such tarball regularly available. You can
create it with "ninja dist" though

Vincent


Vincent

> I'm trying to set up a local repo in clear linux using a nightly build,
> but, by policy, they accept just tarball links, not .git


> Am Di., 15. Dez. 2020 um 16:04 Uhr schrieb Vincent Torri <
> vincent.to...@gmail.com>:
>
> > here it is :
> >
> > https://download.enlightenment.org/rel/apps/enlightenment/
> >
> > select the version you want.
> >
> > Vincent
> >
> > On Tue, Dec 15, 2020 at 7:42 PM Thiago Maciel  wrote:
> > >
> > > Hi there,
> > >
> > > Is there a way to download a tarball from the git.enlightenment.org
> > repos
> > > with a single url, e.g.,  user/repo/archive/master.tar.gz from github?
> > >
> > > Thanks in advance,
> > >
> > > ___
> > > enlightenment-users mailing list
> > > enlightenment-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> >
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] git tarball

2020-12-15 Thread Vincent Torri
here it is :

https://download.enlightenment.org/rel/apps/enlightenment/

select the version you want.

Vincent

On Tue, Dec 15, 2020 at 7:42 PM Thiago Maciel  wrote:
>
> Hi there,
>
> Is there a way to download a tarball from the git.enlightenment.org repos
> with a single url, e.g.,  user/repo/archive/master.tar.gz from github?
>
> Thanks in advance,
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on Clear Linux

2020-12-11 Thread Vincent Torri
Hello

On Fri, Dec 11, 2020 at 8:54 PM Thiago Maciel  wrote:
>
> I was wondering if anyone had given E a go on Clear Linux.
>
> They recently flagged E as deprecated, and I think it will be a loss for
> us.
> I know they have an outdated version in their repo, so I am trying to
> collaborate to maintain their upstream.
>
> I hope a spike in their analytics, showing that we are interested in seeing
> their ultra-fast-kernel with E would be awesome! :)

it was something that I wanted to do some time ago. I was distracted
by other stuff.That is something that I would like to do. So I can
help if you want

best regards

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Appearance Questions

2020-11-25 Thread Vincent Torri
On Wed, Nov 25, 2020 at 3:26 PM Drew Dangerfield via
enlightenment-users  wrote:
>
> Two questions please:
>
> - what is the hex code for the standard blue colour used by E

gimp color picker should help you. At least, it helps me a lot to find colors
it certainly is also somewhere in the code/theme, but i don't know where

Vincent Torri

> - is there an outside link to the misty pines wallpaper
>
> Thanks.
> Drew
>
> Sent with Tutanota
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] New video on Terminology: Handling of links

2020-07-21 Thread Vincent Torri
very nice ! good job !

Vincent

On Tue, Jul 21, 2020 at 3:06 PM Boris Faure  wrote:
>
> I just wanted to let you know that I made a small video about links in
> Terminology.  It's hosted on youtube at
> https://www.youtube.com/watch?v=Q3uoFsWQuFQ
>
> There's a show case about a new feature coming soon in the next release.
>
> Have a nice day!
> --
> Boris Faure
> Pointer Arithmetician
> ___
> enlightenment-devel mailing list
> enlightenment-de...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] enlightenment build fails with meson

2019-07-16 Thread Vincent Torri
On Wed, Jul 17, 2019 at 12:25 AM mh  wrote:
>
> On 7/16/19 5:39 PM, Vincent Torri wrote:
>
> > On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:
> >> I am trying to build/install E into /opt/e. I have my PATH,
> >> LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL builds
> >> and install properly to /opt/e. Enlightenment meson build fails with:
> >> meson.build:225:11: ERROR: Dependency "eeze" not found, tried pkgconfig
> >> and cmake
> >>
> >> The end of the enlightenment/build/meson-logs/meson-log.txt (below)
> >> shows that it appears to see the correct PKG_CONFIG_PATH, but still
> >> fails. What is happening? When autoconf was still possible with efl I
> >> could install to /opt/e with that and then build the enlightenment,
> >> ephoto, terminology with their respective meson/ninja methods.
> >>
> >>
> >> CMake binary for MachineChoice.HOST is not cached
> >> CMake binary missing from cross or native file, or env var undefined.
> >> Trying a default CMake fallback at cmake
> >> Trying CMake binary cmake for machine MachineChoice.HOST at
> >> ['/usr/bin/cmake']
> >> Found CMake: /usr/bin/cmake (3.13.4)
> >> Extracting basic cmake information
> >> Try CMake generator: auto
> >> Called `/usr/bin/cmake --trace-expand .` in
> >> /home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez
> >> -> 0
> >> -- Module search paths: ['/', '/opt', '/usr', '/usr/local']
> >> -- CMake root: /usr/share/cmake-3.13
> >> -- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
> >> -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
> >> 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
> >> Run-time dependency bluez found: NO (tried pkgconfig and cmake)
> >> Pkg-config binary for MachineChoice.HOST is cached.
> >> Determining dependency 'systemd' with pkg-config executable
> >> '/usr/bin/pkg-config'
> >> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> >> Called `/usr/bin/pkg-config --modversion systemd` -> 0
> >> 241
> >> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> >> Called `/usr/bin/pkg-config --cflags systemd` -> 0
> >>
> >> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> >> Called `/usr/bin/pkg-config systemd --libs` -> 0
> >>
> >> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> >> Called `/usr/bin/pkg-config systemd --libs` -> 0
> >>
> >> Run-time dependency systemd found: YES 241
> >> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> >> Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd` -> 0
> >> /usr/lib/systemd/user
> >> Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
> >> Pkg-config binary for MachineChoice.HOST is cached.
> >> Determining dependency 'eeze' with pkg-config executable
> >> '/usr/bin/pkg-config'
> >> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> >> Called `/usr/bin/pkg-config --modversion eeze` -> 1
> >>
> >> CMake binary for MachineChoice.HOST is cached.
> >> Run-time dependency eeze found: NO (tried pkgconfig and cmake)
> >>
> >> meson.build:225:11: ERROR: Dependency "eeze" not found, tried pkgconfig
> >> and cmake
> > the error is that eeze is not found.
> >
> > Either :
> >
> > 1) build the efl with eeze support (iirc, libmount is necessary for
> > eeze). Verify that eeze.pc is available where you installed the EFL
> >
> > or :
> >
> > 2) build E without eeze support (it's disabled by default)
> >
> > Vincent
> >
> >
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
> yes, but it really is installed:
>
> $:/mnt/opt/e$ ls bin
>
> diffeet  edje_inspector  eetpack efl_debug
> elementary_codegen  elm_prefs_cc eolian_cxx
> ecore_evas_convert   edje_pick   eeze_disk_ls efl_debugd
> elementary_config   elua eolian_gen
> edje_cc  edje_player eeze_mount efreetd
> elementary_perf embryo_ccethumb
> edje_codegen edje_recc   eeze_scanner eina_btlog
> elementary_quicklaunch  emotion_test ethumbd
> edje_deccedje_watch  eeze_scanner_monitor
> eina_modinfoelementary_run  emotion_test-eo ethumbd_client
> edje_external_inspec

Re: [e-users] enlightenment build fails with meson

2019-07-16 Thread Vincent Torri
On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:
>
> I am trying to build/install E into /opt/e. I have my PATH,
> LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL builds
> and install properly to /opt/e. Enlightenment meson build fails with:
> meson.build:225:11: ERROR: Dependency "eeze" not found, tried pkgconfig
> and cmake
>
> The end of the enlightenment/build/meson-logs/meson-log.txt (below)
> shows that it appears to see the correct PKG_CONFIG_PATH, but still
> fails. What is happening? When autoconf was still possible with efl I
> could install to /opt/e with that and then build the enlightenment,
> ephoto, terminology with their respective meson/ninja methods.
>
>
> CMake binary for MachineChoice.HOST is not cached
> CMake binary missing from cross or native file, or env var undefined.
> Trying a default CMake fallback at cmake
> Trying CMake binary cmake for machine MachineChoice.HOST at
> ['/usr/bin/cmake']
> Found CMake: /usr/bin/cmake (3.13.4)
> Extracting basic cmake information
> Try CMake generator: auto
> Called `/usr/bin/cmake --trace-expand .` in
> /home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez
> -> 0
>-- Module search paths:['/', '/opt', '/usr', '/usr/local']
>-- CMake root: /usr/share/cmake-3.13
>-- CMake architectures:['i386-linux-gnu', 'x86_64-linux-gnu']
>-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
> 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
> Run-time dependency bluez found: NO (tried pkgconfig and cmake)
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'systemd' with pkg-config executable
> '/usr/bin/pkg-config'
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --modversion systemd` -> 0
> 241
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --cflags systemd` -> 0
>
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config systemd --libs` -> 0
>
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config systemd --libs` -> 0
>
> Run-time dependency systemd found: YES 241
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd` -> 0
> /usr/lib/systemd/user
> Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'eeze' with pkg-config executable
> '/usr/bin/pkg-config'
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --modversion eeze` -> 1
>
> CMake binary for MachineChoice.HOST is cached.
> Run-time dependency eeze found: NO (tried pkgconfig and cmake)
>
> meson.build:225:11: ERROR: Dependency "eeze" not found, tried pkgconfig
> and cmake

the error is that eeze is not found.

Either :

1) build the efl with eeze support (iirc, libmount is necessary for
eeze). Verify that eeze.pc is available where you installed the EFL

or :

2) build E without eeze support (it's disabled by default)

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] cannot find libcurl.so.4 libcurl.so.5

2019-07-15 Thread Vincent Torri
On Tue, Jul 16, 2019 at 6:50 AM Pierre Couderc  wrote:
>
> After build efl f30ef634adbb776cd0  and e 9df606dff4ed, I get an error
> on "enlightenment_start" :
>
> cannot find  libcurl.so.4 libcurl.so.5

find /usr/lib -name 'libcurl*'

what is the output ?

Vincent

> I have tried to install libcurl4 (buster), this message disappear, but I
> can no more create a "compositeur", because :
>
> Enlightenment cannot initialize X Connection...
>  Enlightenment Error 
> Enlightenment est incapable de créer un compositeur.
>
> E: Begin Shutdown Procedure!
> ERR<14474>:e ../src/bin/e_msgbus.c:84 _e_msgbus_request_name_cb() Could
> not request bus name
>
> I am under buster, without session manager, I suppose some "bus" is not
> started...
>
>
>
>
>
>
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] "check" missing when trying to build efl

2019-07-14 Thread Vincent Torri
On Mon, Jul 15, 2019 at 7:02 AM Pierre Couderc  wrote:
>
>
> On 7/14/19 11:57 PM, Jérémy Zurcher wrote:
> > Hi,
> >
> > On Sunday 14 July 2019  23:32, Pierre Couderc wrote :
> >> Using
> >>
> >> meson -Dwl=true ..
> >>
> >> I get a  missing dependency named "check"
> >>
> >>
> >> Please give me light about this mysterious  "check". For example how to get
> >> it on debian buster...
> > https://libcheck.github.io/check/
> > Check is a unit testing framework for C.
> >
> > maybe -Dbuild-tests=false solves that missing dependency
> >
> >
> Thank  you very much, sure I do not need to build the tests...

and the examples ?

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Introducing ewpi : a package installer for EFL dependencies on Windows

2019-04-13 Thread Vincent Torri
Hello

added sdl2 and its dependency libsamplerate

regards

Vincent

On Mon, Apr 8, 2019 at 7:36 AM Vincent Torri  wrote:
>
> Hello
>
> small update : ICU (dependency of harfbuzz and libxml2) has been added
>
> regards
>
>
> Vincent
>
> On Wed, Mar 20, 2019 at 8:07 PM Vincent Torri  wrote:
> >
> > Hello
> >
> > Since win-builds has not been updated for around 3 years, I decided to
> > write a simple installer of the dependencies of the EFL on Windows.
> >
> > Unlike win-builds, it is NOT a package manager, it just downloads the
> > sources, untar them, builds from sources and installs them in the same
> > prefix. This ensures, like win-builds, that all the packages has been
> > compiled with the same toolchain.
> >
> > Even if it is easy to add any library/application, the purpose of ewpi
> > is only for EFL dependencies on Windows (and eventually the EFL
> > themselves and some applications like ephoto or rage)
> >
> > compared to win-builds, some additional packages are provided for the EFL :
> >
> > harfbuzz
> > libwebp
> > bullet (for ephysics)
> > gstreamer 1
> >
> > For now, there are 54 libraries installed by ewpi (see github repo
> > below). As of today, ewpi installs the latest versions of these
> > libraries.
> >
> > For more informations on how to get and use ewpi :
> >
> > https://github.com/vtorri/ewpi
> > https://phab.enlightenment.org/w/windows/
> >
> > I have successfully installed the dependencies on Windows 7 64 bits
> > (with MSYS2 and mingw-w64) and Mageia (mingw-w64 toolchain).
> >
> > If some people want to play with ewpi and encounter problems or want
> > additional features, please open an issue on github
> >
> > regards
> >
> > Vincent Torri


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Introducing ewpi : a package installer for EFL dependencies on Windows

2019-04-07 Thread Vincent Torri
Hello

small update : ICU (dependency of harfbuzz and libxml2) has been added

regards


Vincent

On Wed, Mar 20, 2019 at 8:07 PM Vincent Torri  wrote:
>
> Hello
>
> Since win-builds has not been updated for around 3 years, I decided to
> write a simple installer of the dependencies of the EFL on Windows.
>
> Unlike win-builds, it is NOT a package manager, it just downloads the
> sources, untar them, builds from sources and installs them in the same
> prefix. This ensures, like win-builds, that all the packages has been
> compiled with the same toolchain.
>
> Even if it is easy to add any library/application, the purpose of ewpi
> is only for EFL dependencies on Windows (and eventually the EFL
> themselves and some applications like ephoto or rage)
>
> compared to win-builds, some additional packages are provided for the EFL :
>
> harfbuzz
> libwebp
> bullet (for ephysics)
> gstreamer 1
>
> For now, there are 54 libraries installed by ewpi (see github repo
> below). As of today, ewpi installs the latest versions of these
> libraries.
>
> For more informations on how to get and use ewpi :
>
> https://github.com/vtorri/ewpi
> https://phab.enlightenment.org/w/windows/
>
> I have successfully installed the dependencies on Windows 7 64 bits
> (with MSYS2 and mingw-w64) and Mageia (mingw-w64 toolchain).
>
> If some people want to play with ewpi and encounter problems or want
> additional features, please open an issue on github
>
> regards
>
> Vincent Torri


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Introducing ewpi : a package installer for EFL dependencies on Windows

2019-03-20 Thread Vincent Torri
Hello

Since win-builds has not been updated for around 3 years, I decided to
write a simple installer of the dependencies of the EFL on Windows.

Unlike win-builds, it is NOT a package manager, it just downloads the
sources, untar them, builds from sources and installs them in the same
prefix. This ensures, like win-builds, that all the packages has been
compiled with the same toolchain.

Even if it is easy to add any library/application, the purpose of ewpi
is only for EFL dependencies on Windows (and eventually the EFL
themselves and some applications like ephoto or rage)

compared to win-builds, some additional packages are provided for the EFL :

harfbuzz
libwebp
bullet (for ephysics)
gstreamer 1

For now, there are 54 libraries installed by ewpi (see github repo
below). As of today, ewpi installs the latest versions of these
libraries.

For more informations on how to get and use ewpi :

https://github.com/vtorri/ewpi
https://phab.enlightenment.org/w/windows/

I have successfully installed the dependencies on Windows 7 64 bits
(with MSYS2 and mingw-w64) and Mageia (mingw-w64 toolchain).

If some people want to play with ewpi and encounter problems or want
additional features, please open an issue on github

regards

Vincent Torri


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E breaks with harfbuzz-2.0.0

2018-10-22 Thread Vincent Torri
harbuzz 2.0.1 has the fix (infinite loop in 2.0.0)

Vincent
On Mon, Oct 22, 2018 at 11:54 AM Jérôme Pinot  wrote:
>
> Hi,
> Had this kind of problem and updating to harfbuzz 2.0.2 fixed it.
> Le lundi 22 octobre 2018 à 20:48 +1100, Daniel Kasak a écrit :
> > Just a heads-up for fellow users ... after upgrading to harfbuzz-
> > 2.0.0 (
> > from 1.9.0 ), E crashes on startup - and with no output that was
> > helpful (
> > to me ). Reverting back to 1.9.0 fixes things. I also tried
> > rebuilding
> > everything ( actually, I tried quite a lot over the past couple of
> > days ).
> > Nothing else worked ...
> >
> > Dan
> >
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> --
> Jérôme Pinot
> http://ngc891.blogdns.net
>
>
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment memory leaks?

2018-09-26 Thread Vincent Torri
On Wed, Sep 26, 2018 at 12:05 PM Carsten Haitzler  wrote:
>
> On Tue, 25 Sep 2018 21:43:29 +0200 leoutat...@gmx.fr said:
>
> > On 9/25/18 9:37 AM, Carsten Haitzler (The Rasterman) wrote:
> > > On Mon, 24 Sep 2018 14:31:24 +0200 leoutat...@gmx.fr said:
> > >
> > >> On 9/24/18 7:41 AM, Simon Lees wrote:
> > >>> For a bit more info, whats the memory usage after 10 minutes and after
> > >>> 8-12 hrs, it is likely that as you run more programs e needs to use more
> > >>> memory, so having a couple more data points would be useful.
> > >>
> > >> I only run firefox, thunderbird, terminology and sometimes, pcmanfm.
> > >> Resident memory increases hugely from 2 hours.
> > >> My efl + enlightenment (Raster is the maintainer) and terminology:
> > >> https://aur.archlinux.org/packages/efl-git/
> > >> https://aur.archlinux.org/packages/enlightenment-git/
> > >> https://aur.archlinux.org/packages/terminology-git/
> > >> In the same time, enlightenment-git-debug efl-git-debug
> > >> terminoly-git-debug are installed.
> > >> How can I debug this memory leak?
> > >> With valgrind? Which option? Only '-valgrind=4' check leak or
> > >> '-valgrind=all' ?
> > >
> > > you definitely have a leak. you want massif. so -massif option. then use
> > > massif-visualizer to look at the trace and you'll see it probably going 
> > > "up
> > > and to the right". select a time point near the right/big end and start
> > > digging through the tree of allocations (most of the mem allocs are near
> > > the top). expand the trees for call traces. that there will begin to give
> > > an idea of what is going on. you also will have learned a new debugging
> > > technique :)
> > >
> > valgrind -massif log file is available here
> > https://phab.enlightenment.org/T7410
>
> private paste - but we don't want the log. we want the massif output file.
> massif.out maybe or something (i have an alias that produces a specific one
> for me). even then i'm not sure i can usefully open it on a different system. 
> i
> have never tried. thus massif-visualizer.

it would be nice to have a massif visualizer in EFL :)

Vincent


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Fwd: [Mingw-w64-public] Fwd: [Spi-projects] Mailing list for GPDR regulation

2018-04-15 Thread Vincent Torri
-- Forwarded message --
From: Earnie via Mingw-w64-public 
Date: Sun, Apr 15, 2018 at 6:11 PM
Subject: [Mingw-w64-public] Fwd: [Spi-projects] Mailing list for GPDR regulation
To: mingw-w64-pub...@lists.sourceforge.net
Cc: Earnie 



Forwarding for those who might be interested in GPDR crud.

 Forwarded Message 
Subject: [Spi-projects] Mailing list for GPDR regulation
Date: Thu, 12 Apr 2018 14:52:13 +0200
From: Martin Michlmayr 
To: spi-proje...@lists.spi-inc.org

This list on FOSS projects and the GPDR regulation may be of interest
to a lot of SPI associated projects.

- Forwarded message from Chris Lamb   -

Falling out of Debian's own wrangling with the upcoming EU GPDR
regulation, I thought it might be a good idea to have a cross-
community discussion group to discuss the GDPR and its impact on
free software and free culture projects.

This has now been setup here:

  https://www.earth.li/mailman/listinfo/gdpr-discuss

Please feel free to pass the link onto other communities who would
be interested in participating.


Best wishes,

--
  ,''`.
 : :'  : Chris Lamb, Debian Project Leader
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
___
foundations mailing list
foundati...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/foundations

- End forwarded message -

--
Martin Michlmayr
http://www.cyrius.com/
___
Spi-projects mailing list
spi-proje...@lists.spi-inc.org
http://lists.spi-inc.org/listinfo/spi-projects

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
mingw-w64-pub...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Donations

2018-03-04 Thread Vincent Torri
Hello

The « Enlighenment.fr » association aims to help all the  actions
which are involved in  the development and diffusion of  «
Enlightenment » and the software libraries « EFL », as well as all the
FOSS using or linked in a way or another with these two components.

The donations have already been useful to help some people who
want to participate to events like fosdem, EDD, ... (travel, hostel,
buying tshirts or goodies to sell on the stands, etc...). It has also
been used for spair part and buying our server infrastructure.

We have been using a physical bank account which come at a
continuous cost. This has been draining our account with little
benefit over the year. Today with cryptocurrency, you have that
problem solved (Sure, you get up and down, but you shouldn't
get ultimately down to zero). For this reason, we have started
moving to enable cryptocurrency payment to support the project.

Please take a look at https://www.enlightenment.org/contrib/start
for more details.

Last week a few of our hard drive in our main server have died. It
would be to be expected that more will in the near future. So this
is a good time to remind people in the community that this
infrastructure require us to have some spair money to maintain it
and if you can make a small donation, it will definitively be put to
good use.

It is also a good time to thanks OSU Open Source Lab and
Fondation Free.fr for their help over the years in hosting our
infrastructure : https://osuosl.org/ and https://www.fondation-free.fr/.

Best regards


Vincent Torri
treasurer of the Enlightenment.fr association

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Newcomer

2017-11-25 Thread Vincent Torri
hello

On Sat, Nov 25, 2017 at 11:05 AM, Pierre Couderc  wrote:
> I am trying to develop a first efl application.
>
> Wow. It is no so simple...
>
> 1 - Basic tutorial  are sometimes wrong or unreadable. I correct them when
> possible...
>
> 2- Some basic tutorials are missing and particularly on Elementary
>
> 2a : Where "container" are introduced ?
>
> I seem to understand an horizontal box would be fine for me. Is there a
> tutorial on that, or a introduction somewhere ?
>
> 2b : I have discovered (not in https://www.enlightenment.org/...) that a
> fine elementary_test exists.
>
> It is a fine tutorial on possibilities of elementary.
>
> Where is its source so I can copy/paste elements of it ?

they are in the git tree. clone it or browse it online here :
https://git.enlightenment.org/core/efl.git/tree/src/bin/elementary

Vincent
ps : irc: #e.fr

> I have soon found a test_entry.c in some bin (???) directory (by a very
> subtle grep)...
>
> Is there some introduction to it ?
>
> Thanks
>
> PC
>
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL build problem

2017-11-05 Thread Vincent Torri
same error on Windows btw

Vincent

On Fri, Nov 3, 2017 at 6:36 PM, Thierry B.  wrote:
> Le 02/11/2017 à 23:51, Thierry B. a écrit :
>
>>>
>>>
>>> --
>>
>>
>>
>> Uhm, I have to compare on Debian Jessie to be sure it not related to
>> Devuan, but with the same setup it compiles OK on Debian Stretch testing,
>> excepting minor changes : + systemd -libxp
>>
>
> Well, I upgraded to Devuan Testing "ascii" (roughly equal to Debian
> Stretch), and problem solved for EFL. Don't tested on Debian Jessie, but
> speaking about packages oldness, it seems Debian Stretch level is the bare
> minimum.
>
> Thierry B.
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] New to Enlightenment. I have some questions.

2017-09-18 Thread Vincent Torri
hello

see also here : https://phab.enlightenment.org/w/

Vincent Torri

On Mon, Sep 18, 2017 at 9:44 AM, maderios <mader...@gmail.com> wrote:
> On 09/18/2017 01:47 AM, Simon Lees wrote:
>
>>> 3. Other applications. I'm finding more all the time like the theme
>>> designer. Are these all collected in one place ?
>>>
>>
>> https://www.enlightenment.org/about has some but there is no central
>> place, alongside the ones there are these, they have all had a stable
>> release etc, there are many others that people are working on that
>> haven't been released yet.
>>
> Hi
>>
>>* Lekha is a good pdf viewer https://pypi.python.org/pypi/Lekha
>>* epymc is a great media center https://github.com/DaveMDS/epymc
>>* eperiodique is a periodic table http://eperiodique.sourceforge.net/
>>* Espionage is a dbus inspector
>> https://phab.enlightenment.org/w/projects/espionage/ (This should be
>> moved to the main e website rather then phab)
>
>
> In Arch :)
> https://aur.archlinux.org/packages/?O=0=nd=epymc==l=d=250_Search=Go
> https://aur.archlinux.org/packages/?O=0=nd=espionage==l=d=250_Search=Go
> --
> Maderios
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Fwd: [E-devel] chart library based on the EFL

2017-07-19 Thread Vincent Torri
-- Forwarded message --
From: Vincent Torri <vincent.to...@gmail.com>
Date: Wed, Jul 19, 2017 at 7:09 PM
Subject: Re: [E-devel] chart library based on the EFL
To: Enlightenment developer list <enlightenment-de...@lists.sourceforge.net>


Hello

I've added vertical bars. See attached screenshot. The git repo is updated

Vincent


On Fri, Jun 30, 2017 at 6:06 AM, Vincent Torri <vincent.to...@gmail.com> wrote:
> On Thu, Jun 29, 2017 at 11:14 PM, Jérémy Zurcher <jer...@asynk.ch> wrote:
>> Hello Vincent,
>>
>> nice start
>>
>> there's lot of good stuff in that commercial js lib that I use
>> in my job http://www.fusioncharts.com/charts/
>
> I think that cedric mentioned it to me
>
>> I had to add the following to compile on archlinux (might not be the
>> right way to do, I know nothing about meson yet) :
>>
>> +cc = meson.get_compiler('c')
>> +
>>  dep_lib = [dependency('eina'),
>> dependency('evas'),
>> -   dependency('eina')]
>> +   dependency('eina'),
>> +   cc.find_library('m')]
>
> i've forgotten to push my commit. I did it in a bit different way but
> i prefer yours :-)
>
> thank you
>
> Vincent
>
>> cheers
>>
>> On Thursday 29 June 2017  22:23, Vincent Torri wrote :
>>> Hello
>>>
>>> I would like to introduce a small library which renders chart using
>>> Evas VG API :
>>>
>>> https://github.com/vtorri/echart2
>>>
>>> I try to mimic a bit the area chart of google :
>>>
>>> https://developers.google.com/chart/interactive/docs/gallery/areachart
>>>
>>> It consist of a library and a test example.
>>>
>>> The library consists of
>>>  * a data API to fill data
>>>  * a chart API for the chart features
>>>  * an evas smart object for a "line" chart
>>>
>>> the test example is the first 'area' example in google charts
>>>
>>> I have attached a screenshot of the example
>>>
>>> The library is in its very early state and is wip. There may be bugs
>>> and a lot of improvements can be done of course
>>>
>>> the build system is meson + ninja (see README.md for instructions).
>>> Just install meson and ninja with your favorite package manager
>>>
>>> I have tested echart on Windows and Fedora.
>>>
>>> Any patches, remarks and ideas are welcome
>>>
>>> Vincent
>>
>>
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>
>>> ___
>>> enlightenment-devel mailing list
>>> enlightenment-de...@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>> --- Hell'O from Yverdoom
>>
>> Jérémy (jeyzu)
>>
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> enlightenment-devel mailing list
>> enlightenment-de...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] chart library based on the EFL

2017-06-29 Thread Vincent Torri
Hello

I would like to introduce a small library which renders chart using
Evas VG API :

https://github.com/vtorri/echart2

I try to mimic a bit the area chart of google :

https://developers.google.com/chart/interactive/docs/gallery/areachart

It consist of a library and a test example.

The library consists of
 * a data API to fill data
 * a chart API for the chart features
 * an evas smart object for a "line" chart

the test example is the first 'area' example in google charts

I have attached a screenshot of the example

The library is in its very early state and is wip. There may be bugs
and a lot of improvements can be done of course

the build system is meson + ninja (see README.md for instructions).
Just install meson and ninja with your favorite package manager

I have tested echart on Windows and Fedora.

Any patches, remarks and ideas are welcome

Vincent
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e21.7 and screenshot

2017-05-07 Thread Vincent Torri
On Sun, May 7, 2017 at 2:27 PM, Antonio Palladini  wrote:
> vincent.torri wrote:
>
>> eclair was a (nice) video player
>>
>> I think that you are talking about enthrall
>
> Possible, Yes. My mind is a bit old ;)

I'm pretty sure as I knew the dev of Eclair, and that I have
contributed to enthrall
(https://git.enlightenment.org/legacy/subversion-history.git/tree/OLD/MISC/enthrall)

Vincent

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e21.7 and screenshot

2017-05-07 Thread Vincent Torri
eclair was a (nice) video player

I think that you are talking about enthrall

Vincent

On Sun, May 7, 2017 at 1:03 PM, Antonio Palladini  wrote:
>
>> >
>> So, it was only a dream... :)
>>
> IIRC it was a little tool, eclair or something like this.
>
> --
> Regards
>
> palla
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Recommended applications...

2017-03-30 Thread Vincent Torri
On Fri, Mar 31, 2017 at 2:07 AM, Simon Lees  wrote:

>
>
> On 03/30/2017 07:42 PM, Pierre Couderc wrote:
> > Is there a list of recommended applications with e or "for" e ?
> >
> > To help life.
> >
> > For example : how to mount  automatically a USB memory ? What app does
> > that ?
> >
> > Is there a browser recommended ? or a mail client ?
> >
> Not at the moment, probably take the distro default if there is one.
>
> > What are the best practices ?
> >
> In terms of best practices, for openSUSE I have only chosen apps that
> depend either on gtk or Qt, rather then gnome or KDE, on the basis that
> I don't want to recommend apps that will also pull in half a desktop of
> dependencies. ATM I recommend lightdm as a display manager,


why not entrance?


> Firefox
> (distro default), clementine as a full music player and Leafpad as a
> text editor. Everything else is being done by an efl based app or is not
> installed.
>
> --
>
> Simon Lees (Simotek)http://simotek.net
>
> Emergency Update Team   keybase.io/simotek
> SUSE Linux   Adelaide Australia, UTC+10:30
> GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Donations

2016-11-02 Thread Vincent Torri
Hello

The « Enlighenment.fr » association aims to help all the  actions
which are involved in  the development and diffusion of  «
Enlightenment » and the software libraries « EFL », as well as all the
FOSS using or linked in a way or another with these two components.

Currently, the donations can be done on https://www.enlightenment.org
(flatter or paypal), or (in french) http://enlightenment.fr/dons/

The donations have already been useful to help some people who want to
participate to events like fosdem, EDD, ... (travel, hostel, buying tshirts or
goodies to sell on the stands, etc...)

Currently, most of the donations are in a bank account (necessary for
the administrative part of the association). This account is not free,
that is, every trimester, some amount of money is taken from the
account. That is, if nobody donates, we will have no more money in the future.

So if you wish to help the project and its diffusion, feel free to
make some donations :-)

Vincent Torri
Treasurer of the Enlightenment.fr association

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] [E-devel] FOSDEM 2010

2009-11-15 Thread Vincent Torri

Hey,

like every year, FOSDEM [1] is taking place in Brussel, Belgium on 
Saturday 6 and Sunday 7 February 2010.

Like evry year, it would useful to be there, as listeners and as speakers. 
We can try do get a devroom or several lightning talks.

We can present some apps:
  * E17 of course
  * Enna
  * Eyelight
  * Exalt
  * EPhotoManager
  * EdjeEdit
  * Ephoto
  * Rage
  * Eve

We can also present the tools
  * Edje scripting
  * Elementary for embedded

The list above is not closed. I just mentioned what came to my mind.

Don't hesitate to give advices, remarks, add suggestions about what can be 
done, etc...

I have created a page on the wiki [2] about it. Feel free to put your name 
if you want to come. We will try to organize a bit the travel to FOSDEM, 
like every year.

Vincent

PS : Can someone forward that mail to the e-users ML ? Thank you

[1] http://www.fosdem.org/2010/
[2] http://trac.enlightenment.org/e/wiki/FOSDEM2010

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
enlightenment-devel mailing list
enlightenment-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Enlightenment.org redesign mockups needed!

2008-09-02 Thread Vincent Torri


On Tue, 2 Sep 2008, Peter Wehrfritz wrote:

 Mathieu Prevot schrieb:
 I would like to suggest the use of a django framework: fast, simple to
 maintain and with a clear separation of design and content. I also
 prefer Django's site design to NetBSD's, but I think enlightenment
 deserve something even better.


 I personally don't like 3 column pages. It is very hard to distinguish
 where you find what. I like simple pages, with one part for the content
 and one part for the site navigation (no matter if it on the top, or on
 the left side). And the first page should only show a _short_ about and
 the latest news. Actually like the current page is. There are only two
 points that i don't like with the current page. It is the low contrast
 gray font on gray background and the navigation bar. I think it'd be
 better if the navigation buttons would be in one line and the submenu
 items in a similar appearance. Maybe like it is in mekius' approach.

Imho, having the menu buttons on the left and on the right is not good at 
all. The space between them is too high.

Having an horizontal top menu or vertical left menu is what should be 
done. It has 2 advantages: it's simple to do and users are used to see 
such menus.

finally, i think that, if we consider that people who want to look at 
the e17 / efl doc will go to e.org, a 'documentation' button must appear 
on the main page (i would even add a 'add bug' and 'wiki' too). I prefer 
haveing a long menu rather that clicking in every page to search the 
link i search.

for documentation, wiki and bug tracker: 2 clicks + the fact that we must 
read all the text to see the very tiny links. It's not good for new users

Vincent

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] {Spam?} [E-devel] News from the E stables

2007-11-08 Thread Vincent Torri


On Mon, 5 Nov 2007, Carsten Haitzler (The Rasterman) wrote:

 2. Lets have actual weekly or monthly developer meetings - literally all-in 
 live
 discussions - maybe IRC? Have actual agendas in meetings. Minutes.

We are doing irc meetings about xcb, and it's always very useful.

 4. Try an organise some annual get-together. An E meet (I think I'll just
 call it The Rave for now - it fits with the whole E thing). So Literally 
 find
 a place on the planet we all can/want to go to - go there.

The french developpers have already met deveral times. Actually not for 
thinking about E but for dining in a good restaurant :)

 Now we also need to fix up enlightenment.org a bit - I intend to sink a bit of
 time into solidifying some content. The Wiki has a fair bit. Anyone is welcome
 to contribute as they see fit.

imho, the enlightenment web site is not good. It's quite difficult to find 
informations. The horizontal menu is too small. In that page:

http://www.enlightenment.org/p.php?p=downloadl=en

the paragraph about e17 is not clear enough (there are 2 links without 
explanation. Why doing a small page to say : go to other small pages)

etc...

 But the primary thing of importance is getting E17 out the door. It's actually
 looking petty good. Only 2 really big TODO items left. I'm doing a theme
 revamp. The Default theme has very much aged. The gold bling isn't incredibly
 popular. I'm working on something I think people will love - and it still 
 shows
 off E. It will replace the current default - and will also knock off some of
 the comment the default theme so its better documented for people to build 
 new
 themes from and learn Edje.

I was just wondering if it was the right time to start a new theme, which 
is a big big work.

regards

Vincent

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Call for conferences for the RMLL

2006-05-21 Thread Vincent Torri

hello,

you can add me.Right now, the problem is that my job takes most of my time
until june, the 7th. So i can't prepare anything for the rmll before that
date.

Vincent

On Thu, 18 May 2006, Vincent Untz wrote:

 Hey,

 Le mercredi 17 mai 2006 à 13:28 +0200, CASEIRO P Ext ROSI/DPS a écrit :
  Bertrand Jacquin a écrit :
   On 5/16/06, ilLogict [EMAIL PROTECTED] wrote:
   Le Sat, 13 May 2006 10:56:25 +0900, dans son message intitulé Re:
   [e-users] Call for conferences for the RMLL, Carsten Haitzler (The
   Rasterman) [EMAIL PROTECTED] a eu le courage de nous raconter :
  
   
ca serait une tres bonne ideee! :)
  
Hello!
  
I talked to someone here (member of the RMLL organization team) about
   an Enlightenment presentation and he was really interested about it;
   maybe Florent could we do something together ?
  
   I know Puppet_Master to be interested in this. I Cc him.
  Yes it's true I could be intreasted on this ...

 Sounds like there are good possibilities for enlightenment talks, and
 I'm glad to see that. So, err, who should I add to the list of
 speakers? :-)

 Vincent

 --
 Les gens heureux ne sont


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] can't compile epdf

2006-04-02 Thread Vincent Torri

update the cvs of poppler. It's in.

Vincent

On Sat, 1 Apr 2006, Ray Ishido wrote:

 Hi,

 I try to compile epdf on my gentoo (poppler 0.5.1 compiled with
  --enable-xpdf-headers ) but I have this error:

 [EMAIL PROTECTED] ~/e17/proto/epdf $ make
 cd .  /bin/sh /home/ray/e17/proto/epdf/missing --run autoheader
 rm -f stamp-h1
 touch config.h.in
 cd .  /bin/sh ./config.status config.h
 config.status: creating config.h
 config.status: config.h is unchanged
 make  all-recursive
 make[1]: Entering directory `/home/ray/e17/proto/epdf'
 Making all in src
 make[2]: Entering directory `/home/ray/e17/proto/epdf/src'
 Making all in lib
 make[3]: Entering directory `/home/ray/e17/proto/epdf/src/lib'
 if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
 -I. -I. -I
   -g -O2 -MT poppler_document.lo -MD -MP -MF
 .deps/poppler_document.Tpo -c
 then mv -f .deps/poppler_document.Tpo .deps/poppler_document.Plo;
 else rm -f
  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../src/lib
 -I/usr/include/ewl -I/u
 /poppler_document.Tpo -c poppler_document.cpp  -fPIC -DPIC -o
 .libs/poppler_docu
 poppler_document.cpp: In function `Ecore_List*
 evas_poppler_document_scan_for_fo
 poppler_document.cpp:299: error: 'class FontInfo' has no member named
 'getFile'
 poppler_document.cpp:300: error: 'class FontInfo' has no member named
 'getFile'
 make[3]: *** [poppler_document.lo] Erreur 1
 make[3]: Leaving directory `/home/ray/e17/proto/epdf/src/lib'
 make[2]: *** [all-recursive] Erreur 1
 make[2]: Leaving directory `/home/ray/e17/proto/epdf/src'
 make[1]: *** [all-recursive] Erreur 1
 make[1]: Leaving directory `/home/ray/e17/proto/epdf'
 make: *** [all] Erreur 2

 What's wrong?

 Thank's

 Ray


 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problem using boost::bind and ecore_ipc from Enlightenment

2005-08-11 Thread Vincent Torri

For an example of implementation of callbacks with boost:

http://cvs.sourceforge.net/viewcvs.py/avisynth2/avisynth/src/filters/source/gstreamer/?only_with_tag=avisynth_3_0

look at factory.*

Vincent

On Mon, 1 Aug 2005, Carsten Haitzler wrote:

 On Sun, 31 Jul 2005 22:08:37 +0200 Der Lockruf des Kaos
 [EMAIL PROTECTED] babbled:

   ecore_* takes a pointer to a function whereas boost::bind returns an
   object (that can be used as a function by operator overloading). to use
   a member function you need both a pointer to an object instance and a
   pointer to the function, which boost::bind wraps up in an object, but
   which the efl can't use.
  
   it would be nice to use stuff like boost::bind, but that's a c++ thing
   and the efl is c
 
  Ok so i must use something else then i guess.
  Thanks for this good Explanation!
  I didn't realize this.

 yeah - basically you will need to write a c callback to c++ boost::bind style
 calling to make it work. one side of this must me a standard C function call 
 of
 the prototype ecore expects as handler callbacks. it is possible as you can
 create a generic callback handler that uses the data pointer as the pointer to
 the boots:bind: object and then proceeds to call down further from there using
 c++ as the object you gety is both an object AND a callback (from 
 boost::bind).

 btw - just theorising here - no practical examples for you.

 remember efl is c and done in a c way making it easy for c. c++ is often very
 similar and it is possible to bridge the 2 BUT when you jump into heavily OO 
 c++
 construct systems like boost::bind the separation between c and it gets larger
 and harder to bridge.

  So i guess i must code a Mini IPC Thing or think about restructuring my
  Framework in another Fashion. ;)
 
  BtW: Enlightenment rocks!
 
  Greets,
  Christian
 
 
 
  ---
  SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
  from IBM. Find simple to follow Roadmaps, straightforward articles,
  informative Webcasts and more! Get everything you need to get up to
  speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
 裸好多  [EMAIL PROTECTED]
 Tokyo, Japan (東京 日本)


 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problem using boost::bind and ecore_ipc from Enlightenment

2005-08-11 Thread Vincent Torri

Can't you wrap ecore objects with a boost::smart_ptr ? I use the smart_ptr
to wrap objects of the Gstreamer library without any problem. After that,
I think it is not difficult to use the C++ stuff of boost. For examples,
maybe you can have a look there:

http://cvs.sourceforge.net/viewcvs.py/avisynth2/avisynth/src/gstreamer/?only_with_tag=avisynth_3_0

Hope this helps

Vincent

On Sun, 31 Jul 2005, xnowfall wrote:

 ecore_* takes a pointer to a function whereas boost::bind returns an
 object (that can be used as a function by operator overloading). to use
 a member function you need both a pointer to an object instance and a
 pointer to the function, which boost::bind wraps up in an object, but
 which the efl can't use.

 it would be nice to use stuff like boost::bind, but that's a c++ thing
 and the efl is c



 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] French translation

2004-06-25 Thread Vincent Torri


On Fri, 25 Jun 2004, Ludwig Noujarret wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Carsten Haitzler (The Rasterman) a ?crit :
 
 |On Thu, 24 Jun 2004 22:49:49 +0200 Ludwig Noujarret
 [EMAIL PROTECTED]
 |babbled:
 |
 |Hi all,
 |
 |I'm a french user of enlightenment which I consider as a must-have and
 |was wondering how could I help the community in order to spread e as
 |wide as possible. So, I can offer parts of my spare time in e french
 |translation and would like to know how can I do this and who may I
 |contact.
 |
 |
 |in the e16 source look in the po directory
 |you will see a fr.po as a translation - this file handles translating
 strings
 |into french. it may not be up-to-date. :(
 
 Thanx a lot.
 
 After viewing this file, the best thing to do would be comparing it
 with the en_US one, since some translations seem to be unavailable and
 other ones show lacks. I don't know actually how POEdit works but it's
 the best way to learn :)
 
 So, in order to update properly this file once finished, may I post it
 on the devel list or directly mail you ?

Kwo is the owner of E 16, you should better send your updates to him

Otherwise, emacs is a good tool to update po files.

HTH

Vincent TORRI



---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] missing libltdl for imlib2

2004-02-29 Thread Vincent Torri

maybe you have to install libltdl-devel from your distro 

regards

Vincent TORRI

On Sun, 29 Feb 2004, phriedrich wrote:

 Hi,
 
 I've tried to compile imlib2 from cvs and get the following message from
 ./autogen.sh:
 
 -snip-
 -- configure: configuring in libltdl
 configure: WARNING: no configuration information is in libltdl
 + set +x
 Now type:
 
 make
 make install
 
 have fun.
 --snap-
 
 
 And when runing make:
 
 make  all-recursive
 make[1]: Entering directory `/home/Daten/Brennen/e17/CVS/e17/libs/imlib2'
 Making all in libltdl
 make[2]: Entering directory
 `/home/Daten/Brennen/e17/CVS/e17/libs/imlib2/libltdl' make[2]: *** Keine
 Regel, um »all« zu erstellen.  Schluss. make[2]: Leaving directory
 `/home/Daten/Brennen/e17/CVS/e17/libs/imlib2/libltdl' make[1]: ***
 [all-recursive] Fehler 1 make[1]: Leaving directory
 `/home/Daten/Brennen/e17/CVS/e17/libs/imlib2' make: *** [all] Fehler 2
 
 
 
 The directory libltdl/ is nearly empty:
 
  [EMAIL PROTECTED] imlib2]$ ls libltdl/
 acconfig.h  CVS/
 
 
 
 So my question is:
 What have I done wrong?  
 Shall I install libltdl from an other source first?
 Or give a parameter to exclude it?
 
 
 
 Thanks for your time...and sorry for the longish posting.
 
 
 Regards,
 
 Friedrich
 



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [ewl] menus

2004-02-04 Thread Vincent Torri


 On 04/02/04, at 13:47 +0100, Vincent Torri invite Th. Colin [EMAIL PROTECTED]:

 
  hello
 
  i am playing with ewl and now, i am wanting to create a menu, with
  submenu, etc... (in order to create a menubar or a popup menu). I have
  read the doc, but was unable to create the simplest menu.
 
  can someone help me ??

 I believe this type of question is more appropriate to the e-devel mailing
 list! :-p

maybe you're right, maybe Nathan does not read this list.

regards

Vincent TORRI


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users