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

2013-01-10 Thread Ray Chen
2013-1-10 上午12:15 於 Gustavo Sverzut Barbieri barbi...@profusion.mobi 寫道:

 On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen swy...@opensuse.org wrote:

  ray122@linux-wtrh:~ xdg-open $HOME/Dropbox/
  EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/''
  ERROR: org.enlightenment.FileManager.Error: unsupported protocolray122
 
  it's strange manner,
  so when I click the dropbox icon to open my Dropbox folder
  nothing happens!
  In xdg-open code, there's a section about e17
  it open the file and directory with enlightenment_open
  and
  enlightenment_open --help
  Usage: enlightenment_open [options] file-or-folder-or-url
  shows it should work
  but when enlightenment_open choose enlightenment_filemanager to open the
  folder
  it treat it as a file
 
  I think it's a bug
  Can anyone help?
 

 Seems e_fm_cmdline.c will do mess if you give it an URI.

 See the attached patch if fixes it.

Sorry, I can't see any attachment?

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202


--
 Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
 and much more. Keep your Java skills current with LearnJavaNow -
 200+ hours of step-by-step video tutorials by Java experts.
 SALE $49.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122612
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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/include/eina-1/eina -I/usr/local/include
-I/usr/include/ecore-1 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1
-I/usr/include/embryo-1 -I/usr/include/efreet-1
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-I/usr/include/e_dbus-1 -I/usr/include/eeze-1   -I/usr/include/ecore-1
-I/usr/include/eina-1 -I/usr/include/eina-1/eina
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/freetype2
-I/usr/local/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3
-DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC
-I/usr/include/emotion-1 -I/usr/include/eio-1 -I/usr/include/ecore-1
-I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/eina-1
-I/usr/include/eina-1/eina -I/usr/local/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/freetype2 -DPACKAGE_BIN_DIR=\/usr/bin\
-DPACKAGE_LIB_DIR=\/usr/lib\
-DPACKAGE_DATA_DIR=\/usr/share/enlightenment\
-DLOCALE_DIR=\/usr/share/locale\ -DPACKAGE_SYSCONF_DIR=\/etc\
-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables -g
-Wshadow -Wall -W -MT e_init_main.o -MD -MP -MF .deps/e_init_main.Tpo
-c -o e_init_main.o e_init_main.c
[  242s] e_fm_cmdline.c: In function 'fm_open':
[  242s] e_fm_cmdline.c:48:9: error: 'Efreet_Uri' undeclared (first
use in this function)
[  242s] e_fm_cmdline.c:48:9: note: each undeclared identifier is
reported only once for each function it appears in
[  242s] e_fm_cmdline.c:48:21: error: 'uri' undeclared (first use in
this function)
[  242s] e_fm_cmdline.c:48:9: warning: implicit declaration of
function 'efreet_uri_decode'
[  242s] e_fm_cmdline.c:49:44: warning: left-hand operand of comma
expression has no effect
[  242s] e_fm_cmdline.c:49:44: warning: value computed is not used
[  242s] e_fm_cmdline.c:49:44: warning: left-hand operand of comma
expression has no effect
[  242s] e_fm_cmdline.c:51:14: warning: implicit declaration of function 'ERR'
[  242s] e_fm_cmdline.c:54:16: warning: implicit declaration of
function 'efreet_uri_free'
[  242s] make[4]: *** [enlightenment_filemanager-e_fm_cmdline.o] Error 1
[  242s] make[4]: *** Waiting for unfinished jobs
[  242s] e_fm_op.c: In function '_e_fm_op_send_error':
[  242s] e_fm_op.c:960:14: warning: ignoring return value of 'write',
declared with attribute warn_unused_result
[  242s] e_fm_op.c: In function '_e_fm_op_update_progress_report':
[  242s] e_fm_op.c:1039:9: warning: ignoring return value of 'write',
declared with attribute warn_unused_result
[  242s] e_fm_op.c: In function '_e_fm_op_copy_stat_info':
[  242s] e_fm_op.c:1126:9: warning: ignoring return value of 'chown',
declared with attribute warn_unused_result
[  242s] mv -f .deps/enlightenment_open-e_open.Tpo
.deps/enlightenment_open-e_open.Po
[  243s] mv -f .deps/e_init_main.Tpo .deps/e_init_main.Po
[  243s] mv -f .deps/e_fm_op.Tpo .deps/e_fm_op.Po
[  243s] make[4]: Leaving directory
`/usr/src/packages/BUILD/enlightenment-0.17.0/src/bin'
[  243s] make[3]: *** [all-recursive] Error 1
[  243s] make[3]: Leaving directory
`/usr/src/packages/BUILD/enlightenment-0.17.0/src/bin'
[  243s] make[2]: *** [all-recursive] Error 1
[  243s] make[2]: Leaving directory
`/usr/src/packages/BUILD/enlightenment-0.17.0/src'
[  243s] make[1]: *** [all-recursive] Error 1
[  243s] make[1]: Leaving directory
`/usr/src/packages/BUILD/enlightenment-0.17.0'
[  243s] make: *** [all] Error 2
[  243s] error: Bad exit status from /var/tmp/rpm-tmp.ZosFJ5 (%build)

