[E-devel] Putting Ecore_Evas window at specific co-ordinates

2014-08-11 Thread Prathamesh P Ghanekar
Hi,

I am trying to compile and run the emtion_basic_example.c file available in the 
EFL documentation.
While I am able to do so, I am not able to observe the change in X and Y 
co-ordinates of the window when I change x and y parameters in ecore_evas_new() 
API, when I run the code on Tizen desktop system, (where X server is absent).

I would like to know few basic things.
1)In absence of X server, where wayland-like display server is at work, how to 
control the position of the window?
2)How is Ecore_Evas related to the Ecore_wl_window?Should I be manipulating 
attributes of Ecore_wlo_window instead of ecore_evas itself, if I have to 
change the co-ordinates of the window so obtained?

Regards,
Prathamesh Ghanekar


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-08-01 Thread Prathamesh P Ghanekar
Hi Carsten,

I have an update. I could hit gstreamer backend with emotion_basic_example :).
Following line of code did the trick.

emotion_object_init(em,"gstreamer1");

Thanks,
Prathamesh Ghanekar

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 01 August 2014 14:50
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] rage video player not rendering video, but audio plays 
back!

On Fri, 1 Aug 2014 03:01:04 + Prathamesh P Ghanekar 
 said:

it's there:

config->emotion_engine = eina_stringshare_add("gstreamer1");

and it uses that to init emotion. other than a cmdline option to specify 
emotion engine there is no other way to have a different one. emotion will fall 
back to another engine if not there.

1. did emotion build gstreamer1 module?
2. is it installed in PREFIX/lib/emotion/modules 3. does emotion_test work on 
the video? emotion_test -b gstreamer1 file.mp4

? i am not sure what to say - it works on all my machines perfectly. gstreamer1 
is working playing videos and audio all day long.. in rage... ?


> Hi Carsten,
> 
> I ran it after doing make-install. Still it gives the same error.
> 
> I also tried emotion_basic_example.c from 
> http://docs.enlightenment.org/auto/efl/emotion_basic_example_8c-exampl
> e.html But it doesn't seem to be using gstreamer1.0 backend. I tried 
> putting breakpoint in the EFL library code, (where gstreamer pipeline 
> is created).But, it doesn't hit that, while in case of rage player, it 
> does.
> 
> How can we assure that our emotion based application will use 
> gstreamer backend?
> 
> Thanks,
> Prathamesh
> 
> ~~Disclaimer~~
> ~
> Information contained and transmitted by this e-mail is confidential 
> and proprietary to IGATE and its affiliates and is intended for use 
> only by the recipient. If you are not the intended recipient, you are 
> hereby notified that any dissemination, distribution, copying or use 
> of this e-mail is strictly prohibited and you are requested to delete 
> this e-mail immediately and notify the originator or 
> mailad...@igate.com <mailto:mailad...@igate.com>. IGATE does not enter 
> into any agreement with any party by e-mail. Any views expressed by an 
> individual do not necessarily reflect the view of IGATE. IGATE is not 
> responsible for the consequences of any actions taken on the basis of 
> information provided, through this email.
> The contents of an attachment to this e-mail may contain software 
> viruses, which could damage your own computer system. While IGATE has 
> taken every reasonable precaution to minimise this risk, we cannot 
> accept liability for any damage which you sustain as a result of 
> software viruses. You should carry out your own virus checks before 
> opening an attachment. To know more about IGATE please visit www.igate.com 
> <http://www.igate.com>.
> ~~
> ~~


--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
<http://www.igate.com>.



---

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-31 Thread Prathamesh P Ghanekar
Hi Carsten,

I ran it after doing make-install. Still it gives the same error.

I also tried emotion_basic_example.c from 
http://docs.enlightenment.org/auto/efl/emotion_basic_example_8c-example.html
But it doesn't seem to be using gstreamer1.0 backend. I tried putting 
breakpoint in the EFL library code, (where gstreamer pipeline is created).But, 
it doesn't hit that, while in case of rage player, it does.

How can we assure that our emotion based application will use gstreamer backend?

Thanks,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-31 Thread Prathamesh P Ghanekar
Hi Cedric,

These are the messages I get on the console. There is no mention of any package 
missing in this.Plz let me know if you get any

prathamesh@ubuntu:~/rage/src/bin$ ./rage /home/prathamesh/Videos/Life\ of\ Pi\ 
-\ Official\ Trailer\ \(HD\).mp4.filepart
ERR<13505>:elementary elm_layout.c:854 _elm_layout_file_set() failed to set 
edje file '/usr/local/share/rage/themes/default.edj', group 'rage/core': File 
Does Not Exist
ERR<13505>:elementary elm_layout.c:984 _elm_layout_elm_container_content_set() 
could not swallow 0x8000522a into part 'rage.pos.swallow'
ERR<13505>:elementary elm_layout.c:984 _elm_layout_elm_container_content_set() 
could not swallow 0x8000542b into part 'rage.vol.swallow'
ERR<13505>:elementary elm_layout.c:984 _elm_layout_elm_container_content_set() 
could not swallow 0x8000562c into part 'rage.options.swallow'
ERR<13505>:elementary elm_layout.c:984 _elm_layout_elm_container_content_set() 
could not swallow 0x8000582d into part 'rage.pos.prev.swallow'
ERR<13505>:elementary elm_layout.c:984 _elm_layout_elm_container_content_set() 
could not swallow 0x80005a2e into part 'rage.pos.play.swallow'
ERR<13505>:elementary elm_layout.c:984 _elm_layout_elm_container_content_set() 
could not swallow 0x80005c2f into part 'rage.pos.next.swallow'
ERR<13505>:elementary elm_layout.c:984 _elm_layout_elm_container_content_set() 
could not swallow 0x80006232 into part 'rage.content'
opened
play start

Regards,
Prathamesh Ghanekar

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-29 Thread Prathamesh P Ghanekar
Hi,

I have all these gstreamer packages on my Ubuntu13.10  host.

prathamesh@ubuntu:~/rage/src/bin$ dpkg -l|grep gst
ii  bluez-gstreamer   4.101-0ubuntu8b1  
 i386 Bluetooth GStreamer support
ii  gir1.2-gst-plugins-base-1.0   1.2.0-1ubuntu1
 i386 Description: GObject introspection data for the GStreamer 
Plugins Base library
ii  gir1.2-gstreamer-1.0  1.2.0-1   
 i386 Description: GObject introspection data for the GStreamer 
library
ii  gstreamer0.10-alsa:i386   0.10.36-1.1ubuntu1
 i386 GStreamer plugin for ALSA
ii  gstreamer0.10-ffmpeg:i386 0.10.13-5 
 i386 FFmpeg plugin for GStreamer
ii  gstreamer0.10-nice:i386   0.1.4-1   
 i386 ICE library (GStreamer 0.10 plugin)
ii  gstreamer0.10-plugins-base:i386   0.10.36-1.1ubuntu1
 i386 GStreamer plugins from the "base" set
ii  gstreamer0.10-plugins-base-apps   0.10.36-1.1ubuntu1
 i386 GStreamer helper programs from the "base" set
ii  gstreamer0.10-plugins-good:i386   0.10.31-3+nmu1ubuntu3 
 i386 GStreamer plugins from the "good" set
ii  gstreamer0.10-pulseaudio:i386 0.10.31-3+nmu1ubuntu3 
 i386 GStreamer plugin for PulseAudio
ii  gstreamer0.10-tools   0.10.36-1.2ubuntu1
 i386 Tools for use with GStreamer
ii  gstreamer0.10-x:i386  0.10.36-1.1ubuntu1
 i386 GStreamer plugins for X11 and Pango
ii  gstreamer1.0-alsa:i3861.2.0-1ubuntu1
 i386 GStreamer plugin for ALSA
ii  gstreamer1.0-clutter  2.0.8-1   
 i386 Clutter PLugin for GStreamer 1.0
ii  gstreamer1.0-libav:i386   1.0.10-1ubuntu1   
 i386 FFmpeg plugin for GStreamer
ii  gstreamer1.0-nice:i3860.1.4-1   
 i386 ICE library (GStreamer plugin)
ii  gstreamer1.0-plugins-bad:i386 1.2.0-3ubuntu5
 i386 GStreamer plugins from the "bad" set
ii  gstreamer1.0-plugins-base:i3861.2.0-1ubuntu1
 i386 GStreamer plugins from the "base" set
ii  gstreamer1.0-plugins-base-apps1.2.0-1ubuntu1
 i386 GStreamer helper programs from the "base" set
ii  gstreamer1.0-plugins-good:i3861.2.0-1ubuntu1
 i386 GStreamer plugins from the "good" set
ii  gstreamer1.0-plugins-ugly:i3861.2.0-1   
 i386 GStreamer plugins from the "ugly" set
ii  gstreamer1.0-pulseaudio:i386  1.2.0-1ubuntu1
 i386 GStreamer plugin for PulseAudio
ii  gstreamer1.0-tools1.2.0-1   
 i386 Tools for use with GStreamer
ii  gstreamer1.0-x:i386   1.2.0-1ubuntu1
 i386 GStreamer plugins for X11 and Pango
ii  libclutter-gst-2.0-0:i386 2.0.8-1   
 i386 Open GL based interactive canvas library GStreamer 
elements
ii  libgstreamer-plugins-bad1.0-0:i3861.2.0-3ubuntu5
 i386 GStreamer development files for libraries from the "bad" 
