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 wrote: > On Fri, Jan 11, 2013 at 8:58 AM, Gustavo Sverzut Barbieri > 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.

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 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 em_generic_vlc. E17 does not fi

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] Problem with eina_prefix_new

2013-01-09 Thread Arvind R
On Wed, Jan 9, 2013 at 10:28 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Jan 8, 2013 at 11:24 PM, Arvind R wrote: > >> On Wed, Jan 9, 2013 at 5:56 AM, Arvind R wrote: >> > On Wed, Jan 9, 2013 at 5:28 AM, Gustavo Sverzut Barbieri >> > wrote: >> >> On Tue, Jan 8, 2013 at 8:26 PM, Gustavo Sverzu

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 wrote: > On Wed, Jan 9, 2013 at 5:56 AM, Arvind R wrote: > > On Wed, Jan 9, 2013 at 5:28 AM, Gustavo Sverzut Barbieri > > wrote: > >> On Tue, Jan 8, 2013 at 8:26 PM, Gustavo Sverzut Barbieri < > >> barbi...@profusion.mobi> wrote: > >> > >>> On Tue, Jan

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 wrote: > On Wed, Jan 9, 2013 at 5:28 AM, Gustavo Sverzut Barbieri > 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 wrote: >>> On Tue, Jan 8, 2013

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 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 wrote: >> >>> On Tue, Jan 8, 2013 at 2:18 AM, Gustavo Sverzut Barbieri >>> wrote: >>> > On

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 wrote: > On Tue, Jan 8, 2013 at 7:14 AM, Arvind R wrote: > >> On Tue, Jan 8, 2013 at 2:18 AM, Gustavo Sverzut Barbieri >> wrote: >> > On Mon, Jan 7, 2013 at 9:14 AM, Arvind R wrote: >> > >> >> Hi all, >> >> >> >> After getting xine backen

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 wrote: > >> On Tue, Jan 8, 2013 at 2:18 AM, Gustavo Sverzut Barbieri >> wrote: >> > On Mon, Jan 7, 2013 at 9:14 AM, Arvind R wrote: >> > >> >> Hi all, >> >> >> >

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 wrote: > On Tue, Jan 8, 2013 at 2:18 AM, Gustavo Sverzut Barbieri > wrote: > > On Mon, Jan 7, 2013 at 9:14 AM, Arvind R wrote: > > > >> Hi all, > >> > >> After getting xine backend working in emotion, tried generic (vlc) > >> backend. Nope - doesn't work

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 wrote: > On Mon, Jan 7, 2013 at 9:14 AM, Arvind R 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: >

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

Re: [e-users] Problem with eina_prefix_new

2013-01-07 Thread Nicolas Aguirre
2013/1/7 Arvind R > 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 : http://docs.enlightenment.org/auto/eina/group__Eina__Log__Group.html regards

[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