how can I solve this?

With Regards
Ray Chen


2013/1/11 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 trying again as txt


 On Thu, Jan 10, 2013 at 11:32 AM, Ray Chen swy...@opensuse.org wrote:

  2013-1-10 上午12:15 於 Gustavo Sverzut Barbieri barbi...@profusion.mobi
  寫道:
  
   On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen swy...@opensuse.org wrote:
  
ray122@linux-wtrh:~ xdg-open $HOME/Dropbox/
EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/''
ERROR: org.enlightenment.FileManager.Error: unsupported
 protocolray122
   
it's strange manner,
so when I click the dropbox icon to open my Dropbox folder
nothing happens!
In xdg-open code, there's a section about e17
it open the file and directory with enlightenment_open
and
enlightenment_open --help
Usage: enlightenment_open [options] file-or-folder-or-url
shows it should work
but when enlightenment_open choose enlightenment_filemanager to open
  the
folder
it treat it as a file
   
I think it's a bug
Can anyone help?
   
  
   Seems e_fm_cmdline.c will do mess if you give it an 

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 get any warnings (did you
try to run with: EINA_LOG_LEVELS=eina_prefix:4?)


On Wed, Jan 9, 2013 at 4:32 PM, Arvind R arvin...@gmail.com wrote:

 On Wed, Jan 9, 2013 at 10:28 PM, Gustavo Sverzut Barbieri
 barbi...@profusion.mobi wrote:
  On Tue, Jan 8, 2013 at 11:24 PM, Arvind R arvin...@gmail.com wrote:
 
  On Wed, Jan 9, 2013 at 5:56 AM, Arvind R arvin...@gmail.com wrote:
   On Wed, Jan 9, 2013 at 5:28 AM, Gustavo Sverzut Barbieri
   barbi...@profusion.mobi wrote:
   On Tue, Jan 8, 2013 at 8:26 PM, Gustavo Sverzut Barbieri 
   barbi...@profusion.mobi wrote:
  
   On Tue, Jan 8, 2013 at 7:14 AM, Arvind R arvin...@gmail.com
 wrote:
  
   On Tue, Jan 8, 2013 at 2:18 AM, Gustavo Sverzut Barbieri
   barbi...@profusion.mobi wrote:
On Mon, Jan 7, 2013 at 9:14 AM, Arvind R arvin...@gmail.com
  wrote:
   
Hi all,
   
After getting xine backend working in emotion, tried generic
 (vlc)
backend. Nope - doesn't work -:(
   
Problem 1: Using the example source, now need to add:
emotion_object_module_option_set(em, player, vlc);
   
It does not fall-back to the default generic player.
   
Problem 2:
em_player_vlc cannot be found, because generic_module_init()
 fails
  to
set the prefixes proper.
   
So put printf() and recompiled. (Is there is a small howto on
 the
  eina
logging system?) Output:
   
evas engine: auto
emotion backend: generic
vis: 0
geometry: 0 0 960x540
generic_module_init: initing libdir to /usr/lib/x86_64-linux-gnu
   
   
this seems wrong already, is it PACKAGE_LIB_DIR? why does it
 contain
x86_64-linux-gnu? in Makefile.am it's just $(libdir), did you
  specify
something with --libdir?
   
   Yes. '$prefix/lib/$DEB_ARCH. The x86_64-linux-gnu is correct.
   
   