set
ii  libgstreamer-plugins-base0.10-0:i386  0.10.36-1.1ubuntu1
 i386 GStreamer libraries from the "base" set
ii  libgstreamer-plugins-base1.0-0:i386   1.2.0-1ubuntu1
 i386 GStreamer libraries from the "base" set
ii  libgstreamer-plugins-base1.0-dev  1.2.0-1ubuntu1
 i386 GStreamer development files for libraries from the "base" 
set
ii  libgstreamer-plugins-good1.0-0:i386   1.2.0-1ubuntu1
 i386 GStreamer development files for libraries from the "good" 
set
ii  libgstreamer0.10-0:i386   0.10.36-1.2ubuntu1
 i386 Core GStreamer libraries and elements
ii  libgstreamer1.0-0:i3861.2.0-1   
 i386 Core GStreamer libraries and elements
ii  libgstreamer1.0-dev   1.2.0-1   
 i386 GStreamer core development files

Can you figure out anything from this list?

Regards,
Prathamesh Ghanekar

~~Disclaimer

[E-devel] rage video player not rendering video, but audio plays back!

2014-07-29 Thread Prathamesh P Ghanekar
Hi all,

I successfully built EFL-1.10, evas generic loaders , elementary and rage 
player.

I could also run 'rage' player without any library dependency or error. I 
debugged the code using gdb, and I could see gstreamer calls being made, so I 
could cross check my earlier doubts about emotion using gstreamer backend.

But, I could hear only audio, and video rendering did not happen. I saw the 
window though, and could resize,minimize it etc. And, I am not getting any 
error as such. I am trying this on ubuntu13.10.

Can anyone please help me with the video rendering?

Thanks and regards,
Prathamesh Ghanekar


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] error while building elementary-1.8,1.9 on ubuntu13.10

2014-07-21 Thread Prathamesh P Ghanekar
Hi,

I am through with the installation of EFL-1.9.But, I face some strange and 
multiple errors while building elementary-1.8,1.9.  I am trying with the tar 
files given on the downloads page of enlightenment website. The errors are 
compilation errors, and suggest something's wrong in the code. Can anybody help 
me with this?

Regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] gstreamer1/0/Emotion based video player

2014-07-20 Thread Prathamesh P Ghanekar
Hi Carsten,

Thanks for your reply. I have got some clarity on this now.
But I have a few more things to ask.
My platform is Tizen-IVI-3.0, which has older verison of EFL. That means, 
gstreamer1 backend will not be available for Emotion.
Now, I can't upgrade EFL due to some restrictions. 
Can you suggest any way to still make it work on Tizen..??

And I would also like to report that I am not getting replies from other 
members on my email id, except you.

Thanks and regards,
Prathamesh Ghanekar
-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 17 July 2014 13:58
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: gstreamer1/0/Emotion based video player

On Thu, 17 Jul 2014 05:26:51 + Prathamesh P Ghanekar 
 said:

> Hi Carsten,
> 
> I am still in the process of understanding "rage" player that you suggested.
> 
> But, I have following thing in mind :
> I have built EFL with the gstreamer1 module, which has generated 
> emotion
> library(module) for gstreamer1.0 backend. Now, can I simply create a 
> gstreamer pipeline (say playbin) through my code and link it to this 
> library and other ELF libraries? I will add 'emotion-sink'-(the custom 
> sink defined by the module) to this pipeline. Will this render the video in 
> emotion-sink?
> 
> The reason I am trying to avoid completely EFL-based video player is 
> that It will take some time to get familiar with EFL APIs, and time is 
> a premium for me currently!!

emotion entirely hides gstreamer (or vlc or xine depending on module). it 
provides a single easy high-level api around displaying/playing/controlling 
video (audio and video) playback. it is very simple to use. video.c in rage is 
an almsot complete user of emotion deciding policy and controls (eg turns off 
smooth scaling during resizes then when resizing slows down again - turns it 
back on). it handles dvd menu controls and input, video resolution/aspect 
change during playback and much more. you create no gstreamer pipeline or 
playbin - all of this is done for you in the gstreamer module in emotion. all 
you do is create an emotion object - init the chosen module you want (it'll 
fall back to others if not there), set the media uri/file enable play anfd 
that's it - it'll play. turn play to false to pause. set postion to jump to a 
timepoint. query length - do whatevr you want to do, but emotion's api is what 
you will be using to do it. it's very simple and straightforward. there are a fa
 ir few examples of its use:

1. rage
2. terminology
3. emtoion_test (test app ships with emotion) 4. enlightenment filemanager file 
preview object 5. enjoy (audio only) 6. ethumb (video thumbnailer module) 7. 
elm video object (widget wrapping emotion and doing a lot of the logic you find 
in terminology and rage emotion usage)

literally google for emotion_object_add and go nuts on what you find. :)
--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
<http://www.igate.com>.



--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/b

[E-devel] gstreamer1/0/Emotion based video player

2014-07-16 Thread Prathamesh P Ghanekar
Hi Carsten,

I am still in the process of understanding "rage" player that you suggested.

But, I have following thing in mind :
I have built EFL with the gstreamer1 module, which has generated emotion 
library(module) for gstreamer1.0 backend. Now, can I simply create a gstreamer 
pipeline (say playbin) through my code and link it to this library and other 
ELF libraries? I will add 'emotion-sink'-(the custom sink defined by the 
module) to this pipeline. Will this render the video in emotion-sink?

The reason I am trying to avoid completely EFL-based video player is that It 
will take some time to get familiar with EFL APIs, and time is a premium for me 
currently!!

Regards,
Prathamesh Ghanekar

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] to write video player application using Emotion library with gstreamer1.0 backend

2014-07-16 Thread Prathamesh P Ghanekar
Hi Carsten,

Could you plz elaborate little bit on that? How does one exactly use 
gstreamer1.0 backend? Do we have to initialize our Emotion_engine is a specific 
way so that it uses gst backend? From the example, it is not very clear.

Regards,
Prathamesh

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 11 July 2014 15:19
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: to write video player application using Emotion library with 
gstreamer1.0 backend

On Fri, 11 Jul 2014 04:06:52 + Prathamesh P Ghanekar 
 said:

> Hi,
> 
> I wish to write a simple video player, which renders using EFL 
> libraries and uses gstreamer1.0 backend for playback.
> 
> I learnt that, in EFL-1.9 onwards, gstreamer1.0 is added as a backend 
> for Emotion library, which is something I find suitable for my 
> requirement. I downloaded the EFL 1.9 source code from the repository. 
> There is some gstreamer-related code at 
> src/modules/emotion/gstreamer1. The Makefile suggests that this code 
> goes into a library/module which will be loaded by Enlightenment 
> either statically or at run-time, depending upon the configuration.
> 
> If I have got everything correct till now, my question goes like this:
> Assuming that EFL loads the Emotion module (with gstreamer1.0 
> backend), how should I go about writing my video player application 
> which uses APIs exposed by this module/library? Plz "enlighten" me if 
> I haven't got the concept right :)!

same as doug. look at rage - in git. i'll do a release of that sometime in the 
near future, i hope. it's not totally fully baked, but it's at that dangerous 
stage of "good enough". i mostly drive it by keyboard controls so it's not alll 
friendly etc. yet... some ui controls work with the mouse, some things you'll 
need the kbd to use. give it a burl.

http://www.enlightenment.org/ss/e-53bfb20ae8c6e5.78966634.png
http://www.enlightenment.org/ss/e-53bfb242052a98.18842040.png
http://www.enlightenment.org/ss/e-53bfb28d0b9906.69871526.png

> Regards,
> Prathamesh
> 
> ~~Disclaimer~~
> ~
> Information contained and transmitted by this e-mail is confidential 
> and proprietary to IGATE and its affiliates and is intended for use 
> only by the recipient. If you are not the intended recipient, you are 
> hereby notified that any dissemination, distribution, copying or use 
> of this e-mail is strictly prohibited and you are requested to delete 
> this e-mail immediately and notify the originator or 
> mailad...@igate.com <mailto:mailad...@igate.com>. IGATE does not enter 
> into any agreement with any party by e-mail. Any views expressed by an 
> individual do not necessarily reflect the view of IGATE. IGATE is not 
> responsible for the consequences of any actions taken on the basis of 
> information provided, through this email.
> The contents of an attachment to this e-mail may contain software 
> viruses, which could damage your own computer system. While IGATE has 
> taken every reasonable precaution to minimise this risk, we cannot 
> accept liability for any damage which you sustain as a result of 
> software viruses. You should carry out your own virus checks before 
> opening an attachment. To know more about IGATE please visit www.igate.com 
> <http://www.igate.com>.
> ~~
> ~~


--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, 

[E-devel] to write video player application using Emotion library with gstreamer1.0 backend

2014-07-10 Thread Prathamesh P Ghanekar
Hi,

I wish to write a simple video player, which renders using EFL libraries and 
uses gstreamer1.0 backend for playback.

I learnt that, in EFL-1.9 onwards, gstreamer1.0 is added as a backend for 
Emotion library, which is something I find suitable for my requirement.
I downloaded the EFL 1.9 source code from the repository. There is some 
gstreamer-related code at src/modules/emotion/gstreamer1.
The Makefile suggests that this code goes into a library/module which will be 
loaded by Enlightenment either statically or at run-time, depending upon the 
configuration.

