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

2013-01-11 Thread Vikram Goyal
Yes, it was -j2. I set it to single job -j1  now it compiles at
revision 82616

Thanks a lot.

On Fri, Jan 11, 2013 at 11:41 AM, Gustavo Sverzut Barbieri 
barbi...@profusion.mobi wrote:

 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




-- 
--
vikram...
  
  
^^''^^||root||^^^'''^^
 // \\   ))
//(( \\// \\
   // /\\ ||   \\
  || / )) ((\\
--
. o
~|~
. =
--
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-11 Thread Gustavo Sverzut Barbieri
Hi,

with r82648 I move the requirement in the lib, that should fix your stuff
(also avoid other problems).


On Fri, Jan 11, 2013 at 6:54 AM, Vikram Goyal vikigo...@gmail.com wrote:

 Yes, it was -j2. I set it to single job -j1  now it compiles at
 revision 82616

 Thanks a lot.

 On Fri, Jan 11, 2013 at 11:41 AM, Gustavo Sverzut Barbieri 
 barbi...@profusion.mobi wrote:

  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
 



 --
 --
 vikram...
   
   
 ^^''^^||root||^^^'''^^
  // \\   ))
 //(( \\// \\
// /\\ ||   \\
   || / )) ((\\
 --
 . o
 ~|~
 . =

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




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


[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