Re: [e-users] Problem with eina_prefix_new

2013-01-13 Thread Gustavo Sverzut Barbieri
On Sat, Jan 12, 2013 at 8:35 PM, Arvind R arvin...@gmail.com wrote: On Fri, Jan 11, 2013 at 8:58 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi, Did you try recent svn to see if your problems went away? I also sent the emotion_generic_players to trunk. svn82709 - see two

Re: [e-users] Problem with eina_prefix_new

2013-01-12 Thread Arvind R
On Fri, Jan 11, 2013 at 8:58 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi, Did you try recent svn to see if your problems went away? I also sent the emotion_generic_players to trunk. svn82709 - see two patches i sent to enable build. The trunk now does not have

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

Re: [e-users] Problem with eina_prefix_new

2013-01-09 Thread Gustavo Sverzut Barbieri
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

Re: [e-users] Problem with eina_prefix_new

2013-01-09 Thread Arvind R
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

Re: [e-users] Problem with eina_prefix_new

2013-01-08 Thread Arvind R
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

Re: [e-users] Problem with eina_prefix_new

2013-01-08 Thread Gustavo Sverzut Barbieri
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

Re: [e-users] Problem with eina_prefix_new

2013-01-08 Thread Gustavo Sverzut Barbieri
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

Re: [e-users] Problem with eina_prefix_new

2013-01-08 Thread Arvind R
On Wed, Jan 9, 2013 at 3:56 AM, 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

Re: [e-users] Problem with eina_prefix_new

2013-01-08 Thread Arvind R
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

Re: [e-users] Problem with eina_prefix_new

2013-01-08 Thread Arvind R
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

[e-users] Problem with eina_prefix_new

2013-01-07 Thread Arvind R
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

Re: [e-users] Problem with eina_prefix_new

2013-01-07 Thread Nicolas Aguirre
2013/1/7 Arvind R arvin...@gmail.com So put printf() and recompiled. (Is there is a small howto on the eina logging system?) Output: yes, here : http://docs.enlightenment.org/auto/eina/tutorial_log_page.html and the complete doc :

Re: [e-users] Problem with eina_prefix_new

2013-01-07 Thread Gustavo Sverzut Barbieri
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