If I have got everything correct till now, my question goes like this:
Assuming that EFL loads the Emotion module (with gstreamer1.0 backend), how 
should I go about writing my video player application which uses APIs exposed 
by this module/library?
Plz "enlighten" me if I haven't got the concept right :)!

Regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] configure: error: DDS dependencies not found

2014-07-10 Thread Prathamesh P Ghanekar
Hi,

I am trying to build EFL-1.9.0 on ubuntu13.10-32 bit machine.
While configuring, I am getting the DDS related errors:

checking whether to enable JP2K image loader... auto
checking openjpeg.h usability... yes
checking openjpeg.h presence... yes
checking for openjpeg.h... yes
checking for opj_set_default_decoder_parameters in -lopenjp2... no
checking whether JP2K image loader will be built... no
checking whether to enable PMAPS image loader... static
checking whether PMAPS image loader will be built... yes
checking whether to enable PNG image loader... static
checking for PNG... yes
checking whether PNG image loader will be built... yes
checking whether to enable PSD image loader... static
checking whether PSD image loader will be built... yes
checking whether to enable Tga image loader... static
checking whether Tga image loader will be built... yes
checking whether to enable Tiff image loader... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFReadScanline in -ltiff... yes
checking whether Tiff image loader will be built... yes
checking whether to enable WBMP image loader... static
checking whether WBMP image loader will be built... yes
checking whether to enable WEBP image loader... no
checking whether WEBP image loader will be built... no
checking whether to enable XPM image loader... static
checking whether XPM image loader will be built... yes
checking whether to enable TGV image loader... static
checking whether TGV image loader will be built... yes
checking whether to enable DDS image loader... static
configure: error: DDS dependencies not found

I am using following options to configure.
./configure --enable-xinput22  --enable-image-loader-generic --enable-harfbuzz 
--with-tests=none

I also tried using -enable-image-loader-generic/dds/webp/gif/eet/bmp etc.But, 
all are resulting in the same error.
I also tried to find out DDS related packages for my Ubuntu host, but couldn't 
find any.I have installed all required packages and their 'dev' pacgaes listed 
in the README.
Can you please help me out with the above configure errors?

Regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] configure error:syntax error near unexpected token dds

2014-07-08 Thread Prathamesh P Ghanekar
Hi,

