Re: [e-users] E17 Trunk Version 82610 compilation error ecore_evas.c:3057 ecore_evas_buffer_new() safety check failed: m == NULL

2013-01-10 Thread Gustavo Sverzut Barbieri
On Friday, January 11, 2013, Vikram Goyal wrote: > On Fri, Jan 11, 2013 at 11:17 AM, Gustavo Sverzut Barbieri < > barbi...@profusion.mobi > wrote: > > > Seems its missing a dependency on ecore Evas engine. Indeed it's not > > required by edje_cc to build, but it is to run. > > > > Tomorrow I'll fi

Re: [e-users] E17 Trunk Version 82610 compilation error ecore_evas.c:3057 ecore_evas_buffer_new() safety check failed: m == NULL

2013-01-10 Thread Vikram Goyal
On Fri, Jan 11, 2013 at 11:17 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > Seems its missing a dependency on ecore Evas engine. Indeed it's not > required by edje_cc to build, but it is to run. > > Tomorrow I'll fix that. Maybe I'll add buffer as static module as its very > co

Re: [e-users] E17 Trunk Version 82610 compilation error ecore_evas.c:3057 ecore_evas_buffer_new() safety check failed: m == NULL

2013-01-10 Thread Gustavo Sverzut Barbieri
Seems its missing a dependency on ecore Evas engine. Indeed it's not required by edje_cc to build, but it is to run. Tomorrow I'll fix that. Maybe I'll add buffer as static module as its very common and missing it will be cumbersome. On Friday, January 11, 2013, Vikram Goyal wrote: > Hi, > > Wh

[e-users] E17 Trunk Version 82610 compilation error ecore_evas.c:3057 ecore_evas_buffer_new() safety check failed: m == NULL

2013-01-10 Thread Vikram Goyal
Hi, While compiling version number 82610, efl shows compilation errors. EDJtests/emotion/data/theme.edj CCLD modules/ecore_evas/engines/buffer/module.la ERR<6568>: lib/ecore_evas/ecore_evas.c:3057 ecore_evas_buffer_new() safety check failed: m == NULL lt-edje_cc: Critical. Cannot create

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Gustavo Sverzut Barbieri
I'm not able to compile e17 right now. It's a matter of replacing ERR() with fprintf(stderr) and #include . Hopefully discomfitor will get to this patch, review, fix, apply & backport :-) On Fri, Jan 11, 2013 at 1:17 AM, Ray Chen wrote: > Thanks you , Gustavo, > try to use the patch to compile

Re: [e-users] Problem with eina_prefix_new

2013-01-10 Thread Gustavo Sverzut Barbieri
Hi, Did you try recent svn to see if your problems went away? I also sent the emotion_generic_players to trunk. >From my memory I recall that the generic player used a strange eina_prefix_new() with LOCALE_DIR being "", that would lead to no prefix being used at all :-/ Strange that you did not g

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Ray Chen
Thanks you , Gustavo, try to use the patch to compile e17 got errors as below: [ 242s] gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src/bin -I../.. -I../../src/bin -DUSE_E_CONFIG_H -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/freetype2 -I/usr/include/eina-1 -I/usr/incl

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Gustavo Sverzut Barbieri
trying again as txt On Thu, Jan 10, 2013 at 11:32 AM, Ray Chen wrote: > 2013-1-10 上午12:15 於 "Gustavo Sverzut Barbieri" > 寫道: > > > > On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen wrote: > > > > > ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ > > > EXE: 'enlightenment_filemanager 'file:///home/ray1

Re: [e-users] xdg-open can't open directory

2013-01-10 Thread Ray Chen
2013-1-10 上午12:15 於 "Gustavo Sverzut Barbieri" 寫道: > > On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen wrote: > > > ray122@linux-wtrh:~> xdg-open $HOME/Dropbox/ > > EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/'' > > ERROR: org.enlightenment.FileManager.Error: unsupported protocolray122