generic_module_init: got libdir /usr/lib/lib
   
   
yet another very weird result. double lib in the path? Where
 are
  you
installing these things?
   
eina_prefix_new() will use the given symbol (emotion_object_add)
 and
   dladdr
to know which file it came from. Should be the libemotion.so.
 Then
  it
   gets
the directory where libemotion.so is contained, should be
 /usr/lib
  if
   it's
/usr/lib/libemotion.so. Then it will remove the lib part to get
  the
prefix, later adding this again (this is what it should do, did
 not
   test to
see if it's correct).
   
   Ah-ah! The logic is IMHO, wrong! My installation is a multiarch
 debian
   install. The x86_64 libdir is '/usr/lib/x86_64-linux-gnu' and
 32-bit
   version in 'usr/lib32' on a x86_64-linux-gnu system and
 '/usr/lib/' on
   a 'x86-linux-gnu' system. The modules get installed in sub-dirs of
 the
   library, e.g. libemotion.so gets installed in
   '/usr/lib/x86_64-linux-gnu/' and emotion modules in
   '/usr/lib/x86_64-linux-gnu/emotion/'.
  
  
   ok, got it and from this commit it seems to be handled
   http://trac.enlightenment.org/e/changeset/74709
  
   (I mean the message, not the logic, will check that later).
  
  
  
   This makes the 'MODULE_ARCH' variable in autoconf files
 unnecessary;
  
  
   not really as it also includes efl version. Also will allow
 installing
  to
   shared /usr, like NFS used by multiple platforms (ppc, x86...)... in
   theory, because in practice half of EFL doesn't conform with that
  (emotion,
   ecore_imf, eeze/sensors, evas cserve2 binaries, efreet
 binaries...). I
  plan
   to fix those soon.
  
  
  
   and, as I have on my system (untested -:(), a lib32 AND a x86_64
   installation possible. This will conform to most packaging systems
   AFAIK, and definitely to Debian.
   If the logic is modified to scan from right to left the absence of
   '^lib' substring to get the prefix, and later add ALL the
 subsequent
   parts, all will be fine. Better still, have eina_prefix_new take
 the
   $PREFIX value too to enable a left-to-right scan.
  
  
  
   I'll check the logic, but it's worth for you to check if you have
 that
   patch in your version.
  
  
   the logic assumes a magic file to check. That's why most libraries
  started
   to ship with checkme files.
  
   checkme files for eeze|efreet|ecore-imf|evas installed in /usr/share/
  
   I did a fix for single tree efl as r82429. It would be nice if
 someone
   could backport this to stable branch.
  
   Will check with current tip.
  
  -:( Now have to set link from /usr/lib/emotion to
  /usr/lib/x86_64-linux-gnu/emotion
  Problem IMHO not fixed.
 
 
 
  Hi,
 
  Would you let me know the configure line you pass? (You can get that from
  config.log file)
 
 ./configure --build=x86_64-linux-gnu --prefix=/usr
 --includedir=${prefix}/include --mandir=${prefix}/share/man
 

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 Efreet.h.

Hopefully discomfitor will get to this patch, review, fix, apply  backport
:-)


On Fri, Jan 11, 2013 at 1:17 AM, Ray Chen swy...@opensuse.org wrote:

 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/include/eina-1/eina -I/usr/local/include
 -I/usr/include/ecore-1 -I/usr/include/glib-2.0
 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1
 -I/usr/include/embryo-1 -I/usr/include/efreet-1
 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
 -I/usr/include/e_dbus-1 -I/usr/include/eeze-1   -I/usr/include/ecore-1
 -I/usr/include/eina-1 -I/usr/include/eina-1/eina
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/freetype2
 -I/usr/local/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3
 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC
 -I/usr/include/emotion-1 -I/usr/include/eio-1 -I/usr/include/ecore-1
 -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/eina-1
 -I/usr/include/eina-1/eina -I/usr/local/include
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 -I/usr/include/freetype2 -DPACKAGE_BIN_DIR=\/usr/bin\
 -DPACKAGE_LIB_DIR=\/usr/lib\
 -DPACKAGE_DATA_DIR=\/usr/share/enlightenment\
 -DLOCALE_DIR=\/usr/share/locale\ -DPACKAGE_SYSCONF_DIR=\/etc\
 -fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g
 -Wshadow -Wall -W -MT e_init_main.o -MD -MP -MF .deps/e_init_main.Tpo
 -c -o e_init_main.o e_init_main.c
 [  242s] e_fm_cmdline.c: In function 'fm_open':
 [  242s] e_fm_cmdline.c:48:9: error: 'Efreet_Uri' undeclared (first
 use in this function)
 [  242s] e_fm_cmdline.c:48:9: note: each undeclared identifier is
 reported only once for each function it appears in
 [  242s] e_fm_cmdline.c:48:21: error: 'uri' undeclared (first use in
 this function)
 [  242s] e_fm_cmdline.c:48:9: warning: implicit declaration of
 function 'efreet_uri_decode'
 [  242s] e_fm_cmdline.c:49:44: warning: left-hand operand of comma
 expression has no effect
 [  242s] e_fm_cmdline.c:49:44: warning: value computed is not used
 [  242s] e_fm_cmdline.c:49:44: warning: left-hand operand of comma
 expression has no effect
 [  242s] e_fm_cmdline.c:51:14: warning: implicit declaration of function
 'ERR'
 [  242s] e_fm_cmdline.c:54:16: warning: implicit declaration of
 function 'efreet_uri_free'
 [  242s] make[4]: *** [enlightenment_filemanager-e_fm_cmdline.o] Error 1
 [  242s] make[4]: *** Waiting for unfinished jobs
 [  242s] e_fm_op.c: In function '_e_fm_op_send_error':
 [  242s] e_fm_op.c:960:14: warning: ignoring return value of 'write',
 declared with attribute warn_unused_result
 [  242s] e_fm_op.c: In function '_e_fm_op_update_progress_report':
 [  242s] e_fm_op.c:1039:9: warning: ignoring return value of 'write',
 declared with attribute warn_unused_result
 [  242s] e_fm_op.c: In function '_e_fm_op_copy_stat_info':
 [  242s] e_fm_op.c:1126:9: warning: ignoring return value of 'chown',
 declared with attribute warn_unused_result
 [  242s] mv -f .deps/enlightenment_open-e_open.Tpo
 .deps/enlightenment_open-e_open.Po
 [  243s] mv -f .deps/e_init_main.Tpo .deps/e_init_main.Po
 [  243s] mv -f .deps/e_fm_op.Tpo .deps/e_fm_op.Po
 [  243s] make[4]: Leaving directory
 `/usr/src/packages/BUILD/enlightenment-0.17.0/src/bin'
 [  243s] make[3]: *** [all-recursive] Error 1
 [  243s] make[3]: Leaving directory
 `/usr/src/packages/BUILD/enlightenment-0.17.0/src/bin'
 [  243s] make[2]: *** [all-recursive] Error 1
 [  243s] make[2]: Leaving directory
 `/usr/src/packages/BUILD/enlightenment-0.17.0/src'
 [  243s] make[1]: *** [all-recursive] Error 1
 [  243s] make[1]: Leaving directory
 `/usr/src/packages/BUILD/enlightenment-0.17.0'
 [  243s] make: *** [all] Error 2
 [  243s] error: Bad exit status from /var/tmp/rpm-tmp.ZosFJ5 (%build)

 how can I solve this?

 With Regards
 Ray Chen


 2013/1/11 Gustavo Sverzut Barbieri barbi...@profusion.mobi

  trying again as txt
 
 
  On Thu, Jan 10, 2013 at 11:32 AM, Ray Chen swy...@opensuse.org wrote:
 
   2013-1-10 上午12:15 於 Gustavo Sverzut Barbieri 
 barbi...@profusion.mobi
   寫道:
   
On Wed, Jan 9, 2013 at 12:15 PM, Ray Chen swy...@opensuse.org
 wrote:
   
 ray122@linux-wtrh:~ xdg-open $HOME/Dropbox/
 EXE: 'enlightenment_filemanager 'file:///home/ray122/Dropbox/''
 ERROR: org.enlightenment.FileManager.Error: unsupported
  protocolray122

 it's strange manner,
 so when I click the dropbox icon to open my Dropbox folder
 nothing happens!
 In xdg-open code, there's a section about e17
 it open the file and directory with 

[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
ERR6568: lib/ecore_evas/ecore_evas.c:3057 ecore_evas_buffer_new() safety
check failed: m == NULL
lt-edje_cc: Critical. Cannot create buffer engine canvas for image load.
make[4]: *** [tests/emotion/data/theme.edj] Error 255
make[4]: *** Waiting for unfinished jobs
make[4]: Leaving directory `/usr/local/src/e17_src/efl/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/e17_src/efl/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/e17_src/efl/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/e17_src/efl'
make: *** [all] Error 2

http://pastebin.com/hQ4Frs2y has all the compilation output.

Thanks,
--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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,

 While compiling version number 82610, efl shows compilation errors.

   EDJtests/emotion/data/theme.edj
   CCLD   modules/ecore_evas/engines/buffer/module.la
 ERR6568: lib/ecore_evas/ecore_evas.c:3057 ecore_evas_buffer_new() safety
 check failed: m == NULL
 lt-edje_cc: Critical. Cannot create buffer engine canvas for image load.
 make[4]: *** [tests/emotion/data/theme.edj] Error 255
 make[4]: *** Waiting for unfinished jobs
 make[4]: Leaving directory `/usr/local/src/e17_src/efl/src'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/usr/local/src/e17_src/efl/src'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory `/usr/local/src/e17_src/efl/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/usr/local/src/e17_src/efl'
 make: *** [all] Error 2

 http://pastebin.com/hQ4Frs2y has all the compilation output.

 Thanks,

 --
 Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
 much more. Get web development skills now with LearnDevNow -
 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
 SALE $99.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122812
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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
 common and missing it will be cumbersome.


Thanks, will wait for that. Compilation is basically stuck at that point 
I do not know how to circumvent it.



 On Friday, January 11, 2013, Vikram Goyal wrote:

  Hi,
 
  While compiling version number 82610, efl shows compilation errors.
 
EDJtests/emotion/data/theme.edj
CCLD   modules/ecore_evas/engines/buffer/module.la
  ERR6568: lib/ecore_evas/ecore_evas.c:3057 ecore_evas_buffer_new()
 safety
  check failed: m == NULL
  lt-edje_cc: Critical. Cannot create buffer engine canvas for image load.
  make[4]: *** [tests/emotion/data/theme.edj] Error 255
  make[4]: *** Waiting for unfinished jobs
  make[4]: Leaving directory `/usr/local/src/e17_src/efl/src'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/usr/local/src/e17_src/efl/src'
  make[2]: *** [all] Error 2
  make[2]: Leaving directory `/usr/local/src/e17_src/efl/src'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/usr/local/src/e17_src/efl'
  make: *** [all] Error 2
 
  http://pastebin.com/hQ4Frs2y has all the compilation output.
 
  Thanks,

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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 javascript:; 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
  common and missing it will be cumbersome.
 
 
 Thanks, will wait for that. Compilation is basically stuck at that point 
 I do not know how to circumvent it.


Make -j1? Seems it was running in parallel







  On Friday, January 11, 2013, Vikram Goyal wrote:
 
   Hi,
  
   While compiling version number 82610, efl shows compilation errors.
  
 EDJtests/emotion/data/theme.edj
 CCLD   modules/ecore_evas/engines/buffer/module.la
   ERR6568: lib/ecore_evas/ecore_evas.c:3057 ecore_evas_buffer_new()
  safety
   check failed: m == NULL
   lt-edje_cc: Critical. Cannot create buffer engine canvas for image
 load.
   make[4]: *** [tests/emotion/data/theme.edj] Error 255
   make[4]: *** Waiting for unfinished jobs
   make[4]: Leaving directory `/usr/local/src/e17_src/efl/src'
   make[3]: *** [all-recursive] Error 1
   make[3]: Leaving directory `/usr/local/src/e17_src/efl/src'
   make[2]: *** [all] Error 2
   make[2]: Leaving directory `/usr/local/src/e17_src/efl/src'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/usr/local/src/e17_src/efl'
   make: *** [all] Error 2
  
   http://pastebin.com/hQ4Frs2y has all the compilation output.
  
   Thanks,
 

 --
 Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
 much more. Get web development skills now with LearnDevNow -
 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
 SALE $99.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122812
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users