I am getting the following error while building EFL.
syntax error near unexpected token `dds,'
EVAS_CHECK_LOADER_DEP_DDS(dds, ${want_loader}, have_loader="yes", 
have_loader="no")'

I have installed libevas-dev package.  Also tried various configure options 
like -enable-image-loader-webp/jpeg/bmp etc.But, nothing helps.

Thanks in advance,

Regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] configure error while building EFL in AM_INIT_AUTOMAKE

2014-07-08 Thread Prathamesh P Ghanekar
Thanks Carsten, I ran aclocal before autoconf and automake .Both of them were 
on the latest version, since I had updated packages before configuring. 
Aclocal served the purpose.But, I am facing new problem now.
./configure: line 39465: syntax error near unexpected token `dds,'
./configure: line 39465: `   EVAS_CHECK_LOADER_DEP_DDS(dds, ${want_loader}, 
have_loader="yes", have_loader="no")'

Am I missing any package here?

Prathamesh



-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 08 July 2014 12:22
To: Enlightenment developer list
Cc: Prathamesh P Ghanekar
Subject: Re: [E-devel] configure error while building EFL in AM_INIT_AUTOMAKE

On Tue, 8 Jul 2014 06:45:31 + Prathamesh P Ghanekar 
 said:

> Hi,
> 
> I am building EFL latest version. While configuring I get the following error.
> ./configure: line 3992: syntax error near unexpected token `1.6'
> ./configure: line 3992: `AM_INIT_AUTOMAKE (1.6 dist-bzip2 dist-xz 
> color-tests -Wall -Wno-portability)'
> 
> Can anyone help me with this?

missing autoconf or automake m4 macros? autoconf/automake way too old? dunno.
doesn't happen and i'm pretty up to date tools-wise.

> Regards,
> Prathamesh
> 
> 
> 
> ~~Disclaimer~~
> ~
> Information contained and transmitted by this e-mail is confidential 
> and proprietary to IGATE and its affiliates and is intended for use 
> only by the recipient. If you are not the intended recipient, you are 
> hereby notified that any dissemination, distribution, copying or use 
> of this e-mail is strictly prohibited and you are requested to delete 
> this e-mail immediately and notify the originator or 
> mailad...@igate.com <mailto:mailad...@igate.com>. IGATE does not enter 
> into any agreement with any party by e-mail. Any views expressed by an 
> individual do not necessarily reflect the view of IGATE. IGATE is not 
> responsible for the consequences of any actions taken on the basis of 
> information provided, through this email.
> The contents of an attachment to this e-mail may contain software 
> viruses, which could damage your own computer system. While IGATE has 
> taken every reasonable precaution to minimise this risk, we cannot 
> accept liability for any damage which you sustain as a result of 
> software viruses. You should carry out your own virus checks before 
> opening an attachment. To know more about IGATE please visit www.igate.com 
> <http://www.igate.com>.
> ~~
> ~~
> --
>  Open source business process management suite built on Java 
> and Eclipse Turn processes into business applications with Bonita BPM 
> Community Edition Quickly connect people, data, and systems into 
> organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards 
> http://p.sf.net/sfu/Bonitasoft 
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
<http://www.igate.com>.
~~~

[E-devel] configure error while building EFL in AM_INIT_AUTOMAKE

2014-07-07 Thread Prathamesh P Ghanekar
Hi,

I am building EFL latest version. While configuring I get the following error.
./configure: line 3992: syntax error near unexpected token `1.6'
./configure: line 3992: `AM_INIT_AUTOMAKE (1.6 dist-bzip2 dist-xz color-tests 
-Wall -Wno-portability)'

Can anyone help me with this?

Regards,
Prathamesh



~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to IGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . IGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of IGATE. IGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While IGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about IGATE please visit www.igate.com 
.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Efreer init error

2014-01-20 Thread Prathamesh P Ghanekar
Hi Carsten,

> either the filesystem is read-only or it doesn't have permissions
File system is not read only, and all folders have 777 permission.

Could it be the other possibility mentioned in the error message i.e. " out of 
memory or disk space"??
I am confused, since we are hosting file system on the network(NFS),so memory 
issue seems unlikely.

Regards,
Prathamesh



-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 20 January 2014 18:41
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Efreer init error

On Mon, 20 Jan 2014 09:52:32 + Prathamesh P Ghanekar 
 said:

> Hi,
> 
> We are getting the following error on running the Enlightenment binary.
> 
> ESTART: 0.70869 [0.8] - Efreet Init ERR<2624>:efreet_cache 
> efreet_cache.c:140 efreet_cache_init() Failed to create directory 
> '/opt/home/app/.cache/efreet' <<<< Enlightenment Error >>>> 
> Enlightenment cannot initialize the FDO desktop system.
> Perhaps you lack permissions on ~/.cache/efreet or are out of memory 
> or disk space?
> E17: Begin Shutdown Procedure!
> 
> We checked the permissions of the directories etc., all seems ok..!
> This is w.r.t enlightenment binary that comes with Tizen-IVI pre-built 
> image.Can you help us solve this issue?

that issue literally means it can't create that directory. either the 
filesystem is read-only or it doesn't have permissions. you know tizen likes to 
be extra-annoying permission-wise with smack? this isn't easily visible via 
normal tools.

--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
<http://www.igate.com>.



--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Efreer init error

2014-01-20 Thread Prathamesh P Ghanekar
Hi,

We are getting the following error on running the Enlightenment binary.

ESTART: 0.70869 [0.8] - Efreet Init
ERR<2624>:efreet_cache efreet_cache.c:140 efreet_cache_init() Failed to create 
directory '/opt/home/app/.cache/efreet'
 Enlightenment Error 
Enlightenment cannot initialize the FDO desktop system.
Perhaps you lack permissions on ~/.cache/efreet or are
out of memory or disk space?
E17: Begin Shutdown Procedure!

We checked the permissions of the directories etc., all seems ok..!
This is w.r.t enlightenment binary that comes with Tizen-IVI pre-built 
image.Can you help us solve this issue?

Regards,
Prathamesh


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
.

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment Error:EVAS can not load SVG libraries

2014-01-08 Thread Prathamesh P Ghanekar
Hi Cedric,

> That's because the loader are installed there. Which version of EFL are you 
> testing ?I was guessing 1.8, but now I am not sure.

We are using EFL 1.7. And can you please elaborate a bit on the loaders? What 
exactly are they?

Regards,
Prathamesh

-Original Message-
From: Cedric BAIL [mailto:cedric.b...@free.fr] 
Sent: 16 December 2013 14:42
To: Enlightenment developer list
Subject: Re: [E-devel] Enlightenment Error:EVAS can not load SVG libraries

On Mon, Dec 16, 2013 at 5:52 PM, Prathamesh P Ghanekar 
 wrote:
>>> SVG/JPEG are hard dependencies of Enlightenment. You need to compile EFL 
>>> with libjpeg developers package (header need to be around). You also need 
>>> to compile evas_generic_loaders with librsvg developers package.
>
> But, this problem occurs only on this specific target board. On another 
> armv7l architecture based board (pandaboard), it works just fine..!!
> Is there anything board specific in Enlightenment libraries?

That's because the loader are installed there. Which version of EFL are you 
testing ? I was guessing 1.8, but now I am not sure.
--
Cedric BAIL

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
<http://www.igate.com>.



--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] AIGLX error: drmOpenOnce failed (Operation not permitted)

2014-01-05 Thread Prathamesh P Ghanekar
Hi Carsten,

First of all, a very Happy new year :)!!! In the context of vivante driver, I 
was able to build vivante module from Freescale's LTIB build process. I put it 
in the file system, and am now able to load vivante_drv.so through display.conf 
settings.Just to confirm everything is ok, pasting brief log:

[59.508] drmOpenDevice: node name is /dev/dri/card0
[59.509] drmOpenDevice: open result is 11, (OK)
[59.509] drmOpenByBusid: Searching for BusID platform:Vivante GCCore
[59.509] drmOpenDevice: node name is /dev/dri/card0
[59.509] drmOpenDevice: open result is 11, (OK)
[59.509] drmOpenByBusid: drmOpenMinor returns 11
[59.509] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[59.509] drmOpenByBusid: drmGetBusid reports platform:Vivante GCCore:00

Vivante driver loads a few more modules (like fbdev,exa,fbdevhw etc), and I am 
getting some errors related to AIGLX. Briefly, the message is something like 
this:

[59.513] drmOpenDevice: node name is /dev/dri/card15
[59.514] drmOpenDevice: open result is -1, (No such device)
[59.514] drmOpenDevice: open result is -1, (No such device)
[59.514] drmOpenDevice: Open failed
[59.514] drmOpenByBusid: drmOpenMinor returns -19
[59.514] (EE) AIGLX error: drmOpenOnce failed (Operation not permitted)
[59.514] (EE) AIGLX: reverting to software rendering
[59.514] (II) AIGLX: Trying DRI driver 
/usr/lib/arm-linux-gnueabi/dri/swrast_dri.so
[59.646] (II) AIGLX: Loaded and initialized swrast
[59.646] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[59.649]
Fatal server error:
[59.649] Driver failed PrepareAccess on a pinned pixmap.

Xorg versions for various drivers are as follows:
(II) Module ABI versions:
[59.257]X.Org ANSI C Emulation: 0.4
[59.257]X.Org Video Driver: 10.0
[59.257]X.Org XInput driver : 12.3
[59.257]X.Org Server Extension : 5.0

I want to know whether it is a problem related to just X-org version or 
something else is going wrong !!
I am attaching a detailed log file generated by startx for your reference.
Thanks in advance :)

Best Regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should carry out your own virus checks before opening 
an attachment. To know more about iGATE please visit www.igate.com 
.



Xorg.0.log
Description: Xorg.0.log
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Error:unable to load module,invalid module

2013-12-29 Thread Prathamesh P Ghanekar
Hi Carsten,

Few days back, I had troubled you with this vivante driver stuff.I am still 
stuck at the same point.
But, keeping that aside for a moment, I would like to know the significance of 
the error message that I get in the snippet below.
Plz disregard the word "vivante" per se. Can you plz explain what it means when 
"startx" says that it is unable to lead a particular module, and says that the 
module is invalid??

[36.794] (II) LoadModule: "vivante"
[36.808] (II) Loading /usr/lib/xorg/modules/input/vivante_drv.so
[36.920] (EE) LoadModule: Module vivante does not have a vivanteModuleData 
data object.
[36.920] (II) UnloadModule: "vivante"
[36.920] (II) Unloading vivante
[36.938] (EE) Failed to load module "vivante" (invalid module, 0)
[36.938] (EE) No drivers available.

Thanks and regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] unable to load module vivante while starting "startx"

2013-12-19 Thread Prathamesh P Ghanekar
Hi guys,



I am working on i.MX6 SABRE-AUTO development board.

I am trying to run startx manually on top of kernel from prebuilt freescale BSP.

I am unable to start it successfully.

[   191.663] (II) LoadModule: "vivante"

[   191.668] (II) Loading /usr/lib/xorg/modules/vivante.so

[   191.753] (EE) LoadModule: Module vivante does not have a vivanteModuleData 
data object.

[   191.753] (II) UnloadModule: "vivante"

[   191.754] (II) Unloading vivante

[   191.767] (EE) Failed to load module "vivante" (invalid module, 0)

[   191.767] (EE) No drivers available.



My /usr/lib/xorg/modules consists of following drivers.



-sh-4.1# ls

drivers libexa.so  libint10.so multimedia

extensions  libfb.so   libshadow.sovivante.so

input   libfbdevhw.so  libshadowfb.so  vivante_dri.so



My display.conf file is as follows:



Section "ServerLayout"
Identifier  "Test Layout"
Screen  0   "Screen0" 0 0
#   InputDevice "evdev"
EndSection

Section "Screen"
Identifier  "Screen0"
Device  "emulfb"
Monitor "Monitor0"
#SubSection  "Display"
#Modes   "1024x768"
#EndSubSection
EndSection

Section "Monitor"
Identifier  "Monitor0"
#Option  "DPMS"  "true"
#   DisplaySize 46 76
EndSection

Section "Device"
Identifier  "emulfb"
Driver  "emulfb"
#   Driver  "fbdev"
Option  "fbdev" "/dev/fb3"
Option  "HWCursor"  "on"
Option  "SWCursor"  "on"
EndSection



My problem is that I am not able to load vivane driver.I have compiled kernel 
module vivante.ko.

I am not sure where in the file system I should put that.

Can anyone help me out with this?



Regards,

Prathamesh


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment Error:EVAS can not load SVG libraries

2013-12-16 Thread Prathamesh P Ghanekar
Hi Cedric,

>> SVG/JPEG are hard dependencies of Enlightenment. You need to compile EFL 
>> with libjpeg developers package (header need to be around). You also need to 
>> compile evas_generic_loaders with librsvg developers package.

But, this problem occurs only on this specific target board. On another armv7l 
architecture based board (pandaboard), it works just fine..!!
Is there anything board specific in Enlightenment libraries?

-Original Message-
From: Cedric BAIL [mailto:cedric.b...@free.fr] 
Sent: 16 December 2013 13:30
To: Enlightenment developer list
Subject: Re: [E-devel] Enlightenment Error:EVAS can not load SVG libraries

Hello,

On Mon, Dec 16, 2013 at 4:11 PM, Prathamesh P Ghanekar 
 wrote:
> Iam trying to run enlightenment_start binary on my freescale imx6 board 
> standalone.
> I ran it using following command.
>
> enlightenment_start -profile Samsung
>
> And I got following error.

[snip]

> <<<< Enlightenment Error >>>>
> Enlightenment found Evas can't load SVG files. Check Evas has SVG loader 
> support.
>
> <<<< Enlightenment Error >>>>
> Enlightenment found Evas can't load JPEG files. Check Evas has JPEG loader 
> support.
>
> Am I supposed to build EVas with the above mentioned JPEG loader support?
> If yes, how should I go about this??

SVG/JPEG are hard dependencies of Enlightenment. You need to compile EFL with 
libjpeg developers package (header need to be around). You also need to compile 
evas_generic_loaders with librsvg developers package.
--
Cedric BAIL

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
<http://www.igate.com>.



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Error configuring enlightenment

2013-12-15 Thread Prathamesh P Ghanekar
Ok, I will fix dependency issues.Thanks

-Original Message-
From: Doug Newgard [mailto:scimmi...@outlook.com] 
Sent: 16 December 2013 11:33
To: Enlightenment developer list
Subject: Re: [E-devel] Error configuring enlightenment


> From: prathamesh.ghane...@igate.com
> To: enlightenment-devel@lists.sourceforge.net
> Date: Mon, 16 Dec 2013 05:59:19 +
> Subject: Re: [E-devel] Error configuring enlightenment
>
> Hi Doug,
>
> I ran autoconf.sh and got the following error.
>
> Can't exec "autopoint": No such file or directory at 
> /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
> autoreconf: failed to run autopoint: No such file or directory
> autoreconf: autopoint is needed because this package uses Gettext

So you don't have everything installed that you need. Again, just using the 
release tarballs will bypass this.

If you insist on building straight from Git, install whatever package contains 
autopoint in your distro. gettext would be my first guess.  
   
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
.



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enlightenment Error:EVAS can not load SVG libraries

2013-12-15 Thread Prathamesh P Ghanekar
Hi,

Iam trying to run enlightenment_start binary on my freescale imx6 board 
standalone.
I ran it using following command.

enlightenment_start -profile Samsung

And I got following error.
-sh-4.1# enlightenment_start -profile samsung
E - PID=2656, do_precache=0, valgrind=0
ESTART: 0.0 [0.0] - Begin Startup
ESTART: 0.00039 [0.00038] - Eina Init
ESTART: 0.00147 [0.00108] - Eina Init Done
ESTART: 0.00150 [0.3] - Determine Prefix
=
Enlightenment relocation handling
=
PREFIX:  /usr
BINDIR:  /usr/bin
LIBDIR:  /usr/lib
DATADIR: /usr/share/enlightenment
LOCALE:  /usr/share/locale
=
ESTART: 0.00202 [0.00052] - Determine Prefix Done
ESTART: 0.00208 [0.6] - Environment Variables
ESTART: 0.00216 [0.7] - Environment Variables Done
ESTART: 0.00218 [0.2] - Parse Arguments
ESTART: 0.00224 [0.7] - Parse Arguments Done
ESTART: 0.00228 [0.3] - Eet Init
ESTART: 0.00240 [0.00013] - Eet Init Done
ESTART: 0.00243 [0.3] - Ecore Init
ESTART: 0.00289 [0.00047] - Ecore Init Done
ESTART: 0.00292 [0.3] - Ecore Event Handlers
ESTART: 0.00295 [0.2] - Ecore Event Handlers Done
ESTART: 0.00297 [0.2] - Ecore_File Init
ESTART: 0.01390 [0.01094] - Ecore_File Init Done
ESTART: 0.01394 [0.4] - Ecore_Con Init
ESTART: 0.01396 [0.2] - Ecore_Con Init Done
ESTART: 0.01398 [0.2] - Ecore_Ipc Init
ESTART: 0.01405 [0.7] - Ecore_Ipc Init Done
ESTART: 0.01408 [0.4] - Ecore_X Init
ESTART: 0.02678 [0.01270] - Ecore_X Init Done
ESTART: 0.02682 [0.4] - Ecore_IMF Init
ESTART: 0.12644 [0.09962] - Ecore_IMF Init Done
ESTART: 0.12653 [0.9] - Ecore_Evas Init
ESTART: 0.12746 [0.00093] - Ecore_Evas Init Done
ESTART: 0.12749 [0.4] - Ecore_Evas Engine Check
ESTART: 0.12752 [0.3] - Ecore_Evas Engine Check Done
ESTART: 0.12754 [0.2] - Edje Init
ESTART: 0.12848 [0.00093] - Edje Init Done
ESTART: 0.12852 [0.4] - E Intl Init
ESTART: 0.12860 [0.9] - E Intl Init Done
ESTART: 0.12863 [0.2] - E_Alert Init
ESTART: 0.12865 [0.2] - E_Alert Init Done
ESTART: 0.12867 [0.2] - E_Xinerama Init
E17 INIT: XINERAMA SCREEN: [0], 1024x768+0+0
E17 INIT: XINERAMA CHOSEN: [0], 1024x768+0+0
ESTART: 0.12945 [0.00078] - E_Xinerama Init Done
ESTART: 0.12948 [0.3] - E_Hints Init
ESTART: 0.13047 [0.00099] - E_Hints Init Done
ESTART: 0.13050 [0.3] - E_Configure Init
ESTART: 0.13070 [0.00020] - E_Configure Init Done
ESTART: 0.13072 [0.3] - E Directories Init
ESTART: 0.13684 [0.00612] - E Directories Init Done
ESTART: 0.13687 [0.3] - E_Filereg Init
ESTART: 0.13690 [0.3] - E_Filereg Init Done
ESTART: 0.13692 [0.2] - E_Config Init
CRI<2656>:eet eet_data.c:1970 eet_data_descriptor_element_add() Preventing 
later buffer overrun : offset = 52, size = 8 in a structurs
ESTART: 0.14111 [0.00419] - E_Config Init Done
ESTART: 0.14146 [0.00035] - E_Randr Init
ESTART: 0.14634 [0.00487] - E_Randr Init Done
ESTART: 0.14637 [0.3] - E_Env Init
ESTART: 0.14639 [0.3] - E_Env Init Done
ESTART: 0.14644 [0.5] - E_Scale Init
ESTART: 0.14652 [0.8] - E_Scale Init Done
ESTART: 0.14654 [0.2] - E_Pointer Init
ESTART: 0.14657 [0.3] - E_Pointer Init Done
ESTART: 0.14660 [0.2] - E Paths Init
ESTART: 0.14669 [0.9] - E Paths Init Done
ESTART: 0.14671 [0.2] - E_Ipc Init
INFO: E_IPC_SOCKET=/tmp/enlightenment-root/disp-:0.0-2656
ESTART: 0.14710 [0.00039] - E_Ipc Init Done
ESTART: 0.14713 [0.3] - E_Font Init
ESTART: 0.14716 [0.3] - E_Font Init Done
ESTART: 0.14718 [0.2] - E_Font Apply
ESTART: 0.14721 [0.3] - E_Font Apply Done
ESTART: 0.14723 [0.2] - E_Canvas Recache
ESTART: 0.14728 [0.5] - E_Canvas Recache Done
ESTART: 0.14730 [0.2] - E_Theme Init
ESTART: 0.14739 [0.9] - E_Theme Init Done
ESTART: 0.14742 [0.2] - E_Moveresize Init
ESTART: 0.14746 [0.4] - E_Moveresize Init Done
ESTART: 0.14748 [0.2] - E_Intl Post Init
ESTART: 0.14753 [0.5] - E_Intl Post Init Done
ESTART: 0.14755 [0.2] - Efreet Init
ESTART: 0.16393 [0.01638] - Efreet Init Done
ESTART: 0.16397 [0.3] - Test File Format Support
 Enlightenment Error 
Enlightenment found Evas can't load SVG files. Check Evas has SVG loader 
support.

 Enlightenment Error 
Enlightenment found Evas can't load JPEG files. Check Evas has JPEG loader 
support.

Am I supposed to build EVas with the above mentioned JPEG loader support?
If yes, how should I go about this??

Regards,
Prathamesh Ghanekar

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested

Re: [E-devel] Error configuring enlightenment

2013-12-15 Thread Prathamesh P Ghanekar
Sorry, my bad!!i meant autogen.sh *

-Original Message-
From: Prathamesh P Ghanekar [mailto:prathamesh.ghane...@igate.com] 
Sent: 16 December 2013 11:29
To: Enlightenment developer list
Subject: Re: [E-devel] Error configuring enlightenment

Hi Doug,

I ran autoconf.sh and got the following error.

Can't exec "autopoint": No such file or directory at 
/usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext

-Original Message-
From: Doug Newgard [mailto:scimmi...@outlook.com]
Sent: 16 December 2013 11:23
To: Enlightenment developer list
Subject: Re: [E-devel] Error configuring enlightenment


> From: prathamesh.ghane...@igate.com
> To: enlightenment-devel@lists.sourceforge.net
> Date: Mon, 16 Dec 2013 05:48:40 +
> Subject: [E-devel] Error configuring enlightenment
>
> Hi,
> I am trying to build enlightenment project from source (rev. a7c7516) 
> When I try to run configure.ac, I get the following error.
>
> prathamesh@ubuntu12:/home/prathamesh/test/enlightenment-a7c7516$
> ./configure.ac
> ./configure.ac: line 3: syntax error near unexpected token `[v_maj],'
> ./configure.ac: line 3: `m4_define([v_maj], [0])'
>
> Can you help me out with the same?
> And, the process to build enlightenment is simple configure.ac, 
> configure,make,make install or anything else needs to be added??
>
> Regards,
> Prathamesh

configure.ac is not something you run, you run automake/autoconf which converts 
it to a configure script. Run autogen.sh, it'll run all of the autotools for 
you. Better yet, just use a release tarball instead, the configure script is 
already generated for you.  
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
<http://www.igate.com>.



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not 

Re: [E-devel] Error configuring enlightenment

2013-12-15 Thread Prathamesh P Ghanekar
Hi Doug,

I ran autoconf.sh and got the following error.

Can't exec "autopoint": No such file or directory at 
/usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext

-Original Message-
From: Doug Newgard [mailto:scimmi...@outlook.com] 
Sent: 16 December 2013 11:23
To: Enlightenment developer list
Subject: Re: [E-devel] Error configuring enlightenment


> From: prathamesh.ghane...@igate.com
> To: enlightenment-devel@lists.sourceforge.net
> Date: Mon, 16 Dec 2013 05:48:40 +
> Subject: [E-devel] Error configuring enlightenment
>
> Hi,
> I am trying to build enlightenment project from source (rev. a7c7516) 
> When I try to run configure.ac, I get the following error.
>
> prathamesh@ubuntu12:/home/prathamesh/test/enlightenment-a7c7516$ 
> ./configure.ac
> ./configure.ac: line 3: syntax error near unexpected token `[v_maj],'
> ./configure.ac: line 3: `m4_define([v_maj], [0])'
>
> Can you help me out with the same?
> And, the process to build enlightenment is simple configure.ac, 
> configure,make,make install or anything else needs to be added??
>
> Regards,
> Prathamesh

configure.ac is not something you run, you run automake/autoconf which converts 
it to a configure script. Run autogen.sh, it'll run all of the autotools for 
you. Better yet, just use a release tarball instead, the configure script is 
already generated for you.  
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & 
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
.



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Error configuring enlightenment

2013-12-15 Thread Prathamesh P Ghanekar
Hi,
I am trying to build enlightenment project from source (rev. a7c7516)
When I try to run configure.ac, I get the following error.

prathamesh@ubuntu12:/home/prathamesh/test/enlightenment-a7c7516$ ./configure.ac
./configure.ac: line 3: syntax error near unexpected token `[v_maj],'
./configure.ac: line 3: `m4_define([v_maj], [0])'

Can you help me out with the same?
And, the process to build enlightenment is simple configure.ac, 
configure,make,make install or anything else needs to be added??

Regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment support for iMX6

2013-12-11 Thread Prathamesh P Ghanekar
Oops sorry...!!! Got your point. Yes, both boards run on the same image then.

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 12 December 2013 11:53
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Enlightenment support for iMX6

On Thu, 12 Dec 2013 06:16:21 + Prathamesh P Ghanekar 
 said:

> >, but if its the same os image on 2 boards
> Not the same image. Both the boards run on board-specific kernel.
> That's very reason why I asked whether enlightenment needs any special 
> support from kernel side :)!Now, user space is also same for both the 
> boards including libraries etc.

by image i mean os image - as in 99.9% of it (userspace). kernel is often 
separate to that.

> -Prathamesh
> 
> -Original Message-
> From: Carsten Haitzler [mailto:ras...@rasterman.com]
> Sent: 12 December 2013 11:13
> To: Prathamesh P Ghanekar
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: Enlightenment support for iMX6
> 
> On Thu, 12 Dec 2013 05:37:39 + Prathamesh P Ghanekar 
>  said:
> 
> > Hi Carsten,
> > 
> > Following our discussion 2 days ago, I carried out some exercises to 
> > get insight into Enlightenment w.r.t. Tizen project. I looked into 
> > xserver related initialization in init scripts. One of the scripts 
> > runs "startx" binary. I ran this binary standalone on 2 boards viz. 
> > pandaboard and Freescale i.mx6.(PFA logs for both).It works fine on 
> > panda but on imx.6, some initialization part is skipped.
> > 
> > e.g. ESTART: 0.48721 [0.3] - E_Xkb Init
> > ESTART: 0.48724 [0.3] - E_Xkb Init Done Is seen only on panda 
> > and not on imx6.
> 
> that doesn't tell me much, but if its the same os image on 2 boards - 
> there is no good reason for it to be different unless maybe xserver is 
> failing to come up at all on one due to driver reasons and segfaulting?
> 
> > My question is as follows:
> > Is there anything board specific, that causes same script to behave 
> > differently on 2 boards with same architecture i.e. armv7l?
> > 
> > Simultaneously, we are also going through the code of EFL project. 
> > Any pointers here would help regarding code study.
> 
> efl is huge. well it is these days. the only way to really know it is 
> to use it... or 2work on i t and work FROM some point. start where you 
> find an immediate need/interest/desire and work out from there.
> 
> > Thanks and Regards,
> > Prathamesh Ghanekar
> > 
> > -Original Message-
> > From: Carsten Haitzler [mailto:ras...@rasterman.com]
> > Sent: 10 December 2013 15:08
> > To: Prathamesh P Ghanekar
> > Cc: enlightenment-devel@lists.sourceforge.net
> > Subject: Re: Enlightenment support for iMX6
> > 
> > On Tue, 10 Dec 2013 09:06:36 + Prathamesh P Ghanekar 
> >  said:
> > 
> > > Hi Carsten,
> > > 
> > > > it should work. both imx6 and panda are armv7 devices so even if 
> > > > code is optimized for armv7 the binaries will work.
> > > First of all, Thanks a lot for making my doubt clear. I never got 
> > > an answer for this on TIZEN-IVI mailing list, and surprisingly, I 
> > > got that on this mailing list :)! And, may I ask what you exactly 
> > > refer to, when you say
> > 
> > well here - ask and you get answered as best we can ... if we aren't 
> > super-busy. since i just put out efl/elm etc. 1.8 and am in "dig 
> > around and find bugs mode" after i just went overt some patch 
> > reviews, i'm spending some more time on mailing list replies. :)
> > 
> > as such there are a fair few people on this list that can answer 
> > your question
> > - many do arm development on many different distrubtions (images). 
> > from openembedded through to debian/raspbian, ubuntu, through to 
> > tizen, custom hand-built stuff and more.
> > 
> > > >(i shall assume for now that DEPENDENCIES are met) ?
> > > Does it mean dependencies from kernel side, the components needed 
> > > in the kernel to support particular functionality, like I was 
> > > asking about EFL??
> > 
> > well dependencies would include... A kernel of some sort. that 
> > depends though. a 1.x linux kernel might have no arm support... :) 
> > you may not have opengl-es support if your kernel is not new enough 
> > (that's an issue you need to sort out between you and your SoC 
> > vendor as gles drivers on arm are all proprietary and closed).
> > 
> > but primarily it means userspace. libpng, libjpeg, libx11, etc. 

Re: [E-devel] Enlightenment support for iMX6

2013-12-11 Thread Prathamesh P Ghanekar
>, but if its the same os image on 2 boards
Not the same image. Both the boards run on board-specific kernel.
That's very reason why I asked whether enlightenment needs any special support 
from kernel side :)!Now, user space is also same for both the boards including 
libraries etc.

-Prathamesh

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 12 December 2013 11:13
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Enlightenment support for iMX6

On Thu, 12 Dec 2013 05:37:39 + Prathamesh P Ghanekar 
 said:

> Hi Carsten,
> 
> Following our discussion 2 days ago, I carried out some exercises to 
> get insight into Enlightenment w.r.t. Tizen project. I looked into 
> xserver related initialization in init scripts. One of the scripts runs 
> "startx"
> binary. I ran this binary standalone on 2 boards viz. pandaboard and 
> Freescale i.mx6.(PFA logs for both).It works fine on panda but on 
> imx.6, some initialization part is skipped.
> 
> e.g. ESTART: 0.48721 [0.3] - E_Xkb Init
> ESTART: 0.48724 [0.3] - E_Xkb Init Done Is seen only on panda and 
> not on imx6.

that doesn't tell me much, but if its the same os image on 2 boards - there is 
no good reason for it to be different unless maybe xserver is failing to come 
up at all on one due to driver reasons and segfaulting?

> My question is as follows:
> Is there anything board specific, that causes same script to behave 
> differently on 2 boards with same architecture i.e. armv7l?
> 
> Simultaneously, we are also going through the code of EFL project. Any 
> pointers here would help regarding code study.

efl is huge. well it is these days. the only way to really know it is to use 
it... or 2work on i t and work FROM some point. start where you find an 
immediate need/interest/desire and work out from there.

> Thanks and Regards,
> Prathamesh Ghanekar
> 
> -Original Message-
> From: Carsten Haitzler [mailto:ras...@rasterman.com]
> Sent: 10 December 2013 15:08
> To: Prathamesh P Ghanekar
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: Enlightenment support for iMX6
> 
> On Tue, 10 Dec 2013 09:06:36 + Prathamesh P Ghanekar 
>  said:
> 
> > Hi Carsten,
> > 
> > > it should work. both imx6 and panda are armv7 devices so even if 
> > > code is optimized for armv7 the binaries will work.
> > First of all, Thanks a lot for making my doubt clear. I never got an 
> > answer for this on TIZEN-IVI mailing list, and surprisingly, I got 
> > that on this mailing list :)! And, may I ask what you exactly refer 
> > to, when you say
> 
> well here - ask and you get answered as best we can ... if we aren't 
> super-busy. since i just put out efl/elm etc. 1.8 and am in "dig 
> around and find bugs mode" after i just went overt some patch reviews, 
> i'm spending some more time on mailing list replies. :)
> 
> as such there are a fair few people on this list that can answer your 
> question
> - many do arm development on many different distrubtions (images). 
> from openembedded through to debian/raspbian, ubuntu, through to 
> tizen, custom hand-built stuff and more.
> 
> > >(i shall assume for now that DEPENDENCIES are met) ?
> > Does it mean dependencies from kernel side, the components needed in 
> > the kernel to support particular functionality, like I was asking 
> > about EFL??
> 
> well dependencies would include... A kernel of some sort. that depends though.
> a 1.x linux kernel might have no arm support... :) you may not have 
> opengl-es support if your kernel is not new enough (that's an issue 
> you need to sort out between you and your SoC vendor as gles drivers 
> on arm are all proprietary and closed).
> 
> but primarily it means userspace. libpng, libjpeg, libx11, etc. etc. - 
> all the shared libraries that the efl libs are linked to etc. :)
> 
> > Thanks and regards,
> > Prathamesh Ghanekar
> > 
> > -Original Message-
> > From: Carsten Haitzler [mailto:ras...@rasterman.com]
> > Sent: 10 December 2013 14:26
> > To: Prathamesh P Ghanekar
> > Cc: enlightenment-devel@lists.sourceforge.net
> > Subject: Re: Enlightenment support for iMX6
> > 
> > On Tue, 10 Dec 2013 08:44:50 + Prathamesh P Ghanekar 
> >  said:
> > 
> > > Hi Carsten,
> > > 
> > > >a pre-built tizen ivi image?
> > > Yes, a prebuilt one from Tizen downloads.
> > > 
> > > > i still don't know what you have... 
> > > We have freescale kernel image, tizen-IVI prebuilt platform image.
> > > And we are evaluating possibilities of modi

Re: [E-devel] Enlightenment support for iMX6

2013-12-10 Thread Prathamesh P Ghanekar
Thanks...I'll get back to the list after going through the basics of EFL :)

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 10 December 2013 15:08
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Enlightenment support for iMX6

On Tue, 10 Dec 2013 09:06:36 + Prathamesh P Ghanekar 
 said:

> Hi Carsten,
> 
> > it should work. both imx6 and panda are armv7 devices so even if 
> > code is optimized for armv7 the binaries will work.
> First of all, Thanks a lot for making my doubt clear. I never got an 
> answer for this on TIZEN-IVI mailing list, and surprisingly, I got 
> that on this mailing list :)! And, may I ask what you exactly refer 
> to, when you say

well here - ask and you get answered as best we can ... if we aren't 
super-busy. since i just put out efl/elm etc. 1.8 and am in "dig around and 
find bugs mode" after i just went overt some patch reviews, i'm spending some 
more time on mailing list replies. :)

as such there are a fair few people on this list that can answer your question
- many do arm development on many different distrubtions (images). from 
openembedded through to debian/raspbian, ubuntu, through to tizen, custom 
hand-built stuff and more.

> >(i shall assume for now that DEPENDENCIES are met) ?
> Does it mean dependencies from kernel side, the components needed in 
> the kernel to support particular functionality, like I was asking about EFL??

well dependencies would include... A kernel of some sort. that depends though.
a 1.x linux kernel might have no arm support... :) you may not have opengl-es 
support if your kernel is not new enough (that's an issue you need to sort out 
between you and your SoC vendor as gles drivers on arm are all proprietary and 
closed).

but primarily it means userspace. libpng, libjpeg, libx11, etc. etc. - all the 
shared libraries that the efl libs are linked to etc. :)

> Thanks and regards,
> Prathamesh Ghanekar
> 
> -Original Message-
> From: Carsten Haitzler [mailto:ras...@rasterman.com]
> Sent: 10 December 2013 14:26
> To: Prathamesh P Ghanekar
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: Enlightenment support for iMX6
> 
> On Tue, 10 Dec 2013 08:44:50 + Prathamesh P Ghanekar 
>  said:
> 
> > Hi Carsten,
> > 
> > >a pre-built tizen ivi image?
> > Yes, a prebuilt one from Tizen downloads.
> > 
> > > i still don't know what you have... 
> > We have freescale kernel image, tizen-IVI prebuilt platform image.
> > And we are evaluating possibilities of modifying the rootfs to run 
> > on a different ARMv7 platform.
> > 
> > >but is your basic question... can a binary built for one arm system 
> > >run on another? (i shall assume for now that dependencies are met) ?
> > yes, that is my basic doubt. :)
> 
> it should work. both imx6 and panda are armv7 devices so even if code 
> is optimized for armv7 the binaries will work. its armv7 optimized 
> binaries running on armv6/5/4 etc. thats a problem. technically you 
> can build it for
> armv4 and it will run on armv5/6 and 7... (but you lose fpu support). 
> efl treats arm just like it treats x86 - neon assembly is runtime 
> detected and auto-enabled IF your cpu supports neon. if it doesn't it 
> falls back to non-neon C code implementations. x86 does the same ?(but 
> checks for mmx and
> sse3 etc. and falls back a few more levels depending on age).
> 
> again - it all depends on -march flags when you compile and what 
> MINIMUM cpu arch level it's built for. everything from cortex a8 and 
> up is armv7... until we start talking arm64, which is so new... i have no 
> idea of its specifics.
> i've never had any arm64 silicon in my dirty little hands. :)
> 
> > Thanks and Regards,
> > Prathamesh Ghanekar
> > 
> > -----Original Message-
> > From: Carsten Haitzler [mailto:ras...@rasterman.com]
> > Sent: 10 December 2013 14:01
> > To: Prathamesh P Ghanekar
> > Cc: enlightenment-devel@lists.sourceforge.net
> > Subject: Re: Enlightenment support for iMX6
> > 
> > On Tue, 10 Dec 2013 06:43:54 + Prathamesh P Ghanekar 
> >  said:
> > 
> > > Ok,
> > > > you don't explain what you used to build the image or even what 
> > > > it contains...
> > > I wish to build TIZEN-IVI for Freescale board. :) As a starting 
> > > point, I use prebuilt image to run on imx6 board.
> > 
> > a pre-built tizen ivi image?
> > 
> > > Surely, it won't run as is on new hardware. But, I wanted to 
> > > figure out what difference it makes when it runs on the hardware 
> >

Re: [E-devel] Enlightenment support for iMX6

2013-12-10 Thread Prathamesh P Ghanekar
Hi Carsten,

> it should work. both imx6 and panda are armv7 devices so even if code is 
> optimized for armv7 the binaries will work.
First of all, Thanks a lot for making my doubt clear. I never got an answer for 
this on TIZEN-IVI mailing list, and surprisingly, I got that on this mailing 
list :)!
And, may I ask what you exactly refer to, when you say 
>(i shall assume for now that DEPENDENCIES are met) ?
Does it mean dependencies from kernel side, the components needed in the kernel 
to support particular functionality, like I was asking about EFL??

Thanks and regards,
Prathamesh Ghanekar

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 10 December 2013 14:26
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Enlightenment support for iMX6

On Tue, 10 Dec 2013 08:44:50 + Prathamesh P Ghanekar 
 said:

> Hi Carsten,
> 
> >a pre-built tizen ivi image?
> Yes, a prebuilt one from Tizen downloads.
> 
> > i still don't know what you have... 
> We have freescale kernel image, tizen-IVI prebuilt platform image.
> And we are evaluating possibilities of modifying the rootfs to run on 
> a different ARMv7 platform.
> 
> >but is your basic question... can a binary built for one arm system 
> >run on another? (i shall assume for now that dependencies are met) ?
> yes, that is my basic doubt. :)

it should work. both imx6 and panda are armv7 devices so even if code is 
optimized for armv7 the binaries will work. its armv7 optimized binaries 
running on armv6/5/4 etc. thats a problem. technically you can build it for
armv4 and it will run on armv5/6 and 7... (but you lose fpu support). efl 
treats arm just like it treats x86 - neon assembly is runtime detected and 
auto-enabled IF your cpu supports neon. if it doesn't it falls back to non-neon 
C code implementations. x86 does the same ?(but checks for mmx and sse3 etc.
and falls back a few more levels depending on age).

again - it all depends on -march flags when you compile and what MINIMUM cpu 
arch level it's built for. everything from cortex a8 and up is armv7... until 
we start talking arm64, which is so new... i have no idea of its specifics.
i've never had any arm64 silicon in my dirty little hands. :)

> Thanks and Regards,
> Prathamesh Ghanekar
> 
> -Original Message-
> From: Carsten Haitzler [mailto:ras...@rasterman.com]
> Sent: 10 December 2013 14:01
> To: Prathamesh P Ghanekar
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: Enlightenment support for iMX6
> 
> On Tue, 10 Dec 2013 06:43:54 + Prathamesh P Ghanekar 
>  said:
> 
> > Ok,
> > > you don't explain what you used to build the image or even what it 
> > > contains...
> > I wish to build TIZEN-IVI for Freescale board. :) As a starting 
> > point, I use prebuilt image to run on imx6 board.
> 
> a pre-built tizen ivi image?
> 
> > Surely, it won't run as is on new hardware. But, I wanted to figure 
> > out what difference it makes when it runs on the hardware it's not 
> > meant for. So, during initialization, it faces issues with 
> > enlightenment. Hence, the question. :)! Do you have any suggestions 
> > on how should I go about this task?
> 
> i still don't know what you have... but is your basic question... can 
> a binary built for one arm system run on another? (i shall assume for 
> now that dependencies are met) ?
> 
> > Thanks and regards,
> > Prathamesh
> > 
> > -Original Message-
> > From: Carsten Haitzler [mailto:ras...@rasterman.com]
> > Sent: 10 December 2013 11:58
> > To: Prathamesh P Ghanekar
> > Cc: enlightenment-devel@lists.sourceforge.net
> > Subject: Re: Enlightenment support for iMX6
> > 
> > On Tue, 10 Dec 2013 06:17:39 + Prathamesh P Ghanekar 
> >  said:
> > 
> > > Hello,
> > > 
> > > Iam a newbee to enlightenment project. I wish to know certain 
> > > things about enlightenment. I am working on Freescale iMX6 board. 
> > > I built the image with Xterm profile for this board (which 
> > > includes Enlightenment packages). But, what I wanted to know is 
> > > which EFL libraries, header files, config files etc are generated 
> > > out of the build? If I pick those libraries and header files, and 
> > > dump it in the platform tree for some other platform (say 
> > > pandaboard), will I be able to run Enlightenment-driven apps on that 
> > > platform??
> > 
> > you don't explain what you used to build the image or even what it 
> > contains... and that all depends on dependencies - would the 
> > pandaboard os image contain th

Re: [E-devel] Enlightenment support for iMX6

2013-12-10 Thread Prathamesh P Ghanekar
Prebuilt image=prebuilt platform image for pandaboard under snapshot 
Tizen-2.0-alpha.
Sorry for the confusion.

Regards,
Prathamesh

-Original Message-
From: Prathamesh P Ghanekar [mailto:prathamesh.ghane...@igate.com] 
Sent: 10 December 2013 14:15
To: Carsten Haitzler
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] Enlightenment support for iMX6

Hi Carsten,

>a pre-built tizen ivi image?
Yes, a prebuilt one from Tizen downloads.

> i still don't know what you have... 
We have freescale kernel image, tizen-IVI prebuilt platform image.
And we are evaluating possibilities of modifying the rootfs to run on a 
different ARMv7 platform.

>but is your basic question... can a binary built for one arm system run on 
>another? (i shall assume for now that dependencies are met) ?
yes, that is my basic doubt. :)

Thanks and Regards,
Prathamesh Ghanekar

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com]
Sent: 10 December 2013 14:01
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Enlightenment support for iMX6

On Tue, 10 Dec 2013 06:43:54 +0000 Prathamesh P Ghanekar 
 said:

> Ok,
> > you don't explain what you used to build the image or even what it 
> > contains...
> I wish to build TIZEN-IVI for Freescale board. :) As a starting point, 
> I use prebuilt image to run on imx6 board.

a pre-built tizen ivi image?

> Surely, it won't run as is on new hardware. But, I wanted to figure 
> out what difference it makes when it runs on the hardware it's not 
> meant for. So, during initialization, it faces issues with 
> enlightenment. Hence, the question. :)! Do you have any suggestions on how 
> should I go about this task?

i still don't know what you have... but is your basic question... can a binary 
built for one arm system run on another? (i shall assume for now that 
dependencies are met) ?

> Thanks and regards,
> Prathamesh
> 
> -Original Message-
> From: Carsten Haitzler [mailto:ras...@rasterman.com]
> Sent: 10 December 2013 11:58
> To: Prathamesh P Ghanekar
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: Enlightenment support for iMX6
> 
> On Tue, 10 Dec 2013 06:17:39 + Prathamesh P Ghanekar 
>  said:
> 
> > Hello,
> > 
> > Iam a newbee to enlightenment project. I wish to know certain things 
> > about enlightenment. I am working on Freescale iMX6 board. I built 
> > the image with Xterm profile for this board (which includes 
> > Enlightenment packages). But, what I wanted to know is which EFL 
> > libraries, header files, config files etc are generated out of the 
> > build? If I pick those libraries and header files, and dump it in 
> > the platform tree for some other platform (say pandaboard), will I 
> > be able to run Enlightenment-driven apps on that platform??
> 
> you don't explain what you used to build the image or even what it contains...
> and that all depends on dependencies - would the pandaboard os image 
> contain the same dependency libraries? headers are only needed at 
> compile time btw. :) so runtime you care about libraries, modules in 
> lib and some data files in share, and depending what you run - some 
> things in bin (PREFIX/lib, PREFIX/share, PREFIX/.bin where PREFIX is the 
> install PREFIX).
> 
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
> 
> 
> ~~Disclaimer~~
> ~
> Information contained and transmitted by this e-mail is confidential 
> and proprietary to iGATE and its affiliates and is intended for use 
> only by the recipient. If you are not the intended recipient, you are 
> hereby notified that any dissemination, distribution, copying or use 
> of this e-mail is strictly prohibited and you are requested to delete 
> this e-mail immediately and notify the originator or 
> mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does not enter 
> into any agreement with any party by e-mail. Any views expressed by an 
> individual do not necessarily reflect the view of iGATE. iGATE is not 
> responsible for the consequences of any actions taken on the basis of 
> information provided, through this email.
> The contents of an attachment to this e-mail may contain software 
> viruses, which could damage your own computer system. While iGATE has 
> taken every reasonable precaution to minimise this risk, we cannot 
> accept liability for any damage which you sustain as a result of 
> software viruses. You should carry out your own virus checks before 
> opening a

Re: [E-devel] Enlightenment support for iMX6

2013-12-10 Thread Prathamesh P Ghanekar
Hi Carsten,

>a pre-built tizen ivi image?
Yes, a prebuilt one from Tizen downloads.

> i still don't know what you have... 
We have freescale kernel image, tizen-IVI prebuilt platform image.
And we are evaluating possibilities of modifying the rootfs to run on a 
different ARMv7 platform.

>but is your basic question... can a binary built for one arm system run on 
>another? (i shall assume for now that dependencies are met) ?
yes, that is my basic doubt. :)

Thanks and Regards,
Prathamesh Ghanekar

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 10 December 2013 14:01
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Enlightenment support for iMX6

On Tue, 10 Dec 2013 06:43:54 +0000 Prathamesh P Ghanekar 
 said:

> Ok,
> > you don't explain what you used to build the image or even what it 
> > contains...
> I wish to build TIZEN-IVI for Freescale board. :) As a starting point, 
> I use prebuilt image to run on imx6 board.

a pre-built tizen ivi image?

> Surely, it won't run as is on new hardware. But, I wanted to figure 
> out what difference it makes when it runs on the hardware it's not 
> meant for. So, during initialization, it faces issues with 
> enlightenment. Hence, the question. :)! Do you have any suggestions on how 
> should I go about this task?

i still don't know what you have... but is your basic question... can a binary 
built for one arm system run on another? (i shall assume for now that 
dependencies are met) ?

> Thanks and regards,
> Prathamesh
> 
> -Original Message-
> From: Carsten Haitzler [mailto:ras...@rasterman.com]
> Sent: 10 December 2013 11:58
> To: Prathamesh P Ghanekar
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: Enlightenment support for iMX6
> 
> On Tue, 10 Dec 2013 06:17:39 + Prathamesh P Ghanekar 
>  said:
> 
> > Hello,
> > 
> > Iam a newbee to enlightenment project. I wish to know certain things 
> > about enlightenment. I am working on Freescale iMX6 board. I built 
> > the image with Xterm profile for this board (which includes 
> > Enlightenment packages). But, what I wanted to know is which EFL 
> > libraries, header files, config files etc are generated out of the 
> > build? If I pick those libraries and header files, and dump it in 
> > the platform tree for some other platform (say pandaboard), will I 
> > be able to run Enlightenment-driven apps on that platform??
> 
> you don't explain what you used to build the image or even what it contains...
> and that all depends on dependencies - would the pandaboard os image 
> contain the same dependency libraries? headers are only needed at 
> compile time btw. :) so runtime you care about libraries, modules in 
> lib and some data files in share, and depending what you run - some 
> things in bin (PREFIX/lib, PREFIX/share, PREFIX/.bin where PREFIX is the 
> install PREFIX).
> 
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
> 
> 
> ~~Disclaimer~~
> ~
> Information contained and transmitted by this e-mail is confidential 
> and proprietary to iGATE and its affiliates and is intended for use 
> only by the recipient. If you are not the intended recipient, you are 
> hereby notified that any dissemination, distribution, copying or use 
> of this e-mail is strictly prohibited and you are requested to delete 
> this e-mail immediately and notify the originator or 
> mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does not enter 
> into any agreement with any party by e-mail. Any views expressed by an 
> individual do not necessarily reflect the view of iGATE. iGATE is not 
> responsible for the consequences of any actions taken on the basis of 
> information provided, through this email.
> The contents of an attachment to this e-mail may contain software 
> viruses, which could damage your own computer system. While iGATE has 
> taken every reasonable precaution to minimise this risk, we cannot 
> accept liability for any damage which you sustain as a result of 
> software viruses. You should carry out your own virus checks before 
> opening an attachment. To know more about iGATE please visit www.igate.com 
> <http://www.igate.com>.
> ~~
> ~~
> 


--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras

Re: [E-devel] Enlightenment support for iMX6

2013-12-09 Thread Prathamesh P Ghanekar
Ok,
> you don't explain what you used to build the image or even what it contains...
I wish to build TIZEN-IVI for Freescale board. :)
As a starting point, I use prebuilt image to run on imx6 board.
Surely, it won't run as is on new hardware. But, I wanted to figure out what 
difference it makes when it runs on the hardware it's not meant for.
So, during initialization, it faces issues with enlightenment. Hence, the 
question. :)!
Do you have any suggestions on how should I go about this task?

Thanks and regards,
Prathamesh

-Original Message-
From: Carsten Haitzler [mailto:ras...@rasterman.com] 
Sent: 10 December 2013 11:58
To: Prathamesh P Ghanekar
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: Enlightenment support for iMX6

On Tue, 10 Dec 2013 06:17:39 + Prathamesh P Ghanekar 
 said:

> Hello,
> 
> Iam a newbee to enlightenment project. I wish to know certain things 
> about enlightenment. I am working on Freescale iMX6 board. I built the 
> image with Xterm profile for this board (which includes Enlightenment 
> packages). But, what I wanted to know is which EFL libraries, header 
> files, config files etc are generated out of the build? If I pick 
> those libraries and header files, and dump it in the platform tree for 
> some other platform (say pandaboard), will I be able to run 
> Enlightenment-driven apps on that platform??

you don't explain what you used to build the image or even what it contains...
and that all depends on dependencies - would the pandaboard os image contain 
the same dependency libraries? headers are only needed at compile time btw. :) 
so runtime you care about libraries, modules in lib and some data files in 
share, and depending what you run - some things in bin (PREFIX/lib, 
PREFIX/share, PREFIX/.bin where PREFIX is the install PREFIX).

--
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com <mailto:mailad...@igate.com>. iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
<http://www.igate.com>.



--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enlightenment support for iMX6

2013-12-09 Thread Prathamesh P Ghanekar
Hello,

Iam a newbee to enlightenment project. I wish to know certain things about 
enlightenment.
I am working on Freescale iMX6 board. I built the image with Xterm profile for 
this board (which includes Enlightenment packages).
But, what I wanted to know is which EFL libraries, header files, config files 
etc are generated out of the build?
If I pick those libraries and header files, and dump it in the platform tree 
for some other platform (say pandaboard), will I be able to run 
Enlightenment-driven apps on that platform??

Thanks and regards,
Prathamesh

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of softwar
 e viruses. You should carry out your own virus checks before opening an 
attachment. To know more about iGATE please visit www.igate.com 
.